summaryrefslogtreecommitdiffstats
path: root/etc/rc.initdiskless
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-04-28 13:18:22 +0000
committerphk <phk@FreeBSD.org>2004-04-28 13:18:22 +0000
commitbeede09a6df4d537c41af2a64fd53fa2d5d035c4 (patch)
tree734d00fc2127a4ad5b5c20806c9057c338d56a32 /etc/rc.initdiskless
parent0405135634ee9cf5c681b70ec4eb28d5585effb8 (diff)
downloadFreeBSD-src-beede09a6df4d537c41af2a64fd53fa2d5d035c4.zip
FreeBSD-src-beede09a6df4d537c41af2a64fd53fa2d5d035c4.tar.gz
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.
Diffstat (limited to 'etc/rc.initdiskless')
-rw-r--r--etc/rc.initdiskless1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index 1609fa8..bf49749 100644
--- a/etc/rc.initdiskless
+++ b/etc/rc.initdiskless
@@ -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
OpenPOWER on IntegriCloud