busybox只做文件系统的配置
一、busybox配置编译过程参考网上其他教程,基本是一样的,通用的 二、/etc/init.d/rcS echo "---- welcome to linux ----" PATH=/sbin:/bin:/usr/sbin:/usr/bin runlevel=S prevlevel=N umask 022 export PATH runlevel prevlevel mount -a echo /sbin/mdev > /proc/sys/kernel/hotplug mdev -s #/bin/hostname -F /etc/sysconfig/HOSTNAME #ifconfig eth0 192.168.1.10 三、/etc/fstab # /etc/fstab: static file system information. # # Use 'vol_id --uuid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file