445b861749
SVN-Revision: 3855
6 lines
136 B
Bash
Executable file
6 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
|