mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-07 00:01:59 +00:00
* 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).
This commit is contained in:
parent
c1a8595479
commit
1e1fa28992
7
debian/changelog
vendored
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
|
||||
|
||||
* Print the file size in fdupes output as well.
|
||||
|
@ -63,6 +63,7 @@ export TTY=unknown
|
||||
export TERM=vt100
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
export LANG=C
|
||||
export CASPER_GENERATE_UUID=1
|
||||
SRCMIRROR=http://archive.ubuntu.com/ubuntu
|
||||
COMP="main restricted"
|
||||
ARCH=$(dpkg --print-installation-architecture)
|
||||
|
Loading…
x
Reference in New Issue
Block a user