Bug#767469: Add build UUID to image

2014-11-12 Thread Gaudenz Steinlin
Hi Daniel Baumann writes: > On 10/31/2014 10:51 AM, Gaudenz Steinlin wrote: >> The attached patch generates a build UUID during build and adds it into >> the live filesystem and the image. > > we should use the existing dbus machine id (which is a uuid), rather > than to invent a live specific

Bug#767469: Add build UUID to image

2014-11-11 Thread Daniel Baumann
On 10/31/2014 10:51 AM, Gaudenz Steinlin wrote: > The attached patch generates a build UUID during build and adds it into > the live filesystem and the image. we should use the existing dbus machine id (which is a uuid), rather than to invent a live specific one. care to update the patches? --

Bug#767469: Add build UUID to image

2014-10-31 Thread Gaudenz Steinlin
Source: live-build Severity: wishlist Tags: patch The attached patch generates a build UUID during build and adds it into the live filesystem and the image. This is used to couple an initrd with the image it was built from. There is already some code for casper that does something similar. But th