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