diff --git a/debian/changelog b/debian/changelog index de5fdf11..7ba3ab2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ livecd-rootfs (2.373) UNRELEASED; urgency=medium * Set timeout options so ppc64el cloud images don't display a grub boot menu (matching the behaviour of other cloud images). + * Specify a regex to run-parts so that cloud image extra scripts are found + and executed. -- Daniel Watkins Thu, 28 Jan 2016 09:32:36 +0000 diff --git a/live-build/ubuntu-cpc/hooks/999-extras.binary b/live-build/ubuntu-cpc/hooks/999-extras.binary index dad116a0..ffc7c691 100755 --- a/live-build/ubuntu-cpc/hooks/999-extras.binary +++ b/live-build/ubuntu-cpc/hooks/999-extras.binary @@ -12,4 +12,4 @@ fi . /build/config/functions # Cleaner execution -/bin/run-parts ${extra_d} +/bin/run-parts --regex ".*\.binary" "${extra_d}"