rootfs 根文件系统
2018-04-24 本文已影响15人
z3r0me
使用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