Michel Dänzer wrote:
Adam C Powell IV wrote:
And, apart from an /etc/init.d script, is there a convenient way to make this the boot-time default on my machine?
As I have pointed out several times, a script can't be a solution because it can't do anything before the root filesystem is checked.
Wouldn't this simply require the script to mount and unmount /proc in order to set the variable? Just like this sequence which already exists in S10checkroot.sh:
mount -n /proc if ! grep -qs resync /proc/mdstat then ....... fi umount -n /proc -- Adrian Cox http://www.humboldt.co.uk/