diff options
author | jandob | 2016-03-22 12:35:22 +0100 |
---|---|---|
committer | jandob | 2016-03-22 12:35:22 +0100 |
commit | 2eae71c12d9f0968647fa6cdf092877dddb4745c (patch) | |
tree | fc4d6394f11c64a19a778fca7d6dc3980637e762 | |
parent | remove genfstab dependency (diff) | |
download | systemd-init-2eae71c12d9f0968647fa6cdf092877dddb4745c.tar.gz systemd-init-2eae71c12d9f0968647fa6cdf092877dddb4745c.tar.xz systemd-init-2eae71c12d9f0968647fa6cdf092877dddb4745c.zip |
closes #840 #841
-rw-r--r-- | builder/dnbd3-rootfs/hooks/shutdown-umount.sh | 2 | ||||
-rw-r--r-- | dev-tools/example-openslx.config | 1 |
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 |