From 512a9b794077b84852babe05a22d291f82d699d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramon=20Buld=C3=B3?= Date: Sun, 14 Jun 2015 21:41:19 +0200 Subject: [PATCH] Reverse logic as autologin is the default. --- scripts/livecd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/livecd b/scripts/livecd index 35249bb..42874dd 100755 --- a/scripts/livecd +++ b/scripts/livecd @@ -44,7 +44,7 @@ depmod $(cat /usr/lib/modules/$(uname -r)/extramodules/version) install_localization -if [[ ${autologin} == "true" ]] ; then +if [[ ${autologin} != "false" ]] ; then configure_displaymanager_autologin fi