Although the noshutdown keyword is nice, we shouldn't use it for network or dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network.

This commit is contained in:
Roy Marples
2009-04-27 13:33:37 +00:00
parent 824bb3aee3
commit 3d43fb6f22
3 changed files with 17 additions and 3 deletions

View File

@@ -6,6 +6,8 @@
# You also have ifup_eth0 and ifdown_eth0 to run other commands when
# eth0 is started and stopped.
# You should note that we don't stop the network at system shutdown by default.
# If you really need this, then set shutdown_network=YES
# You can assign a default route
#defaultroute="192.168.0.1"