The patch for ppc64el hdd enablement for live-build crosses a few files which are required to properly build the entire patch. It is difficult to break this patch into smaller patches due to the cross dependencies.
Since the hdd support is new function and capabilities, hopefully this patch will be a good basis for review and comments to help improve the use cases. We appreciate comments and suggestions on this feature. Deb McLemore (1): live-build binary_hdd enablement for ppc64el functions/architectures.sh | 10 +- functions/defaults.sh | 39 +- functions/losetup.sh | 6 +- functions/packages.sh | 15 +- scripts/build/binary_grub-efi | 234 +++++++----- scripts/build/binary_grub-pc | 11 +- scripts/build/binary_hdd | 611 ++++++++++++++++++++++++------- scripts/build/binary_iso | 113 +++--- scripts/build/binary_linux-image | 3 +- scripts/build/binary_loopback_cfg | 80 +++- scripts/build/binary_netboot | 5 + scripts/build/binary_rootfs | 3 +- scripts/build/binary_syslinux | 31 +- scripts/build/config | 75 +++- scripts/build/efi-image | 129 ++++--- scripts/build/grub-cpmodules | 27 +- scripts/build/installer_debian-installer | 6 +- 17 files changed, 1019 insertions(+), 379 deletions(-) -- 2.7.4
