diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-09-10 22:57:11 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-09-10 22:57:11 +0000 |
commit | fe88627da6b6f2229b47912d0dd0cdd26673a397 (patch) | |
tree | f39d4938a83fcd7b48ae062e9ca41281b0dc9bd6 /prologue | |
parent | c844bc5103a9b796d8b80998f34aec2c4ccc29ca (diff) |
Adding 'nodump' role to cat /proc/version command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6824 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 57895f3ff..487fcd54b 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -20,7 +20,7 @@ must be sure that all critical system devices get created properly.</para> <para>In order to determine whether the host kernel meets the requirements outlined above, run the following command:</para> -<screen><userinput>cat /proc/version</userinput></screen> +<screen role="nodump"><userinput>cat /proc/version</userinput></screen> <para>This will produce output similar to:</para> |