diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
| commit | 8a2754e0fbdea7497281327f2896be2a1253a107 (patch) | |
| tree | bc7c400745fde54e6fb7a010fcb026258564d3bc /package/base-files/files/init | |
| parent | 9bd4456c5a83c3474fdf9fe5cf14004a0874e2c8 (diff) | |
| parent | 2d3aaf1664850031f5497e121dc82ab65f63641a (diff) | |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/files/init')
| -rwxr-xr-x | package/base-files/files/init | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/base-files/files/init b/package/base-files/files/init deleted file mode 100755 index 567993cbb..000000000 --- a/package/base-files/files/init +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -export PATH=/bin:/sbin:/usr/bin:/usr/sbin -mount -nt proc proc /proc -mount -o nosuid,nodev,noexec -t sysfs sysfs /sys -mount none /tmp -t tmpfs -o size=2M -mount none /tmp -t tmpfs -o remount,nosuid,nodev,mode=1777 -mount -o nosuid,size=64k,mode=0755 -t tmpfs mdev /dev -mkdir /dev/pts /dev/shm -mount -o nosuid,noexec -t devpts devpts /dev/pts -exec 0<>/dev/console >&0 2>&0 -echo >/dev/mdev.seq -echo "/sbin/mdev" >/proc/sys/kernel/hotplug -mdev -s -mount -o remount,rw / -cat /etc/.rnd >/dev/urandom 2>&1 -[ -f /etc/fstab ] && mount -a -[ -x /sbin/cfgfs ] && { cfgfs setup; mount -o remount,ro /;} -exec /sbin/init |
