445b861749
SVN-Revision: 3855
4 lines
87 B
Bash
Executable file
4 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
mount none /proc -t proc
|
|
mount_root failsafe
|
|
mount -o remount,rw /dev/root /
|