installer: generate a non hostonly initramfs; force-add ahci just in case.

This commit is contained in:
Juan RP 2015-01-05 17:56:21 +01:00
parent da528e772f
commit ce35908f35

View File

@ -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