27 Jan
2011
27 Jan
'11
2:59 p.m.
Am Thu, 27 Jan 2011 14:53:46 +0100 schrieb Jan Spakula <bender02@archlinux.us>:
I like clause with exit codes much better that any funky checking for a message ;) I was addressing the comment in the script that it "..gives no output"; silently suggesting to explicitly silence the cryptsetup call, so that no unnecessary messages are displayed during booting.
Oh, sorry. Misunderstood this. Well, I guess adding a >/dev/null and/or 2>/dev/null should be easy. Heiko