Modify the localmount init script so that it depends on cryptoloop.
I've tried this - the depend() function for my /etc/init.d/localmount is now:
depend() { need checkfs crypto-loop after crypto-loop }
and the depend() function for crypto-loop is:
depend() {
need checkroot modules
before localmount
}I've re-run depscan.sh about a dozen times but still, every time I reboot the machine localmount is started before crypto-loop. Does anyone have any idea what might be going on here?
Cheers, Gareth
-- [EMAIL PROTECTED] mailing list
