install umount for nfsroot

master
Harald Hoyer 2009-05-26 18:08:56 +02:00
parent 5fa499403f
commit 77f6725c4e
2 changed files with 3 additions and 3 deletions

View File

@ -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
exit 0

View File

@ -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