summaryrefslogtreecommitdiffstats
path: root/generic/etc/init.d/rcS
blob: 7b32e7154bbee7367e422406623b011478a03e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# /etc/init.d/rcS
#
# $Id$
#

echo -n "mounting filesystems..."
mount -a 2>/dev/null
echo "done."

# modprobe ppp_async
# loadkmap < /etc/boottime.kmap

# set hostname
test -e /etc/hostname && hostname -F /etc/hostname

echo "running rc.d services..."
run-parts -a start /etc/rc.d