📄 rc.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 + -