mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-02 21:52:28 +00:00
Import patches-unapplied version 0.69 to ubuntu/intrepid
Imported using git-ubuntu import. Changelog parent: f8e042f539abbd0f7b13fc946ccc96cc24289c28 New changelog entries: * add ubuntu-mobile to build targets
This commit is contained in:
parent
f8e042f539
commit
72ff4b32a7
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.69) intrepid; urgency=low
|
||||||
|
|
||||||
|
* add ubuntu-mobile to build targets
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 23 Sep 2008 12:46:50 +0200
|
||||||
|
|
||||||
livecd-rootfs (0.68) intrepid; urgency=low
|
livecd-rootfs (0.68) intrepid; urgency=low
|
||||||
|
|
||||||
* Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed
|
* Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed
|
||||||
|
@ -141,7 +141,7 @@ 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|base|tocd)
|
ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|ubuntu-mobile|base|tocd)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo bad name >&2;
|
echo bad name >&2;
|
||||||
@ -204,6 +204,11 @@ Flags: seen
|
|||||||
LIVELIST="casper ubiquity"
|
LIVELIST="casper ubiquity"
|
||||||
COMP="main restricted universe multiverse"
|
COMP="main restricted universe multiverse"
|
||||||
;;
|
;;
|
||||||
|
ubuntu-mobile)
|
||||||
|
LIST="$LIST minimal^ ubuntu-mobile"
|
||||||
|
LIVELIST="casper ubiquity"
|
||||||
|
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