diff options
author | Juan RP <xtraeme@voidlinux.eu> | 2015-05-22 07:29:15 +0200 |
---|---|---|
committer | Juan RP <xtraeme@voidlinux.eu> | 2015-05-22 07:29:15 +0200 |
commit | d6e7c1653def8cb4a0627e3ef0ea65f737b2d367 (patch) | |
tree | 4a2db476f151c1eb28c0705e11b7db9cbba6f26d | |
parent | d95e13b4aa4b1806ebd122892fc2229c88fc299f (diff) | |
download | hrmpf-d6e7c1653def8cb4a0627e3ef0ea65f737b2d367.tar.gz hrmpf-d6e7c1653def8cb4a0627e3ef0ea65f737b2d367.tar.xz hrmpf-d6e7c1653def8cb4a0627e3ef0ea65f737b2d367.zip |
installer: remove void-installer in local installation.
-rw-r--r-- | installer.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |