it's ubuntu-base everywhere

This commit is contained in:
LaMont Jones 2005-11-23 06:55:06 +00:00
parent d72419af3d
commit 2b7f7199fa
2 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View File

@ -2,6 +2,7 @@ livecd-rootfs (0.25) hoary-cat-UNRELEASED; urgency=low
[ LaMont Jones ] [ LaMont Jones ]
* Really use e2fs-zero.py: it needs -w. Comment out partimage. * Really use e2fs-zero.py: it needs -w. Comment out partimage.
* edubuntu/kubuntu need to use ubuntu-base
[ Adam Conrad ] [ Adam Conrad ]
* Make livecd.sh umount the lrm tmpfs during the cleanup process. * Make livecd.sh umount the lrm tmpfs during the cleanup process.
@ -9,7 +10,7 @@ livecd-rootfs (0.25) hoary-cat-UNRELEASED; urgency=low
sources, defaulting to SECMIRROR for release arches and SRCMIRROR for sources, defaulting to SECMIRROR for release arches and SRCMIRROR for
ports (since ports don't have security binaries and sources in one place) ports (since ports don't have security binaries and sources in one place)
-- Adam Conrad <adconrad@ubuntu.com> Sat, 19 Nov 2005 15:54:33 +1100 -- LaMont Jones <lamont@ubuntu.com> Tue, 22 Nov 2005 23:54:11 -0700
livecd-rootfs (0.24) hoary-cat; urgency=low livecd-rootfs (0.24) hoary-cat; urgency=low

View File

@ -135,11 +135,11 @@ Flags: seen
LIST="$LIST xresprobe laptop-detect" LIST="$LIST xresprobe laptop-detect"
;; ;;
kubuntu) kubuntu)
LIST="$LIST kubuntu-base kubuntu-desktop kubuntu-live" LIST="$LIST ubuntu-base kubuntu-desktop kubuntu-live"
LIST="$LIST xresprobe laptop-detect" LIST="$LIST xresprobe laptop-detect"
;; ;;
edubuntu) edubuntu)
LIST="$LIST edubuntu-base edubuntu-desktop edubuntu-live" LIST="$LIST ubuntu-base edubuntu-desktop edubuntu-live"
LIST="$LIST xresprobe laptop-detect" LIST="$LIST xresprobe laptop-detect"
;; ;;
base) base)