diff options
Diffstat (limited to 'components/bootstrap-hooks')
-rwxr-xr-x | components/bootstrap-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bootstrap-hooks b/components/bootstrap-hooks index e27f1adee..9eaa5ea71 100755 --- a/components/bootstrap-hooks +++ b/components/bootstrap-hooks @@ -80,7 +80,7 @@ def main(): hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.bootstrap') - for hook in hooks: + for hook in sorted(hooks): if verbose: print('I: Copying config/hooks/*.hook.bootstrap to chroot/live-build') |