I.MX6 console 跳过 login

简介: /*************************************************************************** * I.MX6 console 跳过 login * 说明: * 之前搭文件系统的时候想要加入login,现在又遇到需要跳过login的,记录一下。
/***************************************************************************
 *                      I.MX6 console 跳过 login
 * 说明:
 *     之前搭文件系统的时候想要加入login,现在又遇到需要跳过login的,记录一下。
 *
 *                                        2016-11-14 深圳 南山平山村 曾剑锋
 **************************************************************************/


一、参考文档:
    1. arm linux文件系统去掉login直接以root登陆(已经存在login功能的文件系统)
        http://armcloud.longluntan.com/t16-topic
    2. I.MX6 busybox set hosname and login with root
        http://www.cnblogs.com/zengjfgit/p/5135919.html

二、操作方法:
    console::respawn:/sbin/getty -L ttySAC0 115200 vt100 
    修改为:
    console::respawn:-/bin/sh

 

目录
相关文章
|
5月前
|
小程序
小程序踩坑:Setting data field "xxxx" to undefined is invalid.
小程序踩坑:Setting data field "xxxx" to undefined is invalid.
82 0
|
9月前
|
机器人
Typecho弹出find Input author error怎么解决
Typecho弹出find Input author error怎么解决
61 0
|
9月前
|
PHP
thinkphp报错Call to undefined method app\index\controller\Index::fetch()
thinkphp报错Call to undefined method app\index\controller\Index::fetch()
88 0
|
Linux
编译OpenJDK8:error: control reaches end of non-void function [-Werror=return-type]
编译OpenJDK8:error: control reaches end of non-void function [-Werror=return-type]
148 0
el-form中error重复错误只显示一次
el-form中el-form-item的error属性监听的是watch方法,也就是两次重复的错误操作,提示的错误信息一致,就不会触发watch方法。 就会导致第一次获取error信息,信息正常显示在了页面中,第二次获取到了同样的error信息,信息却不显示在页面中了。
418 0
|
资源调度 小程序
03导航链接的制作(wx:for循环)和小程序警告request fail url not in domain list
03导航链接的制作(wx:for循环)和小程序警告request fail url not in domain list
|
Java Linux 程序员
记录:Could not resolve placeholder 'user.userName' in value "${xxx.xx}"...【亲测有效】
记录:Could not resolve placeholder 'user.userName' in value "${xxx.xx}"...【亲测有效】
749 0
nz-input-group is not a known element的解决方法
nz-input-group is not a known element的解决方法
790 0
nz-input-group is not a known element的解决方法
C中遇到错误error: jump to label [-fpermissive]的解决办法
C中遇到错误error: jump to label [-fpermissive]的解决办法
897 0
|
JavaScript
JS function document.onclick(){}报错Syntax error on token "function", delete this token - CSDN博客
原文:JS function document.onclick(){}报错Syntax error on token "function", delete this token - CSDN博客 JS function document.
1729 0