1 Star 0 Fork 0

Iridescent/ArduinoWheelRobot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
开机自动进入root.txt 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
Iridescent 提交于 2017-12-10 15:03 . TXT
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
然后重启就行了.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Iridescentty/ArduinoWheelRobot.git
git@gitee.com:Iridescentty/ArduinoWheelRobot.git
Iridescentty
ArduinoWheelRobot
ArduinoWheelRobot
master

搜索帮助