openwrt/openwrt/package/base-files/sibyte-2.6/init

7 lines
136 B
Bash
Executable File

#!/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