mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Import patches-unapplied version 0.75 to ubuntu/jaunty
Imported using git-ubuntu import. Changelog parent: f1bc2409a6d4028c72350560a46c6b89895b974b New changelog entries: [ Steve Langasek ] * BuildLiveCD: recognize 'mythbuntu' and 'ubuntu-mobile' as valid project names [ Colin Watson ] * BuildLiveCD: add ubuntu-umpc too. [ Steve Kowalik ] * BuildLiveCD: Add ubuntu-netbook-remix. * livecd.sh: Support ubuntu-netbook-remix.
This commit is contained in:
parent
f1bc2409a6
commit
8da53945dd
@ -74,7 +74,7 @@ fi
|
||||
if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
|
||||
set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu mythbuntu base
|
||||
if [ "$ARCH" = "i386" ]; then
|
||||
set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu mythbuntu base
|
||||
set -- ubuntu ubuntu-dvd ubuntu-lpia ubuntu-netbook-remix kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu mythbuntu base
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -85,7 +85,7 @@ esac
|
||||
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
*ubuntu|*ubuntu-dvd|kubuntu-kde4|ubuntu-lpia|base|tocd) ;;
|
||||
*ubuntu|*ubuntu-dvd|kubuntu-kde4|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook-remix|mythbuntu|base|tocd) ;;
|
||||
*)
|
||||
echo "bad project: $arg" >&2
|
||||
exit 2
|
||||
|
18
debian/changelog
vendored
18
debian/changelog
vendored
@ -1,3 +1,18 @@
|
||||
livecd-rootfs (0.75) jaunty; urgency=low
|
||||
|
||||
[ Steve Langasek ]
|
||||
* BuildLiveCD: recognize 'mythbuntu' and 'ubuntu-mobile' as valid project
|
||||
names
|
||||
|
||||
[ Colin Watson ]
|
||||
* BuildLiveCD: add ubuntu-umpc too.
|
||||
|
||||
[ Steve Kowalik ]
|
||||
* BuildLiveCD: Add ubuntu-netbook-remix.
|
||||
* livecd.sh: Support ubuntu-netbook-remix.
|
||||
|
||||
-- Steve Kowalik <stevenk@ubuntu.com> Sat, 10 Jan 2009 11:08:29 +1100
|
||||
|
||||
livecd-rootfs (0.74) jaunty; urgency=low
|
||||
|
||||
* For mythbuntu livefs builds, we don't have tasks yet. They will be
|
||||
@ -8,7 +23,10 @@ livecd-rootfs (0.74) jaunty; urgency=low
|
||||
|
||||
livecd-rootfs (0.73) jaunty; urgency=low
|
||||
|
||||
[ Colin Watson ]
|
||||
* Add ubuntu-umpc support (equivalent to previous ubuntu-mobile).
|
||||
|
||||
[ Mario Limonciello ]
|
||||
* Add Mythbuntu support.
|
||||
* BuildLiveCD: default to jaunty.
|
||||
|
||||
|
22
livecd.sh
22
livecd.sh
@ -141,7 +141,7 @@ fi
|
||||
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|mythbuntu|gobuntu|ubuntu-mid|ubuntu-mobile|ubuntu-umpc|base|tocd)
|
||||
ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|mythbuntu|gobuntu|ubuntu-mid|ubuntu-netbook-remix|base|tocd)
|
||||
;;
|
||||
*)
|
||||
echo bad name >&2;
|
||||
@ -199,16 +199,16 @@ Flags: seen
|
||||
LIVELIST="gobuntu-live^ laptop-detect casper lupin-casper"
|
||||
COMP="main"
|
||||
;;
|
||||
ubuntu-mid)
|
||||
LIST="$LIST minimal^ ubuntu-mid"
|
||||
LIVELIST="casper ubiquity"
|
||||
COMP="main restricted universe multiverse"
|
||||
;;
|
||||
ubuntu-mobile|ubuntu-umpc)
|
||||
LIST="$LIST minimal^ mobile-mobile^"
|
||||
LIVELIST="casper ubiquity"
|
||||
COMP="main restricted universe multiverse"
|
||||
;;
|
||||
ubuntu-mid)
|
||||
LIST="$LIST minimal^ mobile-mid^"
|
||||
LIVELIST="casper ubiquity"
|
||||
COMP="main restricted universe multiverse"
|
||||
;;
|
||||
ubuntu-netbook-remix)
|
||||
LIST="$LIST minimal^ mobile-netbook-remix^"
|
||||
LIVELIST="casper ubiquity"
|
||||
COMP="main restricted universe multiverse"
|
||||
;;
|
||||
mythbuntu)
|
||||
LIST="$LIST minimal^ standard^ mythbuntu-desktop"
|
||||
LIVELIST="mythbuntu-live laptop-detect casper lupin-casper"
|
||||
|
Loading…
x
Reference in New Issue
Block a user