[Clfs-commits] [CLFS Trac] #1003: Systemd 224 Version Upgrade

CLFS Trac trac at clfs.org
Wed Aug 26 17:08:49 PDT 2015


#1003: Systemd 224 Version Upgrade
-----------------------+---------------------------------
  Reporter:  kb0iic    |      Owner:  clfs-commits@…
      Type:  task      |     Status:  new
  Priority:  critical  |  Milestone:  CLFS Standard 3.1.0
 Component:  BOOK      |    Version:  CLFS Standard GIT
Resolution:            |   Keywords:
-----------------------+---------------------------------

Comment (by kb0iic):

 Along with the switches Chris mentioned:

 {{{
 --with-dbus*
 --enable-split-usr
 }}}

 Add:

 {{{
 --disable-firstboot
 --disable-ldconfig
 --disable-sysusers
 --without-python
 }}}

 --without-python

     This switch prevents configure from trying to use Python which isn't
 built in LFS.

 --disable-firstboot

     This switch prevents installation of systemd services responsible for
 setting up the system for the first time. They are not useful for LFS
 because everything is done manually.

 --disable-ldconfig (could let the user decide that)

     This switch prevents installation of a systemd unit that runs ldconfig
 at boot, making the boot time longer. Remove it if the described feature
 is desired, even though it's not useful for source distributions such as
 LFS.

 --disable-sysusers

     This switch prevents installation of systemd services responsible for
 setting up the /etc/group and /etc/passwd files. Both files were created
 early in this chapter.

-- 
Ticket URL: <http://trac.clfs.org/ticket/1003#comment:18>
CLFS Trac <http://trac.clfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list