From e8f3859ad996b68bef59cadd11c4f39611873b61 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 28 Feb 2001 01:35:10 +0000 Subject: Removed explicit reference to ext2 and replaced by git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/fstab.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter07/fstab.xml b/chapter07/fstab.xml index 1c0be5826..182bad0ba 100644 --- a/chapter07/fstab.xml +++ b/chapter07/fstab.xml @@ -13,7 +13,7 @@ following: cat > /etc/fstab << "EOF" # Begin /etc/fstab -/dev/<LFS-partition designation> / ext2 defaults 1 1 +/dev/<LFS-partition designation> / <fs-type> defaults 1 1 /dev/<swap-partition designation> swap swap defaults 0 0 proc /proc proc defaults 0 0 @@ -23,9 +23,9 @@ proc /proc proc defaults 0 0 -Replace <LFS-partition designation> and <swap-partition -designation> with the appropriate devices (/dev/hda5 and /dev/hda6 in my -case). +Replace <LFS-partition designation>, <swap-partition +designation> and <fs-type> with the appropriate values +(/dev/hda2, /dev/hda5 and reiserfs for example). -- cgit v1.2.3-54-g00ecf