mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
extlinux now works with gpt on hvm instances
This commit is contained in:
parent
50297d790c
commit
97ad69df5e
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@ def validate_manifest(data, validator, error):
|
||||||
if virtualization == 'hvm':
|
if virtualization == 'hvm':
|
||||||
if backing != 'ebs':
|
if backing != 'ebs':
|
||||||
error('HVM AMIs currently only work when they are EBS backed', ['volume', 'backing'])
|
error('HVM AMIs currently only work when they are EBS backed', ['volume', 'backing'])
|
||||||
if bootloader == 'extlinux' and partition_type not in ['none', 'msdos']:
|
|
||||||
error('HVM AMIs booted with extlinux currently work with unpartitioned or msdos partitioned volumes',
|
|
||||||
['volume', 'partitions', 'type'])
|
|
||||||
|
|
||||||
if backing == 's3':
|
if backing == 's3':
|
||||||
if partition_type != 'none':
|
if partition_type != 'none':
|
||||||
|
|
Loading…
Add table
Reference in a new issue