mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 09:45:00 +02:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
#!/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
|