Batch mode.

This commit is contained in:
freesource
2001-08-02 01:54:27 +00:00
parent 074d2407e3
commit 484a228ff4
13 changed files with 154 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/bin/sh
#
# /etc/rc: System initialization script.
#
# Compute module dependencies
/sbin/depmod -a
# Start up kerneld if desired
#/sbin/kerneld
# Mount everything mentioned in fstab
/bin/mount -av
# Set host name
/bin/hostname Rescue
# If you need to load a keyboard map, uncomment this line and
# fix the pathnames:
#/usr/sbin/loadkeys /usr/lib/kbd/keytables/defkeymap.map