]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[autoboot] Introduce "skip-san-boot" option
authorDave Hansen <dave@sr71.net>
Thu, 21 Oct 2010 22:03:42 +0000 (15:03 -0700)
committerMichael Brown <mcb30@ipxe.org>
Thu, 21 Oct 2010 22:49:03 +0000 (23:49 +0100)
commit053d28688c3bd8f5c4948528a05b8d4a13d726cc
treec6fc640068cc7584bc5577649a8f45dde33821a7
parent246624cdb8959a68730521d8a9a488e429c3a0db
[autoboot] Introduce "skip-san-boot" option

For some install-to-SAN scenarios, the OS needs to be able to reboot
to reread the partition table.  On this second boot attempt, the SAN
disk will not be empty and so iPXE will attempt to boot from it,
rather than falling back to the OS' installation media.

Work around this problem by introducing the "skip-san-boot" option,
similar in spirit to "keep-san".

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/dhcp.h
src/usr/autoboot.c