Files

17 lines
313 B
Plaintext
Raw Permalink Normal View History

2024-03-02 16:46:04 -08:00
[
{ type: install
message: <<EOM
This OpenJDK implementation may require procfs(5) mounted on /proc for some
applications.
2024-03-02 16:46:04 -08:00
If you have not done it yet, please do the following:
mount -t procfs proc /proc
To make it permanent, you need the following lines in /etc/fstab:
proc /proc procfs rw 0 0
EOM
}
]