-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Duncan wrote: > Mark Knecht <[email protected]> posted > [email protected], excerpted > below, on Thu, 05 Feb 2009 12:10:42 -0800: > >> I hand edited the file to look like this: >> >> lightning ~ # cat /etc/runlevels/boot/.critical CRITICAL_SERVICES="clock >> checkroot modules checkfs localmount bootmisc" lightning ~ # >> >> As far as I can tell that worked until it got to the last entry. Not >> that there are NO extra lines in the file so the bootmisc" is the very >> end of what it sees. >> >> I though about adding a space after bootmisc, like >> >> bootmisc " >> >> or adding a blank line, but figured I might as well ask here first. > > That's what I'd try, yes. > >> I currently have removed the file in case I do a reboot without thinking >> and get caught again. :-) > > Wise man! =:^) >
It's been a while since I've dealt with that issue, but if I remember correctly, the file should read: # cat /etc/runlevels/boot/.critical clock checkroot modules checkfs localmount bootmisc In other words, it's just a flat list of services, no variable names, etc. - -- ABCD -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmLVrcACgkQOypDUo0oQOpBzACgo5kb0cY44UP3JPK4R2PSHjcg y2wAoLkR6wmf52xcp4NiCjAsD//MsmAM =vMLf -----END PGP SIGNATURE-----
