From 23e5cc98b6fe722373076e7ad3e4b4bfca984c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Thu, 22 Oct 2009 14:08:33 +0200 Subject: [PATCH] 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..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^"