ports/devel/linux-ltp/pkg-message
2019-08-13 16:01:59 +00: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
}
]