From 72c2d578f9928e6fa3b6117c71ce658254683857 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 27 Feb 2019 12:17:20 +0100 Subject: [slx-partitioner] fix param for save_part_info --- builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device b/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device index 832073a6..59079870 100755 --- a/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device +++ b/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device @@ -268,7 +268,7 @@ if ! dmsetup_create_noudevsync "${scratch_device##*/}" \ # TODO do not bail directly, but try to to create the linear devices at least? ramdisk_fallback fi -save_partition_info "$scratch_device" "*" "1" "$scratch_device_size" +save_partition_info "${scratch_device##*/}" "*" "1" "$scratch_device_size" # encrypt the scratch device, if configured if [ "$crypt" -ne 0 ] && encrypt_device \ -- cgit v1.2.3-55-g7522