diff options
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index aa79776a5..414ca6a77 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -29,7 +29,7 @@ e2fsprogs; you will get an error similar to <quote>unsupported filesystem features, upgrade your e2fsprogs</quote>. To check if your host system uses custom enhancements, run the following command:</para> -<screen><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen> +<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen> <para>If the output contains features other than: dir_index; filetype; large_file; resize_inode or sparse_super then your host system may have custom @@ -37,7 +37,7 @@ enhancements. In that case, to avoid later problems, you should compile the stock e2fsprogs package and use the resulting binaries to re-create the filesystem on your LFS partition:</para> -<screen><userinput>cd /tmp +<screen role="nodump"><userinput>cd /tmp tar xjf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2 cd e2fsprogs-&e2fsprogs-version; mkdir build |