<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>


<TITLE>RE: [gPXE] gPXE Feature Request: assigning customcommandstoexecute batch files</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE="2">I don't quite know what you mean by &quot;default to autoboot()&quot;...<BR>
<BR>
#!gpxe<BR>
set space:hex 20<BR>
<BR>
# Commands we like<BR>
set sanboot_cmd sanboot<BR>
set chain_cmd chain<BR>
<BR>
# Append a space<BR>
set sanboot_cmd:hex ${sanboot_cmd:hex}:${space:hex}<BR>
set chain_cmd:hex ${chain_cmd:hex}:${space:hex}<BR>
<BR>
# SAN targets<BR>
set win7 iscsi:192.168.0.100::::foo:win7<BR>
set winxp iscsi:192.168.0.100::::foo:winxp<BR>
<BR>
# Prepend sanboot command<BR>
set win7:hex ${sanboot_cmd:hex}:${win7:hex}<BR>
set winxp:hex ${sanboot_cmd:hex}:${winxp:hex}<BR>
<BR>
# Chain targets<BR>
set linux <A HREF="http://webserver/vmlinuz">http://webserver/vmlinuz</A><BR>
<BR>
# Prepend chain command<BR>
set linux:hex ${chain_cmd:hex}:${linux:hex}<BR>
<BR>
# Tell user about choices<BR>
echo Available boot options for CLI: win7, winxp, linux<BR>
echo Surround your choice with $ { and } characters, no spaces.<BR>
<BR>
# Default to autoboot<BR>
autoboot<BR>
<BR>
- Shao Miller<BR>
<BR>
-----Original Message-----<BR>
From: gpxe-bounces@etherboot.org on behalf of Tal Aloni<BR>
Sent: Mon 2/8/2010 6:27 AM<BR>
To: gpxe<BR>
Subject: Re: [gPXE] [gPXE-devel] gPXE Feature Request: assigning customcommandstoexecute batch files<BR>
<BR>
thanks, nice to know,<BR>
note that the way you suggested can't default to autoboot().<BR>
<BR>
Tal<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>