From: David Dillow Date: Mon, 1 Jun 2009 02:45:12 +0000 (-0400) Subject: nfsroot: move to same sort order as block methods X-Git-Tag: 0.1~141^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=145ca9e5b331c454ebe13005fdfaed3749ef50f5;p=thirdparty%2Fdracut.git nfsroot: move to same sort order as block methods There is no reason for this to be a 40nfsroot rather than 95nfs once other network root handlers are added. Go ahead and move it. --- diff --git a/modules.d/40nfsroot/60-nfsroot.rules b/modules.d/95nfs/60-nfsroot.rules similarity index 100% rename from modules.d/40nfsroot/60-nfsroot.rules rename to modules.d/95nfs/60-nfsroot.rules diff --git a/modules.d/40nfsroot/check b/modules.d/95nfs/check similarity index 100% rename from modules.d/40nfsroot/check rename to modules.d/95nfs/check diff --git a/modules.d/40nfsroot/install b/modules.d/95nfs/install similarity index 100% rename from modules.d/40nfsroot/install rename to modules.d/95nfs/install diff --git a/modules.d/40nfsroot/nfsroot b/modules.d/95nfs/nfsroot similarity index 100% rename from modules.d/40nfsroot/nfsroot rename to modules.d/95nfs/nfsroot diff --git a/modules.d/40nfsroot/nfsroot-cleanup.sh b/modules.d/95nfs/nfsroot-cleanup.sh similarity index 100% rename from modules.d/40nfsroot/nfsroot-cleanup.sh rename to modules.d/95nfs/nfsroot-cleanup.sh