summaryrefslogtreecommitdiffstats
path: root/target/linux/package/base-files/files/sibyte-2.6/init
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-30 19:38:38 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-30 19:38:38 +0000
commitbe8ad0190d689eb7f797bdc0618d7e87892a831d (patch)
treeeb392a5dc848616550a5c47b5a2481f8e6b8bc1f /target/linux/package/base-files/files/sibyte-2.6/init
parente240cc0ea62aa7404ccf6187cc95cf6370212bef (diff)
resync with kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3844 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/base-files/files/sibyte-2.6/init')
-rwxr-xr-xtarget/linux/package/base-files/files/sibyte-2.6/init6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/package/base-files/files/sibyte-2.6/init b/target/linux/package/base-files/files/sibyte-2.6/init
new file mode 100755
index 000000000..1f98589eb
--- /dev/null
+++ b/target/linux/package/base-files/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