您的当前位置:首页正文

rootfs 根文件系统

来源:华拓网

使用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