|
@ -1,13 +1,10 @@ |
|
|
#!/bin/sh |
|
|
#!/bin/sh |
|
|
# |
|
|
# |
|
|
# $Id: rcS.example,v 1.2 2001/12/03 05:43:33 freesource Exp $ |
|
|
# $Id: rcS.example,v 1.3 2001/12/04 06:32:19 freesource Exp $ |
|
|
# Used by the Example.yard template. |
|
|
# Used by the Example.yard template. |
|
|
# /etc/rcS: System initialization script. |
|
|
# /etc/rcS: System initialization script. |
|
|
# |
|
|
# |
|
|
|
|
|
|
|
|
# Compute module dependencies |
|
|
|
|
|
/sbin/depmod -a |
|
|
|
|
|
|
|
|
|
|
|
# Start up kerneld if desired |
|
|
# Start up kerneld if desired |
|
|
#/sbin/kerneld |
|
|
#/sbin/kerneld |
|
|
|
|
|
|
|
@ -16,6 +13,9 @@ |
|
|
mount -o remount / |
|
|
mount -o remount / |
|
|
mount -a |
|
|
mount -a |
|
|
|
|
|
|
|
|
|
|
|
# Compute module dependencies |
|
|
|
|
|
/sbin/depmod -a |
|
|
|
|
|
|
|
|
# Set host name |
|
|
# Set host name |
|
|
/bin/hostname bootroot |
|
|
/bin/hostname bootroot |
|
|
|
|
|
|
|
|