精通init ramfs构建step by step (十)
can''t open /dev/tty1: No such file or directory
can''t open /dev/tty2: No such file or directory can''t open /dev/tty3: No such file or directory 错误信息的循环输出,系统不能正常运行. 错误的原因是没有在init ramfs的/dev目录下生成相应的设备文件.需要做如下的调整: 1)在构建目录(buildroot/project_build_i686/uclibc/root)下的etc/init.d目录中新增一个初始化脚本文件S10mountfs #!/bin/sh mount -t proc proc /proc mount -t sysfs sysfs /sys mdev -s 2)更改busybox的setuid属性,否则无法执行mount命令.在构建目录(buildroot/project_build_i686/uclibc/root)下执行 chmod -s bin/busybox
命令. 这两项调整工作做完后,在构建目录(buildroot/project_build_i686/uclibc/root)下执行 find . | cpio -o -H newc |gzip > ../init ramfs.cpio.gz 命令,重新生成init ramfs的cpio打包文件. (5)运行效果 运行新的init ramfs,系统出现登录提示.输入用户名 root,密码为空,即可进入一个mini的linux系统. buildroot是功能强大、配置灵活的自动化构建工具,它的详细使用和配置方法超出了本文的范围,后续可能会专文描述,此处就从略了.
|
||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |