summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wheezy/preseed.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/wheezy/preseed.cfg b/wheezy/preseed.cfg
index 969b00d..0738c80 100644
--- a/wheezy/preseed.cfg
+++ b/wheezy/preseed.cfg
@@ -96,7 +96,11 @@ d-i clock-setup/ntp boolean true
# 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