summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--builder/dnbd3-rootfs/hooks/shutdown-umount.sh2
-rw-r--r--dev-tools/example-openslx.config1
2 files changed, 1 insertions, 2 deletions
diff --git a/builder/dnbd3-rootfs/hooks/shutdown-umount.sh b/builder/dnbd3-rootfs/hooks/shutdown-umount.sh
index dd5794ad..29b52187 100644
--- a/builder/dnbd3-rootfs/hooks/shutdown-umount.sh
+++ b/builder/dnbd3-rootfs/hooks/shutdown-umount.sh
@@ -5,4 +5,4 @@ umount /oldroot
dmsetup --noudevsync remove root
losetup --detach-all
umount /mnt/*
-dnbd3-client --close "$SLX_DNBD3_DEVICE"
+dnbd3-client --device "$SLX_DNBD3_DEVICE" --close
diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config
index 0abb93fa..d7033d75 100644
--- a/dev-tools/example-openslx.config
+++ b/dev-tools/example-openslx.config
@@ -5,7 +5,6 @@ SLX_DNBD3_DEVICE='/dev/dnbd0'
SLX_DNBD3_IMAGE='archLinux/archLinux.vmdk'
# If empty the whole device is used
SLX_SYSTEM_PARTITION_IDENTIFIER='system'
-SLX_TMP_PARTITION_IDENTIFIER=''
SLX_WRITABLE_DEVICE_IDENTIFIER=''
SLX_WRITABLE_DEVICE_STORAGE_FILE='storage.img'
# NOTE: if the filesystem is any other than ext4, then the corresponding