summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2015-12-09 16:17:30 +0000
committerLucas Alvares Gomes <lucasagomes@gmail.com>2015-12-10 20:17:53 +0000
commit952d5c5a06f35181768e52dd660afe548bc6fa60 (patch)
tree8bfa586a4cd266a5ed849ae9e31129f467f3bf9d /releasenotes
parent44ad4acc2c2e05c6353248f47199eadc168580e5 (diff)
downloadironic-952d5c5a06f35181768e52dd660afe548bc6fa60.tar.gz
Fix iPXE template for whole disk image
The goto :boot_whole_disk section in the iPXE template is bogus, the "kernel" command is being used to chain the "chain.c32" file, that command should be "chain" and the "append" command is not a valid iPXE command. This patch replaces those commands with the "sanboot" command from iPXE which is (among other things) used to chain the boot process to the local disk. Closes-Bug: #1524403 Change-Id: I7d2310d94e40b1c9c76957382ab19c0076bf42cd
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-ipxe-template-for-whole-disk-image-943da0311ca7aeb5.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-ipxe-template-for-whole-disk-image-943da0311ca7aeb5.yaml b/releasenotes/notes/fix-ipxe-template-for-whole-disk-image-943da0311ca7aeb5.yaml
new file mode 100644
index 000000000..b0ceb5b11
--- /dev/null
+++ b/releasenotes/notes/fix-ipxe-template-for-whole-disk-image-943da0311ca7aeb5.yaml
@@ -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.