Changeset 2484938 for the-end/reboot.xml


Ignore:
Timestamp:
Sep 15, 2006, 7:06:38 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
6ec9929
Parents:
142e52c5
Message:

Change occurences of $VARIABLE to $\{VARIABLE\} for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • the-end/reboot.xml

    r142e52c5 r2484938  
    3737  <para>Then unmount the virtual file systems:</para>
    3838
    39 <screen><userinput>umount $CLFS/dev/pts
    40 umount $CLFS/dev/shm
    41 umount $CLFS/dev
    42 umount $CLFS/proc
    43 umount $CLFS/sys</userinput></screen>
     39<screen><userinput>umount ${CLFS}/dev/pts
     40umount ${CLFS}/dev/shm
     41umount ${CLFS}/dev
     42umount ${CLFS}/proc
     43umount ${CLFS}/sys</userinput></screen>
    4444
    4545  <para>Unmount the CLFS file system itself:</para>
    4646
    47 <screen><userinput>umount $CLFS</userinput></screen>
     47<screen><userinput>umount ${CLFS}</userinput></screen>
    4848
    4949  <para>If multiple partitions were created, unmount the other
    5050  partitions before unmounting the main one, like this:</para>
    5151
    52 <screen><userinput>umount $CLFS/usr
    53 umount $CLFS/home
    54 umount $CLFS</userinput></screen>
     52<screen><userinput>umount ${CLFS}/usr
     53umount ${CLFS}/home
     54umount ${CLFS}</userinput></screen>
    5555
    5656  <para>Now, reboot the system with:</para>
Note: See TracChangeset for help on using the changeset viewer.