Add cl_install_autologin for autologin migration.

master3.3
Mike Hiretsky 13 years ago
parent c2c9628a66
commit 4fa466b7b5

@ -1457,3 +1457,11 @@ class fillVars(object, glob_attr):
return path.join(self.Get('cl_chroot_path'),"mnt/scratch")
else:
return self.Get('cl_chroot_path')
def get_cl_install_autologin(self):
"""Migration of autologin"""
if self.Get('os_root_type') == "livecd" and
self.Get('os_linux_shortname') != 'CMC':
return ""
else:
return self.Get('cl_autologin')

@ -406,6 +406,9 @@ class Data:
# (on or off) autoupdate config from install program for install
cl_install_autoupdate_set = {'mode':'w','value': "off"}
# variable for migrate autologin
cl_install_autologin = {}
# lib vars
os_locale_xkb = {}
hr_video = {}

Loading…
Cancel
Save