mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
Specify a regex to run-parts so that cloud image extra scripts are found
and executed.
This commit is contained in:
parent
e3d6d5dc9f
commit
414cbec4dc
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -12,4 +12,4 @@ fi
|
||||
. /build/config/functions
|
||||
|
||||
# Cleaner execution
|
||||
/bin/run-parts ${extra_d}
|
||||
/bin/run-parts --regex ".*\.binary" "${extra_d}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user