Changeset aa7e88f


Ignore:
Timestamp:
03/06/2014 11:12:07 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5d5390b
Parents:
8a75933
Message:

Remove systemd from chapter 3

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter03/packages.xml

    r8a75933 raa7e88f  
    586586      </listitem>
    587587    </varlistentry>
    588 
     588<!--
    589589    <varlistentry>
    590590      <term>Systemd (&systemd-version;) - <token>&systemd-size;</token>:</term>
     
    603603      </listitem>
    604604    </varlistentry>
    605 
     605-->
    606606    <varlistentry>
    607607      <term>Util-linux (&util-linux-version;) - <token>&util-linux-size;</token>:</term>
  • chapter06/creatingdirs.xml

    r8a75933 raa7e88f  
    2525
    2626case $(uname -m) in
    27  x86_64) ln -sv lib /lib64     &amp;&amp;
    28          ln -sv lib /usr/lib64 &amp;&amp;
     27 x86_64) ln -sv lib /lib64
     28         ln -sv lib /usr/lib64
    2929         ln -sv lib /usr/local/lib64 ;;
    3030esac
Note: See TracChangeset for help on using the changeset viewer.