装好centos7系统默认是个个人账户需要超级管理员root账号来作为启动管理。
vi打开’/etc/gdm/custom.conf’文件,在[daemon]下添加两行:
AutomaticLoginEnable=True
AutomaticLogin=root
重启后既可以看到效果。
装好centos7系统默认是个个人账户需要超级管理员root账号来作为启动管理。
vi打开’/etc/gdm/custom.conf’文件,在[daemon]下添加两行:
AutomaticLoginEnable=True
AutomaticLogin=root
重启后既可以看到效果。