summaryrefslogtreecommitdiff
path: root/rcS
blob: 6acafe8fedfd4e05f7e68214c8d022fc51d6b43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
rm /etc/mtab
touch /etc/mtab
mount -t proc proc /proc
mount -t sysfs sysfs /sys
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts

echo /sbin/mdev >/proc/sys/kernel/hotplug
mdev -s

hostname -F /etc/hostname

ifdown eth0
ifup eth0

run-parts -a start /etc/init.d