blob: cbaf87d0fc407710b2b63723a3a49c772814a165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
{ type: install
message: <<EOM
This port requires /proc to be mounted,
if it is not already please add the following to fstab:
proc /proc procfs rw 0 0
and mount /proc.
EOM
}
]
|