mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-12 18:51:53 +02:00
5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
#!/bin/sh
|
||
|
mount none /proc -t proc
|
||
|
mount_root failsafe
|
||
|
mount -o remount,rw /dev/root /
|