live: tweak autologin warning
Should be removed when console autologin is there (mind the live-builder).
This commit is contained in:
parent
fe58c46ead
commit
6fee43e9cb
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh -ef
|
#!/bin/sh -ef
|
||||||
|
|
||||||
if [ ! -x /usr/bin/X ]; then
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user