From: Harald Hoyer Date: Tue, 26 May 2009 16:08:56 +0000 (+0200) Subject: install umount for nfsroot X-Git-Tag: 0.1~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77f6725c4e91ca681a8544ccc0cd069b7ced604e;p=platform%2Fupstream%2Fdracut.git install umount for nfsroot --- diff --git a/modules.d/40nfsroot/check b/modules.d/40nfsroot/check index 01c6160..916056d 100755 --- a/modules.d/40nfsroot/check +++ b/modules.d/40nfsroot/check @@ -1,5 +1,5 @@ #!/bin/sh [ "$1" = "-d" ] && echo network -which rpcbind rpc.statd mount.nfs mount.nfs4 >/dev/null 2>&1 || exit 1 +which rpcbind rpc.statd mount.nfs mount.nfs4 umount >/dev/null 2>&1 || exit 1 -exit 0 \ No newline at end of file +exit 0 diff --git a/modules.d/40nfsroot/install b/modules.d/40nfsroot/install index 965c63c..80b59a1 100755 --- a/modules.d/40nfsroot/install +++ b/modules.d/40nfsroot/install @@ -1,5 +1,5 @@ #!/bin/sh -dracut_install rpcbind rpc.statd mount.nfs mount.nfs4 +dracut_install rpcbind rpc.statd mount.nfs mount.nfs4 umount dracut_install /etc/netconfig /etc/passwd /etc/services # XXX debug stuff