ubuntu-base is no more

ubuntu/precise
Adam Conrad 19 years ago
parent 109351e55e
commit 0c56927775

3
debian/changelog vendored

@ -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 <adconrad@ubuntu.com> Fri, 9 Jun 2006 23:13:11 +1000
-- Adam Conrad <adconrad@ubuntu.com> Mon, 28 Aug 2006 03:40:28 +1000
livecd-rootfs (0.27) UNRELEASED; urgency=low

@ -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

Loading…
Cancel
Save