installer.sh: Remove modified sddm.conf to let sddm use the defaults.
This commit is contained in:
committed by
Michael Aldridge
parent
33f5f5c1fb
commit
9d276f209f
@@ -1228,6 +1228,8 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
|
|||||||
rm -f $TARGETDIR/etc/motd
|
rm -f $TARGETDIR/etc/motd
|
||||||
rm -f $TARGETDIR/etc/issue
|
rm -f $TARGETDIR/etc/issue
|
||||||
rm -f $TARGETDIR/usr/sbin/void-installer
|
rm -f $TARGETDIR/usr/sbin/void-installer
|
||||||
|
# Remove modified sddm.conf to let sddm use the defaults.
|
||||||
|
rm -f $TARGETDIR/etc/sddm.conf
|
||||||
# Remove live user.
|
# Remove live user.
|
||||||
echo "Removing $USERNAME live user from targetdir ..." >$LOG
|
echo "Removing $USERNAME live user from targetdir ..." >$LOG
|
||||||
chroot $TARGETDIR userdel -r $USERNAME >$LOG 2>&1
|
chroot $TARGETDIR userdel -r $USERNAME >$LOG 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user