操作二:Centos7 去掉登录界面,开机自动登录root用户
修改/etc/gdm/custom.conf 文件
修改[daemon]选项
AutomaticLoginEnable=true
AutomaticLogin=root
TimedLoginEnable=true
修改[security]
AllowRoot=true
重启系统
修改/etc/gdm/custom.conf 文件
修改[daemon]选项
AutomaticLoginEnable=true
AutomaticLogin=root
TimedLoginEnable=true
修改[security]
AllowRoot=true
重启系统