base, crypt: install umount, because it is used

master
Harald Hoyer 2011-04-20 16:51:39 +02:00
parent fd786adcf5
commit f024bf0dcd
2 changed files with 2 additions and 4 deletions

View File

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

View File

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