⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rc.s

📁 制作linux root/boot启动盘的工具
💻 S
字号:
#!/bin/shPATH=/bin:/usr/bin;export PATHecho "System init"mount -t proc none /procmount -o remount,rw /echo "Find the extras on the CD and mount it"if [ -r /dev/cdrom ] ; then   mount -t iso9660 /dev/cdrom /cdromficd /umount /initrdfreeramdisk /dev/ram0echo "Running ldconfig"ldconfig#CONFIG=/cdrom/config# Check for auto config filesif [ -f $CONFIG/networkcard ];then   cfgcard `cat $CONFIG/networkcard`fiif [ -f $CONFIG/network ];then   cfglan `cat $CONFIG/network`fi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -