Merge "pxe partition image deploy fails in UEFI boot mode"

This commit is contained in:
Jenkins 2015-03-23 23:19:01 +00:00 committed by Gerrit Code Review
commit 3bdf13db77
2 changed files with 4 additions and 4 deletions

View File

@ -13,4 +13,4 @@ image={{pxe_options.aki_path}}
image=chain.c32
label=boot_whole_disk
append mbr:{{ DISK_IDENTIFIER }}
append="mbr:{{ DISK_IDENTIFIER }}"

View File

@ -180,7 +180,7 @@ image=kernel
image=chain.c32
label=boot_whole_disk
append mbr:{{ DISK_IDENTIFIER }}
append="mbr:{{ DISK_IDENTIFIER }}"
"""
_UEFI_PXECONF_BOOT_PARTITION = """
@ -198,7 +198,7 @@ image=kernel
image=chain.c32
label=boot_whole_disk
append mbr:{{ DISK_IDENTIFIER }}
append="mbr:{{ DISK_IDENTIFIER }}"
"""
_UEFI_PXECONF_BOOT_WHOLE_DISK = """
@ -216,7 +216,7 @@ image=kernel
image=chain.c32
label=boot_whole_disk
append mbr:0x12345678
append="mbr:0x12345678"
"""