about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-01-05 17:56:21 +0100
committerJuan RP <xtraeme@gmail.com>2015-01-05 17:56:21 +0100
commitce35908f35cd106eb15c907ce742e23cce02eced (patch)
tree90a9391fe09b1060b362fdc64ea359500ec5abcd /installer.sh.in
parentda528e772f3662a8a0dc316ccc05202ae2918c26 (diff)
downloadhrmpf-ce35908f35cd106eb15c907ce742e23cce02eced.tar.gz
hrmpf-ce35908f35cd106eb15c907ce742e23cce02eced.tar.xz
hrmpf-ce35908f35cd106eb15c907ce742e23cce02eced.zip
installer: generate a non hostonly initramfs; force-add ahci just in case.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 3b8fa3e..5ae0fda 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -849,7 +849,7 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
         DIALOG --title "Check $LOG for details" \
             --infobox "Rebuilding initramfs for target ..." 4 60
         echo "Rebuilding initramfs for target ..." >$LOG
-        chroot $TARGETDIR dracut --force >>$LOG 2>&1
+        chroot $TARGETDIR dracut --no-hostonly --add-drivers "ahci" --force >>$LOG 2>&1
         DIALOG --title "Check $LOG for details" \
             --infobox "Removing temporary packages from target ..." 4 60
         echo "Removing temporary packages from target ..." >$LOG