[09:34] lool, http://paste.ubuntu.com/261359/ [09:34] the best i can do i think [09:56] lool, i'll upload that later today if you dont object [09:58] i also need to update flash-kernel-installer.postinst to carry a mxcfb arg ... with the new driver it wont display anything unless a mode is set on cmdline [09:59] oh, and looking at the code it seems we dont set "splash" at all yet ... that needs adding as well [13:51] ogra: Looks good except the grep part [13:52] ogra: Either you intended to do "if ! grep" or you want at least "if "$(grep ...)"" [13:52] ogra: Otherwise it might expand to "if ! &&" [13:53] ogra: One way to grep for non-empty lines is grep -qs '^[^#]' [13:53] I mean non-empty non-comment lines === cbrake_away is now known as cbrake === cbrake is now known as cbrake_away