Fix autologin user.

master 2.2.23
Mike Hiretsky 13 years ago
parent 0bbe5ade3f
commit 4b303d7ec3

@ -1,9 +1,14 @@
# Calculate comment=#
CHECKVT=7
#?os_install_root_type==livecd&&list(cl_migrate_user,1)!=||os_install_linux_shortname==CMC&&list(cl_migrate_user,1)!=#
XUSER=#-list(cl_migrate_user,1)-#
#os_install_root_type#
#?os_install_root_type==livecd&&list(cl_migrate_user,1)==||os_install_linux_shortname==CMC&&list(cl_migrate_user,1)==#
XUSER=guest
#os_install_root_type#
#?os_install_root_type==livecd||os_install_linux_shortname==CMC#
DISPLAYMANAGER="bash"
XUSER=#-list(cl_migrate_user,1)-#
START_STOP_ARGS="--background -- /usr/bin/xautologin $XUSER $CHECKVT"
#os_install_root_type#
#?os_install_root_type!=livecd&&os_install_linux_shortname!=CMC&&pkg(kde-base/kdm)!=#

Loading…
Cancel
Save