[Voyage-linux] rootfs rw after boot

Jim Cromie (spam-protected)
Tue Aug 23 00:31:44 HKT 2011


On Sun, Aug 7, 2011 at 9:30 AM, Hermann Gottschalk <voyage at pestilenz.org> wrote:
> Hi,
> how do i configure voyage 0.7.x so that the rootfs is mounted rw after a
> reboot?

echo remountrw >> /etc/rc.local ?
actually that wont quite work cuz of 'exit 0' at end of the file,
but you get the idea.

or insert the long form:
root at voyage:~# more /usr/local/sbin/remountrw
#!/bin/sh
mount -o remount,rw,noatime /

> Greetings
> Hermann
> --
> Hermann Gottschalk
> voyage at pestilenz.org
> PGP 0x0B2D8EEA --- www.openbsd.org
>
> _______________________________________________
> Voyage-linux mailing list
> Voyage-linux at list.voyage.hk
> http://list.voyage.hk/mailman/listinfo/voyage-linux
>




More information about the Voyage-linux mailing list