Files

19 lines
411 B
Plaintext
Raw Permalink Normal View History

[
{ type: install
message: <<EOM
This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd
and procfs(5) mounted on /proc for some applications.
2019-03-15 06:02:17 +00:00
If you have not done it yet, please do the following:
mount -t fdescfs fdesc /dev/fd
2019-11-09 22:28:53 +00:00
mount -t procfs proc /proc
2019-03-15 06:02:17 +00:00
To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
2019-11-09 22:28:53 +00:00
proc /proc procfs rw 0 0
EOM
}
]