diff options
| author | Jonathan Bauer | 2016-07-29 15:17:24 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2016-07-29 15:17:24 +0200 |
| commit | c473bbcd14511e24e1c1c05302b6731f0507cec1 (patch) | |
| tree | 51070f320159684171ac7b5a294a8f8797d6fe05 /builder | |
| parent | duh (diff) | |
| download | systemd-init-c473bbcd14511e24e1c1c05302b6731f0507cec1.tar.gz systemd-init-c473bbcd14511e24e1c1c05302b6731f0507cec1.tar.xz systemd-init-c473bbcd14511e24e1c1c05302b6731f0507cec1.zip | |
duh 2.0
Diffstat (limited to 'builder')
| -rwxr-xr-x | builder/bootnet-conf/module-setup.sh | 2 |
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" } |
