On Wed, Oct 6, 2010 at 1:25 PM, Loïc Minier loic.minier@linaro.org wrote:
On Wed, Oct 06, 2010, Alexander Sack wrote:
good catch. will do. i just noticed that we have boot_snippet=UUID=... still ... should we fix that to use the /dev/? or rather go for UUID everywhere?
I think we should use UUID everywhere; in fact, there's a bug about lack of usage of an initrd in the image file case open. Note that you need initrd support for root=UUID=xyz stuff.
Hmm ... just made a patch going the other direction:
lp:~asac/linaro-image-tools/boot-snippet-cleanup
IMO, not requiring initrd feels something that we would want anyway sooner or later. But no strong opinion for this cycle either way.
BTW, do you know why the boot.cmd line for beagle IMAGE_FILE case used root= rather than boot_snippet? was there a bug in qemu about initrd or just a follow up hack of not using initrd there?