diff options
-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: |