]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[autoboot] Allow a SAN boot as a fallback if a filename boot returns
authorMichael Brown <mcb30@ipxe.org>
Wed, 2 Mar 2011 19:57:01 +0000 (19:57 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 2 Mar 2011 20:01:26 +0000 (20:01 +0000)
commitce350e4314de7a06aaa401aaf42ff5f662092925
tree57a093901030554b334ff9df9cf41f78253f27ee
parent8a61e37e2e75df46714e02b6cfb3a7838d9d41e3
[autoboot] Allow a SAN boot as a fallback if a filename boot returns

Currently, if both a filename and root-path are present, iPXE will
hook the SAN device but will only attempt to boot from the filename.
Change this behaviour so that both are attempted.  Users who want to
avoid booting from the SAN as a fallback can do so via the existing
"skip-san-boot" setting.

This allows for seamless deployment to a SAN target using Windows
Deployment Services (and similar products).  A user simply has to
define the root-path option in DHCP and then use WDS to deploy the
system.  No further configuration should be required.

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