diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /devel/linux-ltp/pkg-message | |
parent | a6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (diff) | |
download | ports-78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd.tar.gz ports-78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd.zip |
Notes
Diffstat (limited to 'devel/linux-ltp/pkg-message')
-rw-r--r-- | devel/linux-ltp/pkg-message | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/linux-ltp/pkg-message b/devel/linux-ltp/pkg-message index f37e8dd185b0..d00c33993032 100644 --- a/devel/linux-ltp/pkg-message +++ b/devel/linux-ltp/pkg-message @@ -1,7 +1,12 @@ +[ +{ 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 +} +] |