File: rc

package info (click to toggle)
yard 1.17.patch1-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 74
  • sloc: perl: 1,729; sh: 250; makefile: 176; asm: 32
file content (20 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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