diff --git a/debian/changelog b/debian/changelog index fd8473a6..96a03c22 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. + * Add xubuntu support to livecd.sh, including hackish workaround. * Make hppa a squashfs architecture, just 'cause. [ LaMont Jones ] diff --git a/livecd.sh b/livecd.sh index 097d19ea..3f20541d 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 xubuntu-desktop" + LIST="$LIST ubuntu-base xterm xubuntu-desktop" LIVELIST="xubuntu-live xresprobe laptop-detect casper" ;; base)