From 882c311fe2a8c994e6f0f7677fa9ceef1c0be248 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 13 Mar 2008 14:33:31 +0000 Subject: [PATCH] Explicitly install language-support-en first for kubuntu-kde4 live, should stop apt wanting to install firefox for no good reason. --- debian/changelog | 8 ++++++++ livecd.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eaee130f..a24d1b30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (0.56) hardy; urgency=low + + * Explicitly install language-support-en first for kubuntu-kde4 + live, should stop apt wanting to install firefox for no good + reason. + + -- Jonathan Riddell Thu, 13 Mar 2008 14:32:14 +0000 + livecd-rootfs (0.55) hardy; urgency=low * All powerpc builds (including ps3) use the powerpc/powerpc64-smp kernels diff --git a/livecd.sh b/livecd.sh index 2db2b45e..b56bfed5 100755 --- a/livecd.sh +++ b/livecd.sh @@ -179,7 +179,7 @@ Flags: seen ;; kubuntu-kde4) LIST="$LIST minimal^ standard^ kubuntu-kde4-desktop^" - LIVELIST="kubuntu-kde4-live^ xresprobe laptop-detect casper lupin-casper" + LIVELIST="language-support-en kubuntu-kde4-live^ xresprobe laptop-detect casper lupin-casper" COMP="main restricted universe multiverse" ;; edubuntu|edubuntu-dvd)