Robert C Jennings 3b1f2bba99
ubuntu-cpc: Ensure base disk image is the same between all build targets
The following targets have livecd.ubuntu-cpc.manifest (and
livecd.ubuntu-cpc.ext4) which differ in some way from the 'all'
target. They are all missing grub-efi and other modifications:

root-dir
squashfs
tarball

These targets do not depend on the 'disk-image' target. This means that
the ext4 produced will lack the uefi modifications (and any from the
disk-image target binary hooks).

Since the ext4 file is common to all builds there is a chance that a
parallel build from one of these targets could overwrite this artifact.
This patch ensures that all targets will produce consistent base output.
2019-05-21 17:32:47 -05:00
2019-05-21 17:32:47 -05:00
2009-09-15 13:20:15 +01:00
2019-05-21 17:32:47 -05:00
2019-05-21 17:32:47 -05:00
Description
Languages
Shell 86.9%
Python 11%
Perl 2.1%