Merge "Fix iPXE template for whole disk image"
This commit is contained in:
commit
fe3a7ce2f4
@ -16,6 +16,4 @@ initrd {{ pxe_options.ari_path }}
|
|||||||
boot
|
boot
|
||||||
|
|
||||||
:boot_whole_disk
|
:boot_whole_disk
|
||||||
kernel chain.c32
|
sanboot --no-describe
|
||||||
append mbr:{{ DISK_IDENTIFIER }}
|
|
||||||
boot
|
|
||||||
|
@ -16,6 +16,4 @@ initrd http://1.2.3.4:1234/ramdisk
|
|||||||
boot
|
boot
|
||||||
|
|
||||||
:boot_whole_disk
|
:boot_whole_disk
|
||||||
kernel chain.c32
|
sanboot --no-describe
|
||||||
append mbr:{{ DISK_IDENTIFIER }}
|
|
||||||
boot
|
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Fixes an issue with the provided iPXE template where whole disk images
|
||||||
|
could not be booted. See https://bugs.launchpad.net/ironic/+bug/1524403.
|
Loading…
x
Reference in New Issue
Block a user