Re: [RFC] flash-kernel hook to prepend to boot script

2014-06-06 Thread Ian Campbell
On Thu, 2014-06-05 at 15:13 -0600, dann frazier wrote: > > Bootloader-Sets-Incorrect-Root is marked "required" in the README but is > > omitted from X-gene. I think since 850c8fc3 the behaviour when missing > > is now to treat it as "no" which is the sane default, so perhaps the fix > > is to make

Re: [RFC] flash-kernel hook to prepend to boot script

2014-06-06 Thread Ian Campbell
On Thu, 2014-06-05 at 16:49 -0600, dann frazier wrote: > > + if dpkg --compare-versions "$configver" ge "$transver"; then > > hm.. that should probably be s/ge/ge-nl/. In the case of a fresh > install, I don't think we want to incorporate /proc/cmdline. f-k-i > will do that for us at d-i install