summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/dnbd3-rootfs/module-setup.sh
diff options
context:
space:
mode:
authorJonathan Bauer2019-01-09 13:06:06 +0100
committerJonathan Bauer2019-01-09 13:06:06 +0100
commit35fbc121465119f572e19d13fe915f02c1f1fa20 (patch)
treeeb4e93023f16d5c6e3a6ba24e3ace13e5153d8d7 /builder/modules.d/dnbd3-rootfs/module-setup.sh
parent[dnbd3-rfs] use new scripts names (diff)
downloadsystemd-init-35fbc121465119f572e19d13fe915f02c1f1fa20.tar.gz
systemd-init-35fbc121465119f572e19d13fe915f02c1f1fa20.tar.xz
systemd-init-35fbc121465119f572e19d13fe915f02c1f1fa20.zip
[dnbd3-rfs] remove deprecated script
device-add-write-layer.sh is replaced by slx-partitioner module
Diffstat (limited to 'builder/modules.d/dnbd3-rootfs/module-setup.sh')
-rwxr-xr-xbuilder/modules.d/dnbd3-rootfs/module-setup.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/builder/modules.d/dnbd3-rootfs/module-setup.sh b/builder/modules.d/dnbd3-rootfs/module-setup.sh
index f956af3c..26678194 100755
--- a/builder/modules.d/dnbd3-rootfs/module-setup.sh
+++ b/builder/modules.d/dnbd3-rootfs/module-setup.sh
@@ -180,8 +180,9 @@ install() {
inst "$moddir/binaries/dnbd3/build/dnbd3-client" /usr/bin/dnbd3-client
inst "$moddir/binaries/systemd-preserve-process-marker/systemd-preserve-process-marker" \
/usr/bin/systemd-preserve-process-marker
- inst "$moddir/scripts/device-add-write-layer.sh" \
- /usr/bin/device-add-write-layer
+ ## DEPRECATED
+ #inst "$moddir/scripts/device-add-write-layer.sh" \
+ # /usr/bin/device-add-write-layer
inst "$moddir/scripts/container-unpack-xmount.sh" \
/usr/bin/container-unpack-xmount
inst "$moddir/scripts/container-unpack-qemu.sh" \