opnsense-ports/sysutils/byobu/pkg-message
Franco Fichtner da40f9760e */*: sync with upstream
Taken from: HardenedBSD
2018-06-17 14:42:30 +02:00

14 lines
455 B
Text

======================================================================
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
======================================================================