summaryrefslogtreecommitdiff
path: root/rcS
blob: cca6665866326784b2c724db9c087b19b80f9474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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