소스 검색

Remove errant swap dependency for checkfs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 5 년 전
부모
커밋
b9560f3159
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      bootscripts/ChangeLog
  2. 1 1
      bootscripts/lfs/init.d/checkfs

+ 1 - 0
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

+ 1 - 1
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: