Specify a regex to run-parts so that cloud image extra scripts are found

and executed.
This commit is contained in:
Daniel Watkins 2016-01-28 10:07:33 +00:00
parent e3d6d5dc9f
commit 414cbec4dc
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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 <daniel.watkins@canonical.com> Thu, 28 Jan 2016 09:32:36 +0000

View File

@ -12,4 +12,4 @@ fi
. /build/config/functions
# Cleaner execution
/bin/run-parts ${extra_d}
/bin/run-parts --regex ".*\.binary" "${extra_d}"