3788ddb951
SVN-Revision: 4600
4 lines
60 B
Bash
Executable file
4 lines
60 B
Bash
Executable file
#!/bin/ash
|
|
mount none /dev -t devfs
|
|
exec /bin/busybox init
|
|
|