minimal and standard, metapackage -> task

ubuntu/precise
Adam Conrad 18 years ago
parent fd2408c276
commit 9ac823ae35

1
debian/changelog vendored

@ -4,6 +4,7 @@ livecd-rootfs (0.29) UNRELEASED; urgency=low
* Update kernels for i386 and amd64 to reflect recent renaming. * Update kernels for i386 and amd64 to reflect recent renaming.
* Remove all cloop-related code, we're not squashfs-only on all arches. * Remove all cloop-related code, we're not squashfs-only on all arches.
* Add mirror information to make things work faster on my network. * Add mirror information to make things work faster on my network.
* Swap out more metapackages for tasks (ubuntu-minimal/ubuntu-standard)
-- Adam Conrad <adconrad@ubuntu.com> Thu, 21 Sep 2006 10:37:09 +1000 -- Adam Conrad <adconrad@ubuntu.com> Thu, 21 Sep 2006 10:37:09 +1000

@ -126,27 +126,27 @@ Flags: seen
case "$FS" in case "$FS" in
ubuntu) ubuntu)
LIST="$LIST ubuntu-minimal ubuntu-standard^ ubuntu-desktop^" LIST="$LIST minimal^ standard^ ubuntu-desktop^"
LIVELIST="ubuntu-live^ xresprobe laptop-detect casper" LIVELIST="ubuntu-live^ xresprobe laptop-detect casper"
;; ;;
kubuntu) kubuntu)
LIST="$LIST ubuntu-minimal ubuntu-standard^ kubuntu-desktop^" LIST="$LIST minimal^ standard^ kubuntu-desktop^"
LIVELIST="kubuntu-live^ xresprobe laptop-detect casper" LIVELIST="kubuntu-live^ xresprobe laptop-detect casper"
;; ;;
edubuntu) edubuntu)
LIST="$LIST ubuntu-minimal ubuntu-standard^ edubuntu-desktop^" LIST="$LIST minimal^ standard^ edubuntu-desktop^"
LIVELIST="edubuntu-live^ xresprobe laptop-detect casper" LIVELIST="edubuntu-live^ xresprobe laptop-detect casper"
;; ;;
xubuntu) xubuntu)
LIST="$LIST ubuntu-minimal ubuntu-standard^ xterm libgoffice-gtk-0-3 xubuntu-desktop^" LIST="$LIST minimal^ standard^ xterm libgoffice-gtk-0-3 xubuntu-desktop^"
LIVELIST="xubuntu-live^ xresprobe laptop-detect casper" LIVELIST="xubuntu-live^ xresprobe laptop-detect casper"
;; ;;
base) base)
LIST="$LIST ubuntu-minimal ubuntu-standard^" LIST="$LIST minimal^ standard^"
LIVELIST="casper" LIVELIST="casper"
;; ;;
tocd) tocd)
LIST="$LIST ubuntu-minimal ubuntu-standard^" LIST="$LIST minimal^ standard^"
tocdtmp=`mktemp -d` || exit 1 tocdtmp=`mktemp -d` || exit 1
tocdgerminate='http://people.ubuntu.com/~cjwatson/germinate-output/tocd3.1-dapper/' tocdgerminate='http://people.ubuntu.com/~cjwatson/germinate-output/tocd3.1-dapper/'
if wget -O "$tocdtmp"/desktop "$tocdgerminate"/desktop; then if wget -O "$tocdtmp"/desktop "$tocdgerminate"/desktop; then

Loading…
Cancel
Save