445b861749
SVN-Revision: 3855
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/ash
|
|
mount none /dev -t devfs
|
|
exec /bin/busybox init
|