summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-01-09 13:04:28 +0100
committerJonathan Bauer2019-01-09 13:04:52 +0100
commitaea564e5eaae699cde486261d642b7e8a7f9c5ca (patch)
tree3e462f59fb9dd98440964c799fc510d970731d0d
parent[slx-addon] warn -> info messages (diff)
downloadsystemd-init-aea564e5eaae699cde486261d642b7e8a7f9c5ca.tar.gz
systemd-init-aea564e5eaae699cde486261d642b7e8a7f9c5ca.tar.xz
systemd-init-aea564e5eaae699cde486261d642b7e8a7f9c5ca.zip
[dnbd3-rfs] use new scripts names
-rwxr-xr-xbuilder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh b/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh
index 1b575067..2d9e059c 100755
--- a/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh
+++ b/builder/modules.d/dnbd3-rootfs/hooks/prepare-root-partition.sh
@@ -56,7 +56,7 @@ if [ -z "$SLX_SYSTEM_PARTITION_PREPARATION_SCRIPT" ]; then
read_only_partition="$read_only_device"
true
else
- read_only_partition="$(get_partitions_by_id \
+ read_only_partition="$(get-partitions-by-id \
"$read_only_device" "$SLX_SYSTEM_PARTITION_IDENTIFIER")"
fi
else
@@ -73,7 +73,7 @@ logging.info "Using read-only partition: $read_only_partition"
# endregion
# region RW layer through slx-partitioner
-/usr/bin/slx_partitioner $read_only_partition
+dmsetup-slx-device $read_only_partition
# endregion
}