From 2c5e4d59948440468cb722c1f3675e7396a20c33 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 29 Aug 2005 19:11:10 +0000 Subject: Added dump-commands.xsl. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/creatingfilesystem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter02/creatingfilesystem.xml') 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 unsupported filesystem features, upgrade your e2fsprogs. To check if your host system uses custom enhancements, run the following command: -debugfs -R feature /dev/[xxx] +debugfs -R feature /dev/[xxx] 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: -cd /tmp +cd /tmp tar xjf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2 cd e2fsprogs-&e2fsprogs-version; mkdir build -- cgit v1.2.3-54-g00ecf