mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
12 lines
260 B
Text
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
|
|
}
|
|
]
|