[Initng-svn] r2940 - initng/initfiles/system
svn at initng.thinktux.net
svn at initng.thinktux.net
Sat Feb 4 16:05:43 CET 2006
Author: makomk
Date: Sat Feb 4 16:05:43 2006
New Revision: 2940
Modified:
initng/initfiles/system/static-modules.ii
Log:
Fix another circular dep - oops
Modified: initng/initfiles/system/static-modules.ii
==============================================================================
--- initng/initfiles/system/static-modules.ii (original)
+++ initng/initfiles/system/static-modules.ii Sat Feb 4 16:05:43 2006
@@ -1,5 +1,5 @@
service system/static-modules {
- need = system/bootmisc;
+ need = system/initial system/mountfs;
script start = {
load_modules() {
[ -r "${1}" ] || return 1
More information about the Initng-svn
mailing list