From 289592a0f65ae9673bf3ad42d9fa7efbcbdcd319 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 15 Jan 2015 14:40:35 +0100 Subject: installer: mount pseudofs to regenerate the initramfs. This fixes the last issue with musl! --- installer.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer.sh.in') diff --git a/installer.sh.in b/installer.sh.in index 5ae0fda..e881e25 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -849,14 +849,14 @@ ${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 + # mount required fs + mount_filesystems 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 xbps-remove -r $TARGETDIR -Ry dialog >>$LOG 2>&1 rmdir $TARGETDIR/mnt/target - # mount required fs - mount_filesystems else # mount required fs mount_filesystems -- cgit 1.4.1