mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix typo
This commit is contained in:
parent
4ad1d51624
commit
8364f824b0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def validate_manifest(data, validator, error):
|
||||||
if bootloader != 'extlinux':
|
if bootloader != 'extlinux':
|
||||||
error('HVM AMIs currently only work with extlinux as a bootloader', ['system', 'bootloader'])
|
error('HVM AMIs currently only work with extlinux as a bootloader', ['system', 'bootloader'])
|
||||||
if bootloader == 'extlinux' and partition_type not in ['none', 'msdos']:
|
if bootloader == 'extlinux' and partition_type not in ['none', 'msdos']:
|
||||||
error('HVM AMIs booted with extlinux currently work with unpartitioned or msdos partitions volumes',
|
error('HVM AMIs booted with extlinux currently work with unpartitioned or msdos partitioned volumes',
|
||||||
['volume', 'partitions', 'type'])
|
['volume', 'partitions', 'type'])
|
||||||
|
|
||||||
if backing == 's3':
|
if backing == 's3':
|
||||||
|
|
Loading…
Add table
Reference in a new issue