- Add a vda disk to allow auto-partition from the preseed file for VM.
This commit is contained in:
parent
90d1221368
commit
9961b8464f
|
@ -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
|
2014-12-29 0.1.1
|
||||||
Summary:
|
Summary:
|
||||||
This is small fix update:
|
This is small fix update:
|
||||||
|
|
|
@ -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.
|
# If the system has only one disk the installer will default to using it.
|
||||||
# Otherwise, the device name must be given
|
# 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
|
d-i partman-auto/init_automatically_partition select custom
|
||||||
|
|
||||||
|
@ -187,7 +187,7 @@ d-i partman-auto/expert_recipe string \
|
||||||
16000 100000 10000000000000000 ext4 \
|
16000 100000 10000000000000000 ext4 \
|
||||||
$defaultignore{ } \
|
$defaultignore{ } \
|
||||||
$primary{ } \
|
$primary{ } \
|
||||||
method{ lvm } device{ /dev/sda } \
|
method{ lvm } \
|
||||||
vg_name{ sys } \
|
vg_name{ sys } \
|
||||||
. \
|
. \
|
||||||
1000 8000 4000 ext4 \
|
1000 8000 4000 ext4 \
|
||||||
|
|
Loading…
Reference in New Issue