445b861749
SVN-Revision: 3855
7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/bin/ash
|
|
mount none /dev -t devfs
|
|
mount none /proc -t proc
|
|
mount_root failsafe
|
|
mount -o remount,rw /dev/root /
|
|
exec /bin/busybox init
|