Changeset 3c784d8
- Timestamp:
- 10/02/2020 03:57:24 AM (2 years ago)
- Branches:
- 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, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- a85486d
- Parents:
- 38b705d
- Location:
- bootscripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/ChangeLog
r38b705d r3c784d8 1 2020-10-02 DJ Lucas <dj@linuxfromscratch.org> 2 * make $local_fs a Should-Stop dependency of swap to allow clean install 3 1 4 2020-08-02 Bruce Dubbs <bdubbs@linuxfromscratch.org> 2 5 * Fix a minor display problem in checkfs -
bootscripts/lfs/init.d/swap
r38b705d r3c784d8 17 17 # Required-Start: udev 18 18 # Should-Start: modules 19 # Required-Stop: localnet $local_fs20 # Should-Stop: 19 # Required-Stop: localnet 20 # Should-Stop: $local_fs 21 21 # Default-Start: S 22 22 # Default-Stop: 0 6
Note:
See TracChangeset
for help on using the changeset viewer.