diff --git a/debian/changelog b/debian/changelog index 34e48db1..724b20a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (0.100) UNRELEASED; urgency=low + + * UNR LIVELIST: list lupin-casper and laptop-detect explicitly and drop + ubiquity which is in the live seed already. Fixes lack of wubi support in + UNR images; LP: #457246. + + -- Loïc Minier Thu, 22 Oct 2009 14:07:15 +0200 + livecd-rootfs (0.99) karmic; urgency=low * Revert 0.98 change; it's actually much more wide-ranging than I thought as diff --git a/livecd.sh b/livecd.sh index 340efa2d..4b4107bc 100755 --- a/livecd.sh +++ b/livecd.sh @@ -213,7 +213,7 @@ Flags: seen ;; ubuntu-netbook-remix) LIST="$LIST minimal^ standard^ ubuntu-netbook-remix^" - LIVELIST="unr-live^ casper ubiquity" + LIVELIST="unr-live^ laptop-detect casper lupin-casper" ;; mythbuntu) LIST="$LIST minimal^ standard^ mythbuntu-desktop^"