mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-09 14:10:15 +02:00
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
|
#!/bin/ash
|
||
|
mount none /dev -t devfs
|
||
|
exec /bin/busybox init
|
||
|
|