mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 22:58:23 +00:00
armhf support and add -A to BuildLiveCD
This commit is contained in:
parent
d421df41f3
commit
ad021ffc9d
@ -36,6 +36,7 @@ LIVE_BUILD=false
|
||||
UBUNTU_DEFAULTS_LOCALE=""
|
||||
|
||||
while getopts :s:r:d:f:pa:lu: name; do case $name in
|
||||
A) ARCH="$OPTARG";;
|
||||
s) SUBARCH="$OPTARG";;
|
||||
r) SUBPROJECT="$OPTARG";;
|
||||
d) NEWSUITE="$OPTARG";;
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.44) precise; urgency=low
|
||||
|
||||
* Mirror armel support as armhf, so we can build all the same images.
|
||||
* Allow ARCH to be specified on the BuildLiveCD command line as -A,
|
||||
so that it doesn't have to be hardcoded for non-native builders.
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Dec 2011 11:41:13 -0700
|
||||
|
||||
livecd-rootfs (2.43) oneiric; urgency=low
|
||||
|
||||
* BuildLiveCD: Stop building ubuntu-defaults-image images with universe.
|
||||
|
@ -207,7 +207,7 @@ case $PROJECT in
|
||||
esac
|
||||
|
||||
case $ARCH in
|
||||
armel)
|
||||
armel|armhf)
|
||||
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
||||
case $SUBARCH in
|
||||
dove)
|
||||
|
Loading…
x
Reference in New Issue
Block a user