Changeset 38bb44a for chapter08


Ignore:
Timestamp:
09/11/2004 01:50:36 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
0e9a9e2
Parents:
45c7694
Message:

first round of printed layout fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/fstab.xml

    r45c7694 r38bb44a  
    1818<literal># Begin /etc/fstab
    1919
    20 # file system  mount-point  fs-type  options         dump  fsck-order
     20# file system  mount-point  type   options         dump  fsck
     21#                                                        order
    2122
    22 /dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>    defaults        1     1
    23 /dev/<replaceable>[yyy]</replaceable>     swap         swap     pri=1           0     0
    24 proc           /proc        proc     defaults        0     0
    25 sysfs          /sys         sysfs    defaults        0     0
    26 devpts         /dev/pts     devpts   gid=4,mode=620  0     0
    27 shm            /dev/shm     tmpfs    defaults        0     0
     23/dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults        1     1
     24/dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1           0     0
     25proc           /proc        proc   defaults        0     0
     26sysfs          /sys         sysfs  defaults        0     0
     27devpts         /dev/pts     devpts gid=4,mode=620  0     0
     28shm            /dev/shm     tmpfs  defaults        0     0
    2829# End /etc/fstab</literal>
    2930EOF</userinput></screen>
  • chapter08/grub.xml

    r45c7694 r38bb44a  
    6464<screen><userinput>root (hd0,3)</userinput></screen>
    6565
     66<beginpage/>
    6667<warning><para>The following command will overwrite the current boot
    6768loader. Do not run the command if this is not desired, for example, if
     
    103104EOF</userinput></screen>
    104105
     106<beginpage/>
    105107<para>Add an entry for the host distribution if desired. It might look
    106108like this:</para>
Note: See TracChangeset for help on using the changeset viewer.