mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-28 19:22:17 +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
|
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…
x
Reference in New Issue
Block a user