diff --git a/CHANGELOG b/CHANGELOG index d8032f6..9e0c4ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2015-01-21 0.1.2 +Summary: +This is a small feature update: + +Feature: +- Add a vda disk to allow auto-partition from the preseed file for VM. + 2014-12-29 0.1.1 Summary: This is small fix update: diff --git a/preseed/debian/stable/preseed.cfg b/preseed/debian/stable/preseed.cfg index 1aab25f..5397dba 100644 --- a/preseed/debian/stable/preseed.cfg +++ b/preseed/debian/stable/preseed.cfg @@ -119,7 +119,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.fr # If the system has only one disk the installer will default to using it. # Otherwise, the device name must be given -d-i partman-auto/disk string /dev/sda +d-i partman-auto/disk string /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom @@ -187,7 +187,7 @@ d-i partman-auto/expert_recipe string \ 16000 100000 10000000000000000 ext4 \ $defaultignore{ } \ $primary{ } \ - method{ lvm } device{ /dev/sda } \ + method{ lvm } \ vg_name{ sys } \ . \ 1000 8000 4000 ext4 \