diff --git a/installer.sh.in b/installer.sh.in index b628849..5480387 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -762,6 +762,8 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return . /etc/default/live.conf echo "Removing $USERNAME live user from targetdir ..." >$LOG chroot $TARGETDIR userdel -r $USERNAME >>$LOG 2>&1 + echo "Rebuilding initramfs for target ..." >$LOG + chroot $TARGETDIR dracut --force >>$LOG 2>&1 DIALOG --infobox "Applying installer settings..." 4 60