Do not pollute the logs when looking for swap partitions.
[live-boot-grml.git] / scripts / live-bottom / 15autologin
index ae653fd..7fb2b13 100755 (executable)
@@ -20,17 +20,19 @@ esac
 
 # live-initramfs header
 
+. /live.vars
+
+if [ -n "${NOXAUTOLOGIN}" ] || [ -z "${USERNAME}" ]
+then
+       exit 0
+fi
+
 . /scripts/live-functions
 
 log_begin_msg "Setting up automatic login"
 
 # live-initramfs script
 
-if [ -n "${NOXAUTOLOGIN}" ]
-then
-       exit 0
-fi
-
 # chroot needed to handle symlinks correctly
 if chroot /root [ -f /etc/gdm/gdm-cdd.conf ]
 then