mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Fix typo in ubuntu-cpc preventing non-intel builds.
This commit is contained in:
parent
56bf9bae46
commit
2f1831ed07
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.358) xenial; urgency=medium
|
||||
|
||||
* Fix typo in ubuntu-cpc preventing non-intel builds.
|
||||
|
||||
-- Ben Howard <ben.howard@ubuntu.com> Tue, 17 Nov 2015 08:36:32 -0700
|
||||
|
||||
livecd-rootfs (2.357) xenial; urgency=medium
|
||||
|
||||
* merge lp:~utlemming/livecd-rootfs/additional-cloud-targets:
|
||||
|
@ -19,7 +19,7 @@ architecture=$(chroot chroot dpkg --print-architecture)
|
||||
base_vmdk="livecd.ubuntu-cpc.disk1.vmdk"
|
||||
|
||||
if [[ ! "${architecture}" =~ (amd64|i386) ]]; then
|
||||
echo "Vagrant images are not supported for ${architecutre}"
|
||||
echo "Vagrant images are not supported for ${architecture}"
|
||||
exit 0
|
||||
elif [ ! -e ${base_vmdk} ]; then
|
||||
echo "Did not find VMDK to produce Vagrant images."
|
||||
|
Loading…
x
Reference in New Issue
Block a user