mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
The S and normal runlevel rc used by Example.yard.
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $Id$
|
||||
# Used by the Example.yard template.
|
||||
# /etc/rc: System initialization script.
|
||||
#
|
||||
|
||||
# Compute module dependencies
|
||||
/sbin/depmod -a
|
||||
|
||||
# Start up kerneld if desired
|
||||
#/sbin/kerneld
|
||||
|
||||
# Mount everything mentioned in fstab
|
||||
# .. but proc needs to be mounted first, anyways.
|
||||
/bin/mount -anv
|
||||
mount -v -o remount,rw -n /dev/ram0 /
|
||||
|
||||
# Set host name
|
||||
/bin/hostname bootroot
|
||||
|
||||
# If you need to load a keyboard map, uncomment this line and
|
||||
# fix the pathnames:
|
||||
#/usr/sbin/loadkeys /usr/lib/kbd/keytables/defkeymap.map
|
||||
|
||||
Reference in New Issue
Block a user