summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2013-02-08 19:38:24 -0500
committerWill Woods <wwoods@redhat.com>2013-02-11 15:56:27 -0500
commit75c01ff774e87302a6ff2a42ca15f6e14006f621 (patch)
treec36516a198467c56c0e98a6cdc5114e299351344
parent82006cda09264a72af40b5d8a262654a7c24a16a (diff)
downloadanaconda-75c01ff774e87302a6ff2a42ca15f6e14006f621.tar.gz
anaconda-75c01ff774e87302a6ff2a42ca15f6e14006f621.tar.xz
anaconda-75c01ff774e87302a6ff2a42ca15f6e14006f621.zip
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.
-rwxr-xr-xdracut/module-setup.sh2
1 files changed, 2 insertions, 0 deletions
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"