Changeset f92b8de


Ignore:
Timestamp:
08/17/2020 06:24:10 AM (4 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 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, 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:
1c41483
Parents:
6a06eaf
Message:

Move $syslog to Should-Start for the network bootscript, ensure checkfs bootscript runs after swap.

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

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

Legend:

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

    r6a06eaf rf92b8de  
    2828### BEGIN INIT INFO
    2929# Provides:            checkfs
    30 # Required-Start:      udev
     30# Required-Start:      udev swap
    3131# Should-Start:
    3232# Required-Stop:
     
    9595         msg="\nWARNING:\n\nFile system errors "
    9696         msg="${msg}were found and have been corrected.\n"
    97          msg="${msg}      You may want to double-check that "
     97         msg="${msg}     You may want to double-check that "
    9898         msg="${msg}everything was fixed properly."
    9999         log_warning_msg "$msg"
  • bootscripts/lfs/init.d/network

    r6a06eaf rf92b8de  
    1717### BEGIN INIT INFO
    1818# Provides:            $network
    19 # Required-Start:      $local_fs $syslog localnet swap
    20 # Should-Start:        firewalld iptables nftables
    21 # Required-Stop:       $local_fs $syslog localnet swap
    22 # Should-Stop:         firewalld iptables nftables
     19# Required-Start:      $local_fs localnet swap
     20# Should-Start:        $syslog firewalld iptables nftables
     21# Required-Stop:       $local_fs localnet swap
     22# Should-Stop:         $syslog firewalld iptables nftables
    2323# Default-Start:       3 4 5
    2424# Default-Stop:        0 1 2 6
Note: See TracChangeset for help on using the changeset viewer.