- Add a vda disk to allow auto-partition from the preseed file for VM.

This commit is contained in:
Jeremy Gardais 2015-01-21 17:26:08 +01:00
parent 90d1221368
commit 9961b8464f
2 changed files with 9 additions and 2 deletions

View File

@ -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:

View File

@ -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 \