]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
base, crypt: install umount, because it is used
authorHarald Hoyer <harald@redhat.com>
Wed, 20 Apr 2011 14:51:39 +0000 (16:51 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 20 Apr 2011 14:51:39 +0000 (16:51 +0200)
modules.d/90crypt/module-setup.sh
modules.d/99base/module-setup.sh

index 874547770021c336ad68c7cfe587447128e8f56e..8751a6a68bff9171ca351df73e17cd82c8012f8e 100755 (executable)
@@ -35,9 +35,7 @@ installkernel() {
 }
 
 install() {
-    inst cryptsetup 
-    inst rmdir
-    inst readlink
+    dracut_install cryptsetup rmdir readlink umount
     inst "$moddir"/cryptroot-ask.sh /sbin/cryptroot-ask
     inst "$moddir"/probe-keydev.sh /sbin/probe-keydev
     inst_hook cmdline 10 "$moddir/parse-keydev.sh"
index 6aea5018913f5b3a129c93311c1cdbfbc3bdbaf0..f0342d144ebd002f35d7c6c6d39c13e1a0309f67 100755 (executable)
@@ -13,7 +13,7 @@ depends() {
 
 install() {
     dracut_install mount mknod mkdir modprobe pidof sleep chroot \
-        sed ls flock cp mv dmesg rm ln rmmod mkfifo 
+        sed ls flock cp mv dmesg rm ln rmmod mkfifo umount
     dracut_install -o less 
     if [ ! -e "${initdir}/bin/sh" ]; then
         dracut_install bash