mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 20:01:20 +00:00
Import patches-unapplied version 2.9 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: 4c668f97e47d6df2378e1682b65b55c5f583a048 New changelog entries: * Rename the ARM headless image to ubuntu-server for oneiric * Future-proof --chroot-filesystem support for a switch to ext4
This commit is contained in:
parent
4c668f97e4
commit
518b7ae70c
@ -84,7 +84,7 @@ esac
|
||||
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
*ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|base|tocd|ubuntu-headless) ;;
|
||||
*ubuntu|*ubuntu-dvd|kubuntu-mobile|kubuntu-netbook|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|base|tocd|ubuntu-headless|ubuntu-server) ;;
|
||||
*)
|
||||
echo "bad project: $arg" >&2
|
||||
exit 2
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.9) oneiric; urgency=low
|
||||
|
||||
* Rename the ARM headless image to ubuntu-server for oneiric
|
||||
* Future-proof --chroot-filesystem support for a switch to ext4
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Tue, 28 Jun 2011 14:20:35 +0100
|
||||
|
||||
livecd-rootfs (2.8) oneiric; urgency=low
|
||||
|
||||
* Use all_chroot_pyc-purge.sh hook from live-build 3.0~a21-1ubuntu4.
|
||||
|
@ -49,7 +49,7 @@ COMPONENTS=
|
||||
BINARY_REMOVE_LINUX=:
|
||||
|
||||
case $IMAGEFORMAT in
|
||||
ext2|ext3)
|
||||
ext2|ext3|ext4)
|
||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
||||
add_package live jasper
|
||||
;;
|
||||
@ -110,7 +110,7 @@ case $PROJECT in
|
||||
add_task install minimal standard
|
||||
;;
|
||||
|
||||
ubuntu-headless)
|
||||
ubuntu-server)
|
||||
add_task install minimal standard
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user