mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 21:21:42 +00:00
Rool both switches into one for all affected files (the vagrant file was still
doing two switches on $ARCH).
This commit is contained in:
parent
5a07ff4602
commit
b6e7b22680
@ -18,13 +18,6 @@
|
|||||||
cur_d=${PWD}
|
cur_d=${PWD}
|
||||||
my_d=$(dirname $(readlink -f ${0}))
|
my_d=$(dirname $(readlink -f ${0}))
|
||||||
|
|
||||||
case $ARCH in
|
|
||||||
amd64|i386) ;;
|
|
||||||
*)
|
|
||||||
echo "Vagrant images are not supported for $ARCH"
|
|
||||||
exit 0
|
|
||||||
esac
|
|
||||||
|
|
||||||
# Switch on $ARCH to determine which ID and description to use in the produced
|
# Switch on $ARCH to determine which ID and description to use in the produced
|
||||||
# OVF. We have fancy Ubuntu-specific IDs in the OVF specification, we might as
|
# OVF. We have fancy Ubuntu-specific IDs in the OVF specification, we might as
|
||||||
# well use them.
|
# well use them.
|
||||||
@ -37,6 +30,9 @@ case $ARCH in
|
|||||||
ovf_id=93
|
ovf_id=93
|
||||||
ovf_os_type="ubuntu32Guest"
|
ovf_os_type="ubuntu32Guest"
|
||||||
ovf_desc_bits=32 ;;
|
ovf_desc_bits=32 ;;
|
||||||
|
*)
|
||||||
|
echo "Vagrant images are not supported for $ARCH"
|
||||||
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
. /build/config/functions
|
. /build/config/functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user