代码拉取完成,页面将自动刷新
http://www.m5home.com/blog/archives/2016/12/103.html
第一步是给root用户设置个密码.
我没试过空密码行不行,不折腾.
sudo passwd root
第二步是在配置文件里设置自启动:
1,编辑/etc/lightdm/lightdm.conf:
sudo gedit /etc/lightdm/lightdm.conf
[Seat:*]
autologin-guest=false
autologin-user=root
autologin-user-timeout=0
greeter-session=lightdm-gtk-greeter
2,编辑/root/.profile文件,增加tty -s &&:
sudo gedit /root/.profile
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
tty -s && mesg n || true
然后重启就行了.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。