Initdiskless must run before ipfw, or people will not be able to
use the conf/* stuff for their firewall configuration. Running ipfw before could seem to make sense in that it would allow one to setup access to the NFS server on a "default-deny" kernel, but it is pretty obvious to the casual observer that such a configuration never makes it far enough to mount the NFS-root in the first place.
This commit is contained in:
parent
e6597c747f
commit
8956ceaff0
@ -29,6 +29,7 @@
|
||||
# REQUIRE: preseedrandom
|
||||
# PROVIDE: initdiskless
|
||||
# KEYWORD: FreeBSD nojail
|
||||
# BEFORE: ipfw
|
||||
|
||||
|
||||
# On entry to this script the entire system consists of a read-only root
|
||||
|
@ -29,6 +29,7 @@
|
||||
# REQUIRE: preseedrandom
|
||||
# PROVIDE: initdiskless
|
||||
# KEYWORD: FreeBSD nojail
|
||||
# BEFORE: ipfw
|
||||
|
||||
|
||||
# On entry to this script the entire system consists of a read-only root
|
||||
|
Loading…
Reference in New Issue
Block a user