summaryrefslogtreecommitdiff
path: root/runlevels/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-09 21:08:58 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-09 21:08:58 -0500
commitecb4d7c3f2b5ff7588a288d24c0dd462012a0389 (patch)
tree3c1ffbba337a83972ee1c154ba08324d87e30e2e /runlevels/Makefile
parent84ad14b2e4e4c97c334def409a53c612bca70eb3 (diff)
downloadopenrc-ecb4d7c3f2b5ff7588a288d24c0dd462012a0389.tar.gz
openrc-ecb4d7c3f2b5ff7588a288d24c0dd462012a0389.tar.bz2
openrc-ecb4d7c3f2b5ff7588a288d24c0dd462012a0389.tar.xz
Revert "add the appropriate network scripts to the boot runlevel"
This reverts commit add965706a3a239a7eb6750d6fc14090eb70dd12. This commit was broken so I need to revert it.
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r--runlevels/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index 509bb5f..ac3796e 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -1,5 +1,5 @@
-BOOT= bootmisc fsck hostname localmount \
- root swap swapfiles sysctl urandom ${BOOT-${OS}}
+BOOT= bootmisc fsck hostname localmount network \
+ root staticroute swap swapfiles sysctl urandom ${BOOT-${OS}}
DEFAULT= local netmount
SHUTDOWN= savecache ${SHUTDOWN-${OS}}
SYSINIT= ${SYSINIT-${OS}}
@@ -37,14 +37,6 @@ BOOT-NetBSD= hostid newsyslog savecore syslogd
# NetBSD specific stuff
BOOT-NetBSD+= devdb swap-blk ttys wscons
-ifeq (${MKOLDNET},yes)
-boot-FreeBSD += net.lo0
-boot-Linux += net.lo
-boot-NetBSD += net.lo0
-else
-boot += network staticroute
-endif
-
all:
install: