diff options
author | Gerry Rozema <gerryr@rozeware.com> | 2006-08-18 19:36:22 +0000 |
---|---|---|
committer | Gerry Rozema <gerryr@rozeware.com> | 2006-08-18 19:36:22 +0000 |
commit | 1a19595b65b0f9388c6a089dbcdb4d294c64d3e1 (patch) | |
tree | 914e2976394fe26e6bfaec830b5800d37a2d3301 /target | |
parent | e9568d360b7d843839c74f4097ae1b63b12faffb (diff) | |
download | upstream-1a19595b65b0f9388c6a089dbcdb4d294c64d3e1.tar.gz upstream-1a19595b65b0f9388c6a089dbcdb4d294c64d3e1.tar.bz2 upstream-1a19595b65b0f9388c6a089dbcdb4d294c64d3e1.zip |
File I forgot
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/generic-2.6/files/postinit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/files/postinit b/target/linux/generic-2.6/files/postinit new file mode 100755 index 0000000000..6ae1012bc5 --- /dev/null +++ b/target/linux/generic-2.6/files/postinit @@ -0,0 +1,4 @@ +#!/bin/ash +mount none /dev -t devfs +exec /bin/busybox init + |