From eb5882f20c50492c4a9119d9fb00e9c0e2f5a1e4 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Mon, 17 Mar 2014 01:00:51 +0100 Subject: Took out disk specification because with libvirt and virtual box you would get /dev/vda and /dev/sda. --- wheezy/preseed.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3