# be given in traditional non-devfs format.
# Note: A disk must be specified, unless the system has only one disk.
# For example, to use the first SCSI/SATA hard disk:
-d-i partman-auto/disk string /dev/sda
+
+# because with kvm/libvirt, this would end up being /dev/vda
+# d-i partman-auto/disk string /dev/sda
+#d-i partman-auto/disk string /dev/vda
+
# In addition, you'll need to specify the method to use.
# The presently available methods are: "regular", "lvm" and "crypto"
d-i partman-auto/method string lvm