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:
Poul-Henning Kamp 2004-04-28 13:18:22 +00:00
parent e6597c747f
commit 8956ceaff0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128713
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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