summaryrefslogtreecommitdiffstats
path: root/package/base-files/sibyte-2.6/init
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/sibyte-2.6/init')
-rwxr-xr-xpackage/base-files/sibyte-2.6/init6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/base-files/sibyte-2.6/init b/package/base-files/sibyte-2.6/init
new file mode 100755
index 000000000..1f98589eb
--- /dev/null
+++ b/package/base-files/sibyte-2.6/init
@@ -0,0 +1,6 @@
+#!/bin/ash
+mount none /dev -t devfs
+mount none /proc -t proc
+mount_root failsafe
+mount -o remount,rw /dev/root /
+exec /bin/busybox init