From bd90706bacfa8f436da87f1939459447bf9e3e88 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Sat, 27 May 2006 12:19:11 +0000 Subject: [PATCH] More hackish workarounds for Xubuntu --- debian/changelog | 2 +- livecd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7021fa0b..f678c0df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ livecd-rootfs (0.27) UNRELEASED; urgency=low * Use --print-installation-architecture instead of --print-architecture * Special-case kubuntu cloops to be slightly larger, so we don't overflow. * Make sparc use archive.ubuntu.com, it's no longer a ports arch. - * Add xubuntu support to livecd.sh, including hackish workaround. + * Add xubuntu support to livecd.sh, including hackish workarounds. [ LaMont Jones ] * umount /var/{run,lock} diff --git a/livecd.sh b/livecd.sh index b907c2f1..fbc48864 100755 --- a/livecd.sh +++ b/livecd.sh @@ -146,7 +146,7 @@ Flags: seen LIVELIST="edubuntu-live xresprobe laptop-detect casper" ;; xubuntu) - LIST="$LIST ubuntu-base xterm xubuntu-desktop" + LIST="$LIST ubuntu-base xterm libgoffice-gtk-1-2 xubuntu-desktop" LIVELIST="xubuntu-live xresprobe laptop-detect casper" ;; base)