opnsense-ports/devel/linux-ltp/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

12 lines
260 B
Text

[
{ type: install
message: <<EOM
To run the LTP test suite, execute, as root:
kldload linux linux64
mount -t linsysfs linsysfs /compat/linux/sys
mount -t linprocfs linprocfs /compat/linux/proc
chroot /compat/linux /opt/ltp/runltp -Q
EOM
}
]