diff options
author | Harald Hoyer <harald@redhat.com> | 2012-02-22 10:14:17 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-02-22 15:15:21 +0100 |
commit | 552ecca6dbf1fcbf765cedf681fdaac32eca9131 (patch) | |
tree | 608f90c3b0ded90eac427aaadacc32ec16e6ef0a /modules.d/95nfs | |
parent | 9373aec6502b601347229be6d0e12f688ae1cfb3 (diff) | |
download | dracut-552ecca6dbf1fcbf765cedf681fdaac32eca9131.tar.gz dracut-552ecca6dbf1fcbf765cedf681fdaac32eca9131.tar.bz2 dracut-552ecca6dbf1fcbf765cedf681fdaac32eca9131.zip |
Renamed all shell scripts to *.sh
Diffstat (limited to 'modules.d/95nfs')
-rwxr-xr-x | modules.d/95nfs/module-setup.sh | 2 | ||||
-rwxr-xr-x | modules.d/95nfs/nfsroot.sh (renamed from modules.d/95nfs/nfsroot) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/95nfs/module-setup.sh b/modules.d/95nfs/module-setup.sh index 19d618c3..ca91951d 100755 --- a/modules.d/95nfs/module-setup.sh +++ b/modules.d/95nfs/module-setup.sh @@ -59,7 +59,7 @@ install() { inst_hook cmdline 90 "$moddir/parse-nfsroot.sh" inst_hook pre-udev 99 "$moddir/nfs-start-rpc.sh" inst_hook pre-pivot 99 "$moddir/nfsroot-cleanup.sh" - inst "$moddir/nfsroot" "/sbin/nfsroot" + inst "$moddir/nfsroot.sh" "/sbin/nfsroot" inst "$moddir/nfs-lib.sh" "/lib/nfs-lib.sh" mkdir -m 0755 -p "$initdir/var/lib/nfs/rpc_pipefs" mkdir -m 0755 -p "$initdir/var/lib/rpcbind" diff --git a/modules.d/95nfs/nfsroot b/modules.d/95nfs/nfsroot.sh index 589d4ed7..589d4ed7 100755 --- a/modules.d/95nfs/nfsroot +++ b/modules.d/95nfs/nfsroot.sh |