summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-12 12:28:05 +0100
committerJonathan Bauer2018-11-12 17:30:33 +0100
commitc3f5f941e68fea4bfbcb72e570ddded4d89c561b (patch)
treef93482036ecc035b7e05d0ef0ee2e51e2c7e040a
parentrework scratch partition detected in deprecated module (diff)
downloadsystemd-init-c3f5f941e68fea4bfbcb72e570ddded4d89c561b.tar.gz
systemd-init-c3f5f941e68fea4bfbcb72e570ddded4d89c561b.tar.xz
systemd-init-c3f5f941e68fea4bfbcb72e570ddded4d89c561b.zip
[conf-tgz] increase hook scripts ordering index
-rwxr-xr-xbuilder/modules.d/conf-tgz/module-setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/builder/modules.d/conf-tgz/module-setup.sh b/builder/modules.d/conf-tgz/module-setup.sh
index 4ec78f11..c9e7d232 100755
--- a/builder/modules.d/conf-tgz/module-setup.sh
+++ b/builder/modules.d/conf-tgz/module-setup.sh
@@ -29,7 +29,7 @@ depends() {
+doc_test_contains
base
'
- echo base
+ echo dnbd3-rootfs
}
install() {
local __doc__='
@@ -40,7 +40,7 @@ install() {
`install`
'
- inst_hook pre-mount 10 "$moddir/hooks/fetch-config-tgz.sh"
- inst_hook pre-pivot 10 "$moddir/hooks/unpack-config-tgz.sh"
+ inst_hook pre-mount 20 "$moddir/hooks/fetch-config-tgz.sh"
+ inst_hook pre-pivot 20 "$moddir/hooks/unpack-config-tgz.sh"
inst_multiple tar wget mktemp gzip
}