summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuilder/modules.d/slx-partitioner/scripts/dmsetup-slx-device2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device b/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device
index 59079870..c6c3c8cc 100755
--- a/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device
+++ b/builder/modules.d/slx-partitioner/scripts/dmsetup-slx-device
@@ -420,7 +420,7 @@ fi
## SNAPSHOT (OLD FUNCTIONALITY)
###
if [ -n "$snapshot" ]; then
- read -r name crypt persist ignore <<< "$snapshot"
+ read -r name crypt min max ignore <<< "$snapshot"
if ! create_snapshot "$name $persist"; then
echo "Failed to create regular snapshot for '$read_only_device' on '$writable_device'."
ramdisk_fallback