From 7cd0c59cb1f74f7e70bd02573ee0d534386d8278 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 7 Sep 2007 16:25:10 +0100 Subject: [PATCH] * Add lupin-casper as well as casper, for installer-for-windows. --- debian/changelog | 4 ++++ livecd.sh | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 388b73a3..2d812485 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ livecd-rootfs (0.33) UNRELEASED; urgency=low + [ Adam Conrad ] * Implement hideous hacks to build lpia mixed-arch livecds for developers to test with. This should be reverted ASAP once LPIA main is built. * Add missing ${ROOT}sys to $MOUNTS; a bug exposed by a buggy debootstrap. + [ Colin Watson ] + * Add lupin-casper as well as casper, for installer-for-windows. + -- Adam Conrad Tue, 21 Aug 2007 23:56:12 +1000 livecd-rootfs (0.32) gutsy; urgency=low diff --git a/livecd.sh b/livecd.sh index 8c698942..1b1b048b 100755 --- a/livecd.sh +++ b/livecd.sh @@ -152,23 +152,23 @@ Flags: seen case "$FS" in ubuntu|ubuntu-lpia) LIST="$LIST minimal^ standard^ ubuntu-desktop^" - LIVELIST="ubuntu-live^ xresprobe laptop-detect casper" + LIVELIST="ubuntu-live^ xresprobe laptop-detect casper lupin-casper" ;; kubuntu) LIST="$LIST minimal^ standard^ kubuntu-desktop^" - LIVELIST="kubuntu-live^ xresprobe laptop-detect casper" + LIVELIST="kubuntu-live^ xresprobe laptop-detect casper lupin-casper" ;; edubuntu) LIST="$LIST minimal^ standard^ edubuntu-desktop^" - LIVELIST="edubuntu-live^ xresprobe laptop-detect casper" + LIVELIST="edubuntu-live^ xresprobe laptop-detect casper lupin-casper" ;; xubuntu) LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-4 xubuntu-desktop^" - LIVELIST="xubuntu-live^ xresprobe laptop-detect casper" + LIVELIST="xubuntu-live^ xresprobe laptop-detect casper lupin-casper" ;; base) LIST="$LIST minimal^ standard^" - LIVELIST="casper" + LIVELIST="casper lupin-casper" ;; tocd) LIST="$LIST minimal^ standard^"