mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Removed explicit reference to ext2 and replaced by <fs-type>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d10f4b4ed0
commit
e8f3859ad9
@ -13,7 +13,7 @@ following:
|
|||||||
<userinput>cat > /etc/fstab << "EOF"</userinput>
|
<userinput>cat > /etc/fstab << "EOF"</userinput>
|
||||||
# Begin /etc/fstab
|
# 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
|
/dev/<swap-partition designation> swap swap defaults 0 0
|
||||||
proc /proc proc defaults 0 0
|
proc /proc proc defaults 0 0
|
||||||
|
|
||||||
@ -23,9 +23,9 @@ proc /proc proc defaults 0 0
|
|||||||
</literallayout>
|
</literallayout>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Replace <LFS-partition designation> and <swap-partition
|
Replace <LFS-partition designation>, <swap-partition
|
||||||
designation> with the appropriate devices (/dev/hda5 and /dev/hda6 in my
|
designation> and <fs-type> with the appropriate values
|
||||||
case).
|
(/dev/hda2, /dev/hda5 and reiserfs for example).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user