mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
account for /usr and /var by network dependency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
67de919e34
commit
298aeee5cd
@ -4,6 +4,8 @@ ChangeLog
|
|||||||
* $syslog and modules services cannot be a hard dependencies
|
* $syslog and modules services cannot be a hard dependencies
|
||||||
due to minimal install target.
|
due to minimal install target.
|
||||||
* Store bootlog date in UTC.
|
* 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.
|
20080831 - [dj] * Corrected more, and minimized dependencies in scripts.
|
||||||
* Don't try to write to bootlog in 0 and 6.
|
* Don't try to write to bootlog in 0 and 6.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: $network
|
# Provides: $network
|
||||||
# Required-Start:
|
# Required-Start: $local_fs swap localnet
|
||||||
# Should-Start: $syslog
|
# Should-Start: $syslog
|
||||||
# Required-Stop: $local_fs swap localnet
|
# Required-Stop: $local_fs swap localnet
|
||||||
# Should-Stop: $syslog
|
# Should-Stop: $syslog
|
||||||
|
Loading…
Reference in New Issue
Block a user