aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-09-25 13:32:29 +0800
committerXi Ruoyao <xry111@xry111.site>2022-09-25 13:36:11 +0800
commit4d04dc743f9e8bf0938491a152441053fcfc88dd (patch)
tree59031e3fa19061d82302b1943473813570a60da5 /bootscripts
parentf4066122e0a6be21e66a26b96b85d235f2e67ba3 (diff)
init.d/swap: you can't mount a swap partition
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/lfs/init.d/swap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootscripts/lfs/init.d/swap b/bootscripts/lfs/init.d/swap
index 9747024c5..14075ae19 100644
--- a/bootscripts/lfs/init.d/swap
+++ b/bootscripts/lfs/init.d/swap
@@ -20,8 +20,8 @@
# Should-Stop: $local_fs
# Default-Start: S
# Default-Stop: 0 6
-# Short-Description: Mounts and unmounts swap partitions.
-# Description: Mounts and unmounts swap partitions defined in
+# Short-Description: Activates and deactivates swap partitions.
+# Description: Activates and deactivates swap partitions defined in
# /etc/fstab.
# X-LFS-Provided-By: LFS
### END INIT INFO