Changeset c3ed84c for BOOK/boot


Ignore:
Timestamp:
May 31, 2006, 10:45:29 PM (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:
2f345f4
Parents:
09d06d3
Message:

r3793@server (orig r1713): chris | 2006-05-31 20:58:21 -0700
Updated commands for consistent indentation for multi-line commands

Location:
BOOK/boot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/module-init-tools.xml

    r09d06d3 rc3ed84c  
    2828
    2929<screen os="f"><userinput>./configure --prefix=/ \
    30    --host=${LFS_TARGET}</userinput></screen>
     30    --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/common/util-linux.xml

    r09d06d3 rc3ed84c  
    7373
    7474<screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
    75 HAVE_SHADOW=no CPUOPT="" ARCH="" \
    76 CPU=""</userinput></screen>
     75    HAVE_SHADOW=no CPUOPT="" ARCH="" \
     76    CPU=""</userinput></screen>
    7777
    7878    <variablelist os="bg">
     
    124124
    125125<screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no \
    126 USE_TTY_GROUP=no CPUOPT="" ARCH="" \
    127 CPU="" DESTDIR=${LFS} install</userinput></screen>
     126    USE_TTY_GROUP=no CPUOPT="" ARCH="" \
     127    CPU="" DESTDIR=${LFS} install</userinput></screen>
    128128
    129129  </sect2>
  • BOOK/boot/x86/kernel.xml

    r09d06d3 rc3ed84c  
    9292
    9393<screen><userinput>make ARCH=i386 CROSS_COMPILE=${LFS_TARGET}- \
    94    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
     94    INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9595
    9696    <para os="u">After kernel compilation is complete, additional steps are
Note: See TracChangeset for help on using the changeset viewer.