Browse Source

dmsquash-live: install eject with dracut_install

the new search path does the right thing
master
Harald Hoyer 14 years ago
parent
commit
802e7e1c2e
  1. 7
      modules.d/90dmsquash-live/module-setup.sh

7
modules.d/90dmsquash-live/module-setup.sh

@ -27,12 +27,7 @@ install() { @@ -27,12 +27,7 @@ install() {
inst losetup
inst grep

# eject might be a symlink to consolehelper
if [ -L /usr/bin/eject ]; then
dracut_install /usr/sbin/eject
else
inst eject
fi
dracut_install eject

inst blockdev
type -P checkisomd5 >/dev/null && inst checkisomd5

Loading…
Cancel
Save