From d6e7c1653def8cb4a0627e3ef0ea65f737b2d367 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 May 2015 07:29:15 +0200 Subject: [PATCH] installer: remove void-installer in local installation. --- installer.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.sh.in b/installer.sh.in index cda386d..292cf01 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -847,6 +847,7 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return . /etc/default/live.conf rm -f $TARGETDIR/etc/motd rm -f $TARGETDIR/etc/issue + rm -f $TARGETDIR/usr/sbin/void-installer # Remove live user. echo "Removing $USERNAME live user from targetdir ..." >$LOG chroot $TARGETDIR userdel -r $USERNAME >$LOG 2>&1