diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-09-07 22:24:47 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-09-07 22:24:47 +0000 |
commit | 298aeee5cd11fd2a881f757b98be2ee62f561190 (patch) | |
tree | 7fcdf4d7f3d57391fca88e2dc42707b5b9c0e39e /bootscripts | |
parent | 67de919e34eb1cdac578c60de56097928389ac6a (diff) |
account for /usr and /var by network dependency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/contrib/lsb-v3/ChangeLog | 2 | ||||
-rw-r--r-- | bootscripts/contrib/lsb-v3/init.d/network | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bootscripts/contrib/lsb-v3/ChangeLog b/bootscripts/contrib/lsb-v3/ChangeLog index eaf6fd367..bb79c63c4 100644 --- a/bootscripts/contrib/lsb-v3/ChangeLog +++ b/bootscripts/contrib/lsb-v3/ChangeLog @@ -4,6 +4,8 @@ ChangeLog * $syslog and modules services cannot be a hard dependencies due to minimal install target. * Store bootlog date in UTC. + * Added hard deps to network script for local_fs, swap, and + localnet (account for /usr at network instead of $remote_fs). 20080831 - [dj] * Corrected more, and minimized dependencies in scripts. * Don't try to write to bootlog in 0 and 6. diff --git a/bootscripts/contrib/lsb-v3/init.d/network b/bootscripts/contrib/lsb-v3/init.d/network index 28ffc9394..22114a6d3 100644 --- a/bootscripts/contrib/lsb-v3/init.d/network +++ b/bootscripts/contrib/lsb-v3/init.d/network @@ -3,7 +3,7 @@ ### BEGIN INIT INFO # Provides: $network -# Required-Start: +# Required-Start: $local_fs swap localnet # Should-Start: $syslog # Required-Stop: $local_fs swap localnet # Should-Stop: $syslog |