summaryrefslogtreecommitdiff
path: root/sysutils/byobu/pkg-message
blob: 9b5cb832d96f544adc5e2a0aba484d0b7db7d320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
byobu requires linprocfs(5) mounted on /compat/linux/proc

If you have not done it yet, please do the following:

	mkdir -p /compat/linux/proc
	mount -t linprocfs linproc /compat/linux/proc

To make it permanent, you need the following line in /etc/fstab:

	linproc  /compat/linux/proc  linprocfs  rw,late  0 0
EOM
}
]