mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-28 12:52:05 +02:00
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
|
#!/bin/ash
|
||
|
mount none /dev -t devfs
|
||
|
exec /bin/busybox init
|
||
|
|