diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2019-10-31 03:59:01 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2019-10-31 03:59:01 +0000 |
commit | b9560f3159254e72fef23a316b5d47aa77aecafd (patch) | |
tree | 57c681165e712881cf6318bb67d4d4019461ede1 /bootscripts | |
parent | d4c52c78e2a348c6f1f95156d0a18f42fc0a24b1 (diff) |
Remove errant swap dependency for checkfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/ChangeLog | 1 | ||||
-rw-r--r-- | bootscripts/lfs/init.d/checkfs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index 4d869fdf5..28a812d2c 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,5 +1,6 @@ 2019-10-31 DJ Lucas <dj@linuxfromscratch.org> * Syslog should not start in runlevel 2 due to network logging + * Remove errant swap dependency for checkfs 2019-10-04 DJ Lucas <dj@linuxfromscratch.org> * Additional updates to facilities in LSB headers to keep proper order diff --git a/bootscripts/lfs/init.d/checkfs b/bootscripts/lfs/init.d/checkfs index 42fce219a..c6827b363 100644 --- a/bootscripts/lfs/init.d/checkfs +++ b/bootscripts/lfs/init.d/checkfs @@ -27,7 +27,7 @@ ### BEGIN INIT INFO # Provides: checkfs -# Required-Start: udev swap +# Required-Start: udev # Should-Start: # Required-Stop: # Should-Stop: |