mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 21:01:47 +00:00
Import patches-unapplied version 0.73 to ubuntu/jaunty
Imported using git-ubuntu import. Changelog parent: 78bda77b061b3b966a94e9a2f3accd40d4343a5c New changelog entries: * Add ubuntu-umpc support (equivalent to previous ubuntu-mobile). * Add Mythbuntu support. * BuildLiveCD: default to jaunty.
This commit is contained in:
parent
78bda77b06
commit
fbb827febf
@ -27,7 +27,7 @@ fi
|
|||||||
ARCH=$(dpkg --print-installation-architecture)
|
ARCH=$(dpkg --print-installation-architecture)
|
||||||
SUBARCH=""
|
SUBARCH=""
|
||||||
SUBARCHARG=""
|
SUBARCHARG=""
|
||||||
DEFAULTSUITE="intrepid"
|
DEFAULTSUITE="jaunty"
|
||||||
NEWSUITE=""
|
NEWSUITE=""
|
||||||
SUITES=""
|
SUITES=""
|
||||||
PROPOSED=""
|
PROPOSED=""
|
||||||
@ -72,9 +72,9 @@ if [ "$new_suite" = "yes" ] && [ "$old_suite" = "yes" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
|
if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
|
||||||
set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu base
|
set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu mythbuntu base
|
||||||
if [ "$ARCH" = "i386" ]; then
|
if [ "$ARCH" = "i386" ]; then
|
||||||
set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu base
|
set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu mythbuntu base
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (0.73) jaunty; urgency=low
|
||||||
|
|
||||||
|
* Add ubuntu-umpc support (equivalent to previous ubuntu-mobile).
|
||||||
|
* Add Mythbuntu support.
|
||||||
|
* BuildLiveCD: default to jaunty.
|
||||||
|
|
||||||
|
-- Mario Limonciello <superm1@ubuntu.com> Tue, 04 Nov 2008 19:28:35 -0600
|
||||||
|
|
||||||
livecd-rootfs (0.72) intrepid; urgency=low
|
livecd-rootfs (0.72) intrepid; urgency=low
|
||||||
|
|
||||||
* Fix source mirror for -updates in generated sources.list (it was
|
* Fix source mirror for -updates in generated sources.list (it was
|
||||||
|
13
livecd.sh
13
livecd.sh
@ -133,15 +133,15 @@ esac; done;
|
|||||||
shift $((OPTIND-1))
|
shift $((OPTIND-1))
|
||||||
|
|
||||||
if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
|
if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
|
||||||
set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu gobuntu base
|
set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu mythbuntu gobuntu base
|
||||||
if [ "$ARCH" = "i386" ]; then
|
if [ "$ARCH" = "i386" ]; then
|
||||||
set -- ubuntu ubuntu-dvd kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu gobuntu base
|
set -- ubuntu ubuntu-dvd kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd mythbuntu xubuntu gobuntu base
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|ubuntu-mobile|base|tocd)
|
ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|mythbuntu|gobuntu|ubuntu-mid|ubuntu-mobile|ubuntu-umpc|base|tocd)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo bad name >&2;
|
echo bad name >&2;
|
||||||
@ -204,11 +204,16 @@ Flags: seen
|
|||||||
LIVELIST="casper ubiquity"
|
LIVELIST="casper ubiquity"
|
||||||
COMP="main restricted universe multiverse"
|
COMP="main restricted universe multiverse"
|
||||||
;;
|
;;
|
||||||
ubuntu-mobile)
|
ubuntu-mobile|ubuntu-umpc)
|
||||||
LIST="$LIST minimal^ mobile-mobile^"
|
LIST="$LIST minimal^ mobile-mobile^"
|
||||||
LIVELIST="casper ubiquity"
|
LIVELIST="casper ubiquity"
|
||||||
COMP="main restricted universe multiverse"
|
COMP="main restricted universe multiverse"
|
||||||
;;
|
;;
|
||||||
|
mythbuntu)
|
||||||
|
LIST="$LIST minimal^ standard^ mythbuntu-desktop^"
|
||||||
|
LIVELIST="mythbuntu-live^ laptop-detect casper lupin-casper"
|
||||||
|
COMP="main restricted universe multiverse"
|
||||||
|
;;
|
||||||
base)
|
base)
|
||||||
LIST="$LIST minimal^ standard^"
|
LIST="$LIST minimal^ standard^"
|
||||||
LIVELIST="casper lupin-casper"
|
LIVELIST="casper lupin-casper"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user