summaryrefslogtreecommitdiffstats
path: root/loaders
Commit message (Collapse)AuthorAgeFilesLines
* zPXE honors the 'local' boot option.Brad Hinson2009-03-031-14/+39
|
* Bug fix to close zpxe.parm file before proceeding.Brad Hinson2009-03-031-0/+1
|
* Accept a third argument in zpxe config fileBrad Hinson2009-03-031-1/+5
|
* Cosmetic changes mostly, also added a function to show what serverJames Laska2009-02-231-12/+36
|
* Adding zpxe.rexx and snippet to packagingJames Laska2009-02-201-0/+237
|
* Added COPYING and README file for yaboot as requested by Paul Nasrat.James Laska2009-01-062-0/+286
|
* Add yaboot-1.3.14 binary built from yaboot.git repository (see ↵James Laska2008-11-131-0/+0
| | | | http://yaboot.ozlabs.org).
* Upgrade to elilo 3.8Michael DeHaan2008-10-152-0/+0
|
* Update menu.c32 so timeouts work in the PXE menusMichael DeHaan2008-04-081-0/+0
|
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-193-0/+15
feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.