1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-23 09:32:56 +03:00
openwrt-xburst/openwrt/target/linux/package/base-files/files/sibyte-2.6/init

7 lines
136 B
Plaintext
Raw Normal View History

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