diff options
Diffstat (limited to 'games/linux-defcon/pkg-message')
-rw-r--r-- | games/linux-defcon/pkg-message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/linux-defcon/pkg-message b/games/linux-defcon/pkg-message new file mode 100644 index 000000000000..e282f248e3f7 --- /dev/null +++ b/games/linux-defcon/pkg-message @@ -0,0 +1,14 @@ +====================================================================== +This game will attempt to obtain some system information by +accessing files in linux's procfs. You must install the Linux +emulation procfs filesystem for this to work correctly. This can be +accomplished by adding the following line to your /etc/fstab file: + + linprocfs /compat/linux/proc linprocfs rw 0 0 + +and then, as root, executing the commands: + +kldload linprocfs +mount /compat/linux/proc + +====================================================================== |