mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-16 03:04:07 +00:00
Import patches-unapplied version 2.408.24 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 16c064a241388be65a8193c001dffb05d5a028fc New changelog entries: * For the IMAGEFORMAT=none parts to work for ubuntu-image classic builds, we need to make sure IMAGEFORMAT is preserved and not overwritten if defined. Backporting from artful.
This commit is contained in:
parent
16c064a241
commit
4c3694d4a2
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.408.24) xenial; urgency=medium
|
||||||
|
|
||||||
|
* For the IMAGEFORMAT=none parts to work for ubuntu-image classic builds, we
|
||||||
|
need to make sure IMAGEFORMAT is preserved and not overwritten if defined.
|
||||||
|
Backporting from artful.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 21 Nov 2017 17:01:14 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.408.23) xenial; urgency=medium
|
livecd-rootfs (2.408.23) xenial; urgency=medium
|
||||||
|
|
||||||
[ Gary Wang ]
|
[ Gary Wang ]
|
||||||
|
@ -107,11 +107,13 @@ add_binary_hook ()
|
|||||||
BINARY_HOOKS="${BINARY_HOOKS:+$BINARY_HOOKS }$1"
|
BINARY_HOOKS="${BINARY_HOOKS:+$BINARY_HOOKS }$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
case $PROJECT in
|
if [ -z "${IMAGEFORMAT:-}" ]; then
|
||||||
ubuntu-cpc)
|
case $PROJECT in
|
||||||
IMAGEFORMAT=ext4
|
ubuntu-cpc)
|
||||||
;;
|
IMAGEFORMAT=ext4
|
||||||
esac
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
case $IMAGEFORMAT in
|
case $IMAGEFORMAT in
|
||||||
ext2|ext3|ext4)
|
ext2|ext3|ext4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user