mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
16 lines
292 B
Plaintext
16 lines
292 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
This OpenJDK implementation may requires procfs(5) mounted on /proc.
|
|
|
|
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
|
|
}
|
|
]
|