====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
scripting [2009/04/07 01:03] kylek copied documentation from a journal post |
scripting [2009/12/19 11:50] (current) sha0 Note about 'chain' command |
||
---|---|---|---|
Line 9: | Line 9: | ||
initrd http://etherboot.org/gtest/initrd.bz2 | initrd http://etherboot.org/gtest/initrd.bz2 | ||
boot | boot | ||
+ | |||
+ | or using the 'chain' command, this would be equivalent to: | ||
+ | |||
+ | #!gpxe | ||
+ | initrd http://etherboot.org/gtest/initrd.bz2 | ||
+ | chain http://etherboot.org/gtest/bz2bzImage root=100 | ||
or this will boot from iSCSI: | or this will boot from iSCSI: | ||
Line 50: | Line 56: | ||
boot | boot | ||
</code> | </code> | ||
+ | |||
+ | See the [[:appnotes:autobootchainurl|patched autoboot invocation]] for cases when the right interface to boot need to be found automatically. | ||
see [[soc/2008/stefanha/journal/week8#sat_19_2008|Stefanha's Summer of Code 2008 Week 8 journal]] | see [[soc/2008/stefanha/journal/week8#sat_19_2008|Stefanha's Summer of Code 2008 Week 8 journal]] |