summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authortorben2015-11-05 18:16:17 +0100
committertorben2015-11-05 18:16:17 +0100
commit3c8769406dcba4c85acbf7c7838df8694379c87d (patch)
tree8f90353a1e76c0578bc54fc2c1cccafe583504bf /builder
parentFix parameter. (diff)
downloadsystemd-init-3c8769406dcba4c85acbf7c7838df8694379c87d.tar.gz
systemd-init-3c8769406dcba4c85acbf7c7838df8694379c87d.tar.xz
systemd-init-3c8769406dcba4c85acbf7c7838df8694379c87d.zip
sync
Diffstat (limited to 'builder')
-rwxr-xr-xbuilder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh b/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh
index ade25de0..37a6bd15 100755
--- a/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh
+++ b/builder/dnbd3-rootfs/hooks/pre-mount/prepare-root-partition.sh
@@ -1,7 +1,7 @@
source "/usr/lib/utils.sh"
declare -rg DNBD3_SERVER="gateway"
-declare -rg DNBD3_IMAGE="archLinux.qcow2"
+declare -rg DNBD3_IMAGE="archLinux.vdi"
declare -rg DNBD3_RID="0"
declare -rg DNBD3_DEVICE="/dev/dnbd0"