mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-29 11:41:31 +00:00
Import patches-unapplied version 0.88 to ubuntu/karmic
Imported using git-ubuntu import. Changelog parent: 350c154c6eac5f0d30bedcb47986290747cba054 New changelog entries: [ Adam Conrad ] * Make the sort file fetch a no-op for now, since the old URL was hanging the builds, and we don't actually HAVE sort files. If that ever changes, we can undo this. [ Mario Limonciello ] * Install a hybrid of tasks and a meta package for mythbuntu to boot out all the gnome stuff that's getting added by dependency resolution order.
This commit is contained in:
parent
350c154c6e
commit
4b16ae8f92
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,3 +1,17 @@
|
|||||||
|
livecd-rootfs (0.88) karmic; urgency=low
|
||||||
|
|
||||||
|
[ Adam Conrad ]
|
||||||
|
* Make the sort file fetch a no-op for now, since the old URL was
|
||||||
|
hanging the builds, and we don't actually HAVE sort files. If
|
||||||
|
that ever changes, we can undo this.
|
||||||
|
|
||||||
|
[ Mario Limonciello ]
|
||||||
|
* Install a hybrid of tasks and a meta package for mythbuntu to
|
||||||
|
boot out all the gnome stuff that's getting added by dependency
|
||||||
|
resolution order.
|
||||||
|
|
||||||
|
-- Mario Limonciello <superm1@ubuntu.com> Thu, 23 Jul 2009 03:08:53 -0500
|
||||||
|
|
||||||
livecd-rootfs (0.87) karmic; urgency=low
|
livecd-rootfs (0.87) karmic; urgency=low
|
||||||
|
|
||||||
[ Timo Aaltonen ]
|
[ Timo Aaltonen ]
|
||||||
|
@ -213,8 +213,8 @@ Flags: seen
|
|||||||
COMP="main restricted universe"
|
COMP="main restricted universe"
|
||||||
;;
|
;;
|
||||||
mythbuntu)
|
mythbuntu)
|
||||||
LIST="$LIST minimal^ standard^ mythbuntu-desktop"
|
LIST="$LIST minimal^ standard^ mythbuntu-desktop^ mythbuntu-desktop"
|
||||||
LIVELIST="mythbuntu-live laptop-detect casper lupin-casper"
|
LIVELIST="mythbuntu-live^ laptop-detect casper lupin-casper"
|
||||||
COMP="main restricted universe multiverse"
|
COMP="main restricted universe multiverse"
|
||||||
;;
|
;;
|
||||||
base)
|
base)
|
||||||
@ -553,7 +553,8 @@ ${COMMENT}deb-src ${SECSRCMIRROR} ${STE}-security multiverse
|
|||||||
livefs_squash()
|
livefs_squash()
|
||||||
{
|
{
|
||||||
squashsort="http://people.ubuntu.com/~tfheen/livesort/${FSS}.list.${TARGETARCH}"
|
squashsort="http://people.ubuntu.com/~tfheen/livesort/${FSS}.list.${TARGETARCH}"
|
||||||
if wget -O livecd.${FSS}.sort ${squashsort} > /dev/null 2>&1; then
|
#if wget -O livecd.${FSS}.sort ${squashsort} > /dev/null 2>&1; then
|
||||||
|
if false; then
|
||||||
echo "Using the squashfs sort list from ${squashsort}."
|
echo "Using the squashfs sort list from ${squashsort}."
|
||||||
else
|
else
|
||||||
echo "Unable to fetch squashfs sort list; using a blank list."
|
echo "Unable to fetch squashfs sort list; using a blank list."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user