From 0c56927775e52d08470ea85f8f77cac9d48c6c97 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Sun, 27 Aug 2006 17:42:08 +0000 Subject: [PATCH] ubuntu-base is no more --- debian/changelog | 3 ++- livecd.sh | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index e2236e6f..c4b21bfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ livecd-rootfs (0.28) UNRELEASED; urgency=low * And when I say "edgy", I really mean it (ie: change the suite too) * Add the use of a sortfile from Tollef to the squashfs invocation. * s/libgoffice-gtk-1-2/libgoffice-gtk-0-3/ for the xubuntu hint. + * s/ubuntu-base/ubuntu-minimal ubuntu-standard/g for seed changes. - -- Adam Conrad Fri, 9 Jun 2006 23:13:11 +1000 + -- Adam Conrad Mon, 28 Aug 2006 03:40:28 +1000 livecd-rootfs (0.27) UNRELEASED; urgency=low diff --git a/livecd.sh b/livecd.sh index 20251d16..8ac3781f 100755 --- a/livecd.sh +++ b/livecd.sh @@ -134,27 +134,27 @@ Flags: seen case "$FS" in ubuntu) - LIST="$LIST ubuntu-base ubuntu-desktop" + LIST="$LIST ubuntu-minimal ubuntu-standard ubuntu-desktop" LIVELIST="ubuntu-live xresprobe laptop-detect casper" ;; kubuntu) - LIST="$LIST ubuntu-base kubuntu-desktop" + LIST="$LIST ubuntu-minimal ubuntu-standard kubuntu-desktop" LIVELIST="kubuntu-live xresprobe laptop-detect casper" ;; edubuntu) - LIST="$LIST ubuntu-base edubuntu-desktop" + LIST="$LIST ubuntu-minimal ubuntu-standard edubuntu-desktop" LIVELIST="edubuntu-live xresprobe laptop-detect casper" ;; xubuntu) - LIST="$LIST ubuntu-base xterm libgoffice-gtk-0-3 xubuntu-desktop" + LIST="$LIST ubuntu-minimal ubuntu-standard xterm libgoffice-gtk-0-3 xubuntu-desktop" LIVELIST="xubuntu-live xresprobe laptop-detect casper" ;; base) - LIST="$LIST ubuntu-base" + LIST="$LIST ubuntu-minimal ubuntu-standard" LIVELIST="casper" ;; tocd) - LIST="$LIST ubuntu-base" + LIST="$LIST ubuntu-minimal ubuntu-standard" tocdtmp=`mktemp -d` || exit 1 tocdgerminate='http://people.ubuntu.com/~cjwatson/germinate-output/tocd3.1-dapper/' if wget -O "$tocdtmp"/desktop "$tocdgerminate"/desktop; then