From beede09a6df4d537c41af2a64fd53fa2d5d035c4 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 28 Apr 2004 13:18:22 +0000 Subject: 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. --- etc/rc.initdiskless | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.initdiskless') 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 -- cgit v1.1