1[
2{ type: install
3  message: <<EOM
4This OpenJDK implementation may require procfs(5) mounted on /proc for some
5applications.
6
7If you have not done it yet, please do the following:
8
9	mount -t procfs proc /proc
10
11To make it permanent, you need the following lines in /etc/fstab:
12
13	proc	/proc		procfs		rw	0	0
14EOM
15}
16]
17