add the appropriate network scripts to the boot runlevel
This commit is contained in:
parent
5d8b1b689b
commit
add965706a
@ -1,5 +1,5 @@
|
|||||||
BOOT= bootmisc fsck hostname localmount network \
|
BOOT= bootmisc fsck hostname localmount \
|
||||||
root staticroute swap swapfiles sysctl urandom ${BOOT-${OS}}
|
root swap swapfiles sysctl urandom ${BOOT-${OS}}
|
||||||
DEFAULT= local netmount
|
DEFAULT= local netmount
|
||||||
SHUTDOWN= savecache ${SHUTDOWN-${OS}}
|
SHUTDOWN= savecache ${SHUTDOWN-${OS}}
|
||||||
SYSINIT= ${SYSINIT-${OS}}
|
SYSINIT= ${SYSINIT-${OS}}
|
||||||
@ -37,6 +37,14 @@ BOOT-NetBSD= hostid newsyslog savecore syslogd
|
|||||||
# NetBSD specific stuff
|
# NetBSD specific stuff
|
||||||
BOOT-NetBSD+= devdb swap-blk ttys wscons
|
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:
|
all:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user