Ignore:
Timestamp:
02/15/2013 07:26:30 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e4d8c0cd
Parents:
9cefc3b
Message:

Rework D-Bus instructions, move user creation to createfiles.xml. Remove libdir switch from Xz and move libs manually as done in Zlib instructions. Modify Sysvinit instructions for few programs we need. Don't move find in findutils, it's not needed by Systemd.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sysvinit.xml

    r9cefc3b r8edca0a  
    4242    <title>Installation of Sysvinit</title>
    4343
    44     <para>Compile the package:</para>
     44    <para>Since LFS uses Systemd as init system, this package
     45    is needed for few utils that are not present in other
     46    packages. Compile the package:</para>
    4547
    46 <screen><userinput remap="make">make -C src</userinput></screen>
     48<screen><userinput remap="make">make -C src fstab-decode
     49make -C src killall5
     50make -C src last</userinput></screen>
    4751
    4852    <para>This package does not come with a test suite.</para>
     
    5054    <para>Install the package:</para>
    5155
    52 <screen><userinput remap="install">make -C src install</userinput></screen>
     56<screen><userinput remap="install">cp -v src/{fstab-decode,killall5} /sbin
     57ln -sv ../sbin/killall5 /bin/pidof
     58cp -v src/last /usr/bin
     59ln -sv last /usr/bin/lastb</userinput></screen>
     60
     61    <para>Install manual pages for the installed programs:</para>
     62
     63<screen><userinput remap="install">cp -v man/{last,lastb}.1 /usr/share/man/man1
     64cp -v man/{fstab-decode,killall5,pidof}.8 /usr/share/man/man8</userinput></screen>
    5365
    5466  </sect2>
Note: See TracChangeset for help on using the changeset viewer.