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

参考
https://www.jianshu.com/p/02557f0d29dc

你可能感兴趣的:(rootfs 根文件系统)