1[ 2{ type: install 3 message: <<EOM 4Some programs need linprocfs mounted on /compat/linux/proc. Add the 5following line to /etc/fstab: 6 7linprocfs /compat/linux/proc linprocfs rw 0 0 8 9Then run "mount /compat/linux/proc". 10 11Some programs need linsysfs mounted on /compat/linux/sys. Add the 12following line to /etc/fstab: 13 14linsysfs /compat/linux/sys linsysfs rw 0 0 15 16Then run "mount /compat/linux/sys". 17 18Some programs need tmpfs mounted on /compat/linux/dev/shm. Add the 19following line to /etc/fstab: 20 21tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0 22 23Then run "mount /compat/linux/dev/shm". 24EOM 25} 26] 27