mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
it's ubuntu-base everywhere
This commit is contained in:
parent
d72419af3d
commit
2b7f7199fa
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user