summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2016-07-29 15:17:24 +0200
committerJonathan Bauer2016-07-29 15:17:24 +0200
commitc473bbcd14511e24e1c1c05302b6731f0507cec1 (patch)
tree51070f320159684171ac7b5a294a8f8797d6fe05 /builder
parentduh (diff)
downloadsystemd-init-c473bbcd14511e24e1c1c05302b6731f0507cec1.tar.gz
systemd-init-c473bbcd14511e24e1c1c05302b6731f0507cec1.tar.xz
systemd-init-c473bbcd14511e24e1c1c05302b6731f0507cec1.zip
duh 2.0
Diffstat (limited to 'builder')
-rwxr-xr-xbuilder/bootnet-conf/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/bootnet-conf/module-setup.sh b/builder/bootnet-conf/module-setup.sh
index 0a80d89e..f1d6697f 100755
--- a/builder/bootnet-conf/module-setup.sh
+++ b/builder/bootnet-conf/module-setup.sh
@@ -9,5 +9,5 @@ depends() {
echo dnbd3-rootfs
}
install() {
- inst_hook pre-pivot 50 "$moddir/scripts/gen-ib-conf.sh"
+ inst_hook pre-pivot 50 "$moddir/scripts/gen-bootnet-conf.sh"
}