Commit 6fee43e9 authored by Michael Shigorin's avatar Michael Shigorin

live: tweak autologin warning

Should be removed when console autologin is there (mind the live-builder).
parent fe58c46e
#!/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment