使用busybox 编译
/etc/init.d/rcS
#! /bin/sh
/bin/mount -a
/bin/mount -t sysfs sysfs /sys
/bin/mount -t tmpfs tmpfs /dev
/sbin/mdev -s
配置/etc/group, /etc/passwd
使用busybox 编译
/etc/init.d/rcS
#! /bin/sh
/bin/mount -a
/bin/mount -t sysfs sysfs /sys
/bin/mount -t tmpfs tmpfs /dev
/sbin/mdev -s
配置/etc/group, /etc/passwd
本文标题:rootfs 根文件系统
本文链接:https://www.haomeiwen.com/subject/jetslftx.html
网友评论