summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2014-03-17 01:00:51 +0100
committerkwadronaut <kwadronaut@leap.se>2014-03-17 01:00:51 +0100
commiteb5882f20c50492c4a9119d9fb00e9c0e2f5a1e4 (patch)
treed7db13eec389e445871a8444e54b3eae56958975
parentd420c3abd5259ccf6ef9acb3011587b15ce3ddb9 (diff)
Took out disk specification because with libvirt and virtual box you would get /dev/vda and
/dev/sda.
-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