summaryrefslogtreecommitdiff
path: root/rcS
diff options
context:
space:
mode:
Diffstat (limited to 'rcS')
-rw-r--r--rcS15
1 files changed, 0 insertions, 15 deletions
diff --git a/rcS b/rcS
deleted file mode 100644
index 95f1754..0000000
--- a/rcS
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-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