From 75c01ff774e87302a6ff2a42ca15f6e14006f621 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Fri, 8 Feb 2013 19:38:24 -0500 Subject: Add 'eject' to the anaconda initramfs No wonder we can't seem to eject the DVD - we don't have the eject binary! Include it in the initramfs. --- dracut/module-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh index cdf3e4f03..b9997f8aa 100755 --- a/dracut/module-setup.sh +++ b/dracut/module-setup.sh @@ -15,6 +15,8 @@ depends() { } install() { + # binaries we want in initramfs + dracut_install eject # anaconda inst "$moddir/anaconda-lib.sh" "/lib/anaconda-lib.sh" inst_hook cmdline 25 "$moddir/parse-anaconda-options.sh" -- cgit