Changeset f92b8de
- Timestamp:
- 08/17/2020 06:24:10 AM (3 years ago)
- 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, 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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 1c41483
- Parents:
- 6a06eaf
- Location:
- bootscripts/lfs/init.d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/lfs/init.d/checkfs
r6a06eaf rf92b8de 28 28 ### BEGIN INIT INFO 29 29 # Provides: checkfs 30 # Required-Start: udev 30 # Required-Start: udev swap 31 31 # Should-Start: 32 32 # Required-Stop: … … 95 95 msg="\nWARNING:\n\nFile system errors " 96 96 msg="${msg}were found and have been corrected.\n" 97 msg="${msg} 97 msg="${msg} You may want to double-check that " 98 98 msg="${msg}everything was fixed properly." 99 99 log_warning_msg "$msg" -
bootscripts/lfs/init.d/network
r6a06eaf rf92b8de 17 17 ### BEGIN INIT INFO 18 18 # Provides: $network 19 # Required-Start: $local_fs $sysloglocalnet swap20 # Should-Start: firewalld iptables nftables21 # Required-Stop: $local_fs $sysloglocalnet swap22 # Should-Stop: firewalld iptables nftables19 # 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 23 23 # Default-Start: 3 4 5 24 24 # Default-Stop: 0 1 2 6
Note:
See TracChangeset
for help on using the changeset viewer.