summaryrefslogtreecommitdiffstats
path: root/builder/dnbd3-rootfs/module-setup.sh
diff options
context:
space:
mode:
authorjandob2016-02-29 16:02:49 +0100
committerjandob2016-02-29 16:02:49 +0100
commitf39f298db2ceeddc35c4d71e06d1a39c2fc899a4 (patch)
treeeda9c06f28e87b753e4f5703649d81785b264dc5 /builder/dnbd3-rootfs/module-setup.sh
parentchange xmount install prefix to /usr (diff)
downloadsystemd-init-f39f298db2ceeddc35c4d71e06d1a39c2fc899a4.tar.gz
systemd-init-f39f298db2ceeddc35c4d71e06d1a39c2fc899a4.tar.xz
systemd-init-f39f298db2ceeddc35c4d71e06d1a39c2fc899a4.zip
rename dnbdr copy hook
Diffstat (limited to 'builder/dnbd3-rootfs/module-setup.sh')
-rwxr-xr-xbuilder/dnbd3-rootfs/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/dnbd3-rootfs/module-setup.sh b/builder/dnbd3-rootfs/module-setup.sh
index bbb5bce2..14d949fe 100755
--- a/builder/dnbd3-rootfs/module-setup.sh
+++ b/builder/dnbd3-rootfs/module-setup.sh
@@ -161,7 +161,7 @@ install() {
mkdir -p "${initdir}/${systemdsystemunitdir}/initrd-root-fs.target.wants"
ln_r "${systemdsystemunitdir}/dnbd3root.service" \
"${systemdsystemunitdir}/initrd-root-fs.target.wants/dnbd3root.service"
- inst_hook pre-pivot 00 "$moddir/hooks/copy-dnbd3-generator-into-newroot.sh"
+ inst_hook pre-pivot 00 "$moddir/hooks/copy-dnbd3-service-into-newroot.sh"
inst_hook pre-pivot 00 "$moddir/hooks/copy-dracut-systemd-files-into-newroot.sh"
else
inst_hook pre-mount 10 "$moddir/hooks/prepare-root-partition.sh"