[Voyage-linux] A very minor suggestion for Voyage 0.1

Yiorgos Adamopoulos (spam-protected)
Thu Mar 17 20:21:48 HKT 2005


First of all congratulations for a remarkable work!

Now for the suggestion:

1. change fstab so that it mounts / as rw and not ro
2. update-rc.d -f rmnologin remove
3. create a script /etc/init.d/voyage as follows:

#!/bin/sh

case $1 in
'start')
         echo 'Removing /etc/nologin'
         /etc/init.d/rmnologin
         echo 'Remounting / as read-only'
         /bin/mount / -o remount,ro
         ;;
*)
	;;
esac

4. update-rc.d voyage defaults 99 (remember that rmnologin is S99rmnologin)

This way, when Voyage Linux boots, it will not complain while setting 
the time and while (not) removing /etc/nologin :-)

Just a thought

- adamo -




More information about the Voyage-linux mailing list