Changeset 5e009ae for bootscripts/lfs


Ignore:
Timestamp:
09/17/2019 06:43:09 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
91f763ae
Parents:
8b16d14
Message:

MultiLib: Merge changes from trunk

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

Location:
bootscripts/lfs/init.d
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/checkfs

    r8b16d14 r5e009ae  
    2828### BEGIN INIT INFO
    2929# Provides:            checkfs
    30 # Required-Start:      udev swap $time
     30# Required-Start:      udev swap
    3131# Should-Start:
    3232# Required-Stop:
  • bootscripts/lfs/init.d/console

    r8b16d14 r5e009ae  
    1616### BEGIN INIT INFO
    1717# Provides:            console
    18 # Required-Start:
    19 # Should-Start:        $local_fs
     18# Required-Start:      $local_fs
     19# Should-Start:        udev_retry
    2020# Required-Stop:
    2121# Should-Stop:
  • bootscripts/lfs/init.d/localnet

    r8b16d14 r5e009ae  
    1515### BEGIN INIT INFO
    1616# Provides:            localnet
    17 # Required-Start:      $local_fs
    18 # Should-Start:
     17# Required-Start:      mountvirtfs
     18# Should-Start:        modules
    1919# Required-Stop:
    2020# Should-Stop:
  • bootscripts/lfs/init.d/modules

    r8b16d14 r5e009ae  
    1515### BEGIN INIT INFO
    1616# Provides:            modules
    17 # Required-Start:      mountvirtfs sysctl
     17# Required-Start:      mountvirtfs
    1818# Should-Start:
    1919# Required-Stop:
  • bootscripts/lfs/init.d/mountfs

    r8b16d14 r5e009ae  
    1616# Provides:            $local_fs
    1717# Required-Start:      udev checkfs
    18 # Should-Start:
     18# Should-Start:        modules
    1919# Required-Stop:       swap
    2020# Should-Stop:
  • bootscripts/lfs/init.d/mountvirtfs

    r8b16d14 r5e009ae  
    1515### BEGIN INIT INFO
    1616# Provides:            mountvirtfs
    17 # Required-Start:
     17# Required-Start:      $first
    1818# Should-Start:
    1919# Required-Stop:
  • bootscripts/lfs/init.d/network

    r8b16d14 r5e009ae  
    1717### BEGIN INIT INFO
    1818# Provides:            $network
    19 # Required-Start:      $local_fs swap localnet
    20 # Should-Start:        $syslog
    21 # Required-Stop:       $local_fs swap localnet
    22 # Should-Stop:         $syslog
     19# Required-Start:      $local_fs $syslog localnet swap
     20# Should-Start:
     21# Required-Stop:       $local_fs $syslog localnet swap
     22# Should-Stop:
    2323# Default-Start:       3 4 5
    2424# Default-Stop:        0 1 2 6
  • bootscripts/lfs/init.d/setclock

    r8b16d14 r5e009ae  
    2424# Description:         On boot, system time is obtained from hwclock.  The
    2525#                      hardware clock can also be set on shutdown.
    26 # X-LFS-Provided-By:   LFS BLFS
     26# X-LFS-Provided-By:   LFS
    2727### END INIT INFO
    2828
  • bootscripts/lfs/init.d/sysctl

    r8b16d14 r5e009ae  
    1818# Provides:            sysctl
    1919# Required-Start:      mountvirtfs
    20 # Should-Start:
     20# Should-Start:        console
    2121# Required-Stop:
    2222# Should-Stop:
  • bootscripts/lfs/init.d/sysklogd

    r8b16d14 r5e009ae  
    1515### BEGIN INIT INFO
    1616# Provides:            $syslog
    17 # Required-Start:      localnet
     17# Required-Start:      $first localnet
    1818# Should-Start:
    19 # Required-Stop:       $local_fs sendsignals
     19# Required-Stop:       $local_fs
    2020# Should-Stop:
    21 # Default-Start:       3 4 5
    22 # Default-Stop:        0 1 2 6
     21# Default-Start:       2 3 4 5
     22# Default-Stop:        0 1 6
    2323# Short-Description:   Starts kernel and system log daemons.
    2424# Description:         Starts kernel and system log daemons.
  • bootscripts/lfs/init.d/udev

    r8b16d14 r5e009ae  
    1515### BEGIN INIT INFO
    1616# Provides:            udev $time
    17 # Required-Start:
     17# Required-Start:      localnet
    1818# Should-Start:        modules
    1919# Required-Stop:
  • bootscripts/lfs/init.d/udev_retry

    r8b16d14 r5e009ae  
    1717# Provides:            udev_retry
    1818# Required-Start:      udev
    19 # Should-Start:        $local_fs
     19# Should-Start:        $local_fs cleanfs
    2020# Required-Stop:
    2121# Should-Stop:
Note: See TracChangeset for help on using the changeset viewer.