Преглед на файлове

installer: mount pseudofs to regenerate the initramfs.

This fixes the last issue with musl!
Juan RP преди 10 години
родител
ревизия
289592a0f6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      installer.sh.in

+ 2 - 2
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