4 lines
59 B
Text
4 lines
59 B
Text
|
#!/bin/ash
|
||
|
mount none /dev -t devfs
|
||
|
exec /bin/busybox init
|