From fb73bdf10501f25b8ed29c23b865c58ed4cb10b7 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 29 Sep 2021 11:31:59 +0100 Subject: Exit ipxe script if enable_netboot_fallback failed The sanboot trick to boot from local disk does not work on all hardware. If it fails exit 0 from the iPxe script so that boot continues on the next device which may be the local disk. Story: #2009258 Task: #43470 Change-Id: I1b6303a987a102dfbfd233334395321c25a55212 --- releasenotes/notes/version-foo-2eb39b768112547f.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/version-foo-2eb39b768112547f.yaml (limited to 'releasenotes/notes/version-foo-2eb39b768112547f.yaml') diff --git a/releasenotes/notes/version-foo-2eb39b768112547f.yaml b/releasenotes/notes/version-foo-2eb39b768112547f.yaml new file mode 100644 index 000000000..bd0485863 --- /dev/null +++ b/releasenotes/notes/version-foo-2eb39b768112547f.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes ``enable_netboot_fallback`` to cause iPXE config to exit 0 + when "sanboot --no-describe" fails. Allowing the firmware to + move onto the next device in the boot order. -- cgit v1.2.1