From 23d96b043a6396300ca9f517768d4463074df77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Thu, 22 Oct 2009 14:09:41 +0200 Subject: [PATCH] Import patches-unapplied version 0.100 to ubuntu/karmic Imported using git-ubuntu import. Changelog parent: 3b670a7ed6222df65502410075995b092a591112 New changelog entries: * 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. --- debian/changelog | 8 ++++++++ livecd.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34e48db1..f5b9025f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (0.100) karmic; 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:09:41 +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^"