* Set CASPER_GENERATE_UUID=1 to tell casper's initramfs hook to generate a

UUID which will be checked against the discovered medium (LP: #144800).
ubuntu/precise
Colin Watson 17 years ago
parent c1a8595479
commit 1e1fa28992

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.40) UNRELEASED; urgency=low
* Set CASPER_GENERATE_UUID=1 to tell casper's initramfs hook to generate a
UUID which will be checked against the discovered medium (LP: #144800).
-- Colin Watson <cjwatson@ubuntu.com> Thu, 04 Oct 2007 14:15:49 +0100
livecd-rootfs (0.39) gutsy; urgency=low livecd-rootfs (0.39) gutsy; urgency=low
* Print the file size in fdupes output as well. * Print the file size in fdupes output as well.

@ -63,6 +63,7 @@ export TTY=unknown
export TERM=vt100 export TERM=vt100
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
export LANG=C export LANG=C
export CASPER_GENERATE_UUID=1
SRCMIRROR=http://archive.ubuntu.com/ubuntu SRCMIRROR=http://archive.ubuntu.com/ubuntu
COMP="main restricted" COMP="main restricted"
ARCH=$(dpkg --print-installation-architecture) ARCH=$(dpkg --print-installation-architecture)

Loading…
Cancel
Save