From dc08114becd5e68848959f64409912ecb21a691d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Aug 2013 16:14:57 +0200 Subject: installer: after copying live image also generate a new initramfs. --- installer.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installer.sh.in') 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 -- cgit 1.4.1