mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Import patches-unapplied version 2.358 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 1bffb76250fa549e882bfc6cdda72dd85f40fb19 New changelog entries: * Fix typo in ubuntu-cpc preventing non-intel builds.
This commit is contained in:
parent
1bffb76250
commit
fc5a8afdab
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