live: tweak autologin warning

Should be removed when console autologin is there
(mind the live-builder).
This commit is contained in:
Michael Shigorin 2012-04-09 13:09:35 +03:00
parent fe58c46ead
commit 6fee43e9cb

View File

@ -1,7 +1,7 @@
#!/bin/sh -ef
if [ ! -x /usr/bin/X ]; then
echo "warning: autologin feature requested but X not installed" >&2
echo "SKIP autologin: X not installed" >&2
exit 0
fi