|
|
@ -27,12 +27,7 @@ install() { |
|
|
|
inst losetup |
|
|
|
inst losetup |
|
|
|
inst grep |
|
|
|
inst grep |
|
|
|
|
|
|
|
|
|
|
|
# eject might be a symlink to consolehelper |
|
|
|
dracut_install eject |
|
|
|
if [ -L /usr/bin/eject ]; then |
|
|
|
|
|
|
|
dracut_install /usr/sbin/eject |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
inst eject |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inst blockdev |
|
|
|
inst blockdev |
|
|
|
type -P checkisomd5 >/dev/null && inst checkisomd5 |
|
|
|
type -P checkisomd5 >/dev/null && inst checkisomd5 |
|
|
|