mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
make a Should-Stop dependency of swap to allow clean install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
38b705d991
commit
3c784d8d8a
@ -1,3 +1,6 @@
|
|||||||
|
2020-10-02 DJ Lucas <dj@linuxfromscratch.org>
|
||||||
|
* make $local_fs a Should-Stop dependency of swap to allow clean install
|
||||||
|
|
||||||
2020-08-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
2020-08-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||||
* Fix a minor display problem in checkfs
|
* Fix a minor display problem in checkfs
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
# Provides: swap
|
# Provides: swap
|
||||||
# Required-Start: udev
|
# Required-Start: udev
|
||||||
# Should-Start: modules
|
# Should-Start: modules
|
||||||
# Required-Stop: localnet $local_fs
|
# Required-Stop: localnet
|
||||||
# Should-Stop:
|
# Should-Stop: $local_fs
|
||||||
# Default-Start: S
|
# Default-Start: S
|
||||||
# Default-Stop: 0 6
|
# Default-Stop: 0 6
|
||||||
# Short-Description: Mounts and unmounts swap partitions.
|
# Short-Description: Mounts and unmounts swap partitions.
|
||||||
|
Loading…
Reference in New Issue
Block a user