Changeset 661d1a4 for BOOK/bootable


Ignore:
Timestamp:
Jun 6, 2006, 1:07:40 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e9be59d
Parents:
fd40236
Message:

r3840@server (orig r1732): chris | 2006-06-05 22:54:28 -0700
Added -v switches to many more commands

Location:
BOOK/bootable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/mips/colo.xml

    rfd40236 r661d1a4  
    5353  xpointer="xpointer(//*[@os='v'])"/>
    5454
    55 <screen os="f"><userinput>mkdir /etc/colo &amp;&amp;
    56 ln -s /boot/colo/default.colo /etc/colo</userinput></screen>
     55<screen os="f"><userinput>mkdir -v /etc/colo &amp;&amp;
     56ln -sv /boot/colo/default.colo /etc/colo</userinput></screen>
    5757
    5858</sect1>
  • BOOK/bootable/x86/grub.xml

    rfd40236 r661d1a4  
    135135  To satisfy this requirement for GRUB, issue the following command:</para>
    136136
    137 <screen os="w"><userinput>mkdir /etc/grub &amp;&amp;
    138 ln -s /boot/grub/menu.lst /etc/grub</userinput></screen>
     137<screen os="w"><userinput>mkdir -v /etc/grub &amp;&amp;
     138ln -sv /boot/grub/menu.lst /etc/grub</userinput></screen>
    139139
    140140</sect1>
Note: See TracChangeset for help on using the changeset viewer.