diff options
Diffstat (limited to 'sysutils/lxtask/pkg-message')
-rw-r--r-- | sysutils/lxtask/pkg-message | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/sysutils/lxtask/pkg-message b/sysutils/lxtask/pkg-message index e8f04187b5e7..8be9eb26e2f0 100644 --- a/sysutils/lxtask/pkg-message +++ b/sysutils/lxtask/pkg-message @@ -1,4 +1,14 @@ -****************************************************** -This ports works only if linprocfs is mounted. Ensure -that linprocfs is mounted before running. -***************************************************** +################################################################################ + +This program will attempt to obtain some system information by accessing files +in linprocfs. You must mount linprocfs filesystem for this to work correctly. +This can be accomplished by adding the following line to your /etc/fstab file: + +# Device Mountpoint FStype Options Dump Pass +linprocfs /compat/linux/proc linprocfs rw 0 0 + +and then, as root, executing the command: + +mount linprocfs + +################################################################################ |