Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add some comments, never hurts | Mike Fulbright | 2002-12-04 | 2 | -2/+4 | |
| | ||||||
* | add cdrom, hd and url ks handlers | Mike Fulbright | 2002-12-04 | 1 | -3/+3 | |
| | ||||||
* | added hd ks support | Mike Fulbright | 2002-12-04 | 1 | -1/+94 | |
| | ||||||
* | add ks support | Mike Fulbright | 2002-12-04 | 1 | -2/+13 | |
| | ||||||
* | this isn't really needed for x86 (merged from the alpha port) and it's ~430k ↵ | Jeremy Katz | 2002-12-04 | 1 | -4/+0 | |
| | | | | which makes drvblock entirely too large | |||||
* | copy this here | Jeremy Katz | 2002-12-03 | 1 | -0/+842 | |
| | ||||||
* | hmmm... I guess having an install target helps | Jeremy Katz | 2002-12-03 | 1 | -1/+20 | |
| | ||||||
* | move keymap declaration stuff to a common header | Jeremy Katz | 2002-12-03 | 1 | -15/+0 | |
| | ||||||
* | only define the ones we use | Jeremy Katz | 2002-12-03 | 1 | -7/+3 | |
| | ||||||
* | translations for the loader return | Jeremy Katz | 2002-12-03 | 3 | -1/+77 | |
| | ||||||
* | more to ignore | Jeremy Katz | 2002-12-03 | 1 | -0/+3 | |
| | ||||||
* | grabbing kickstart configs from http works now | Jeremy Katz | 2002-12-03 | 8 | -23/+159 | |
| | ||||||
* | msf seems to think this is important... | Jeremy Katz | 2002-12-03 | 1 | -0/+309 | |
| | ||||||
* | add this | Jeremy Katz | 2002-12-03 | 1 | -0/+24 | |
| | ||||||
* | more ignore | Mike Fulbright | 2002-12-03 | 1 | -0/+4 | |
| | ||||||
* | add a data structure to hold loader data and pass it around lots of places | Jeremy Katz | 2002-12-03 | 17 | -222/+454 | |
| | | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file | |||||
* | ignore | Mike Fulbright | 2002-12-03 | 1 | -0/+1 | |
| | ||||||
* | more debugging goes bye-bye | Jeremy Katz | 2002-12-03 | 1 | -1/+0 | |
| | ||||||
* | get updates.img working for hdinstalls | Mike Fulbright | 2002-12-03 | 1 | -5/+12 | |
| | ||||||
* | oops | Mike Fulbright | 2002-12-03 | 1 | -1/+0 | |
| | ||||||
* | added hd install support | Mike Fulbright | 2002-12-03 | 7 | -16/+438 | |
| | ||||||
* | bye-bye to debugging message | Jeremy Katz | 2002-12-03 | 1 | -1/+0 | |
| | ||||||
* | added debug message and made code block little more obvious | Mike Fulbright | 2002-12-03 | 1 | -1/+3 | |
| | ||||||
* | added function to determine timestamp and release description from stamp ↵ | Mike Fulbright | 2002-12-03 | 2 | -5/+243 | |
| | | | | file as well as function to interate over ISO images in a directory and prompt to test them | |||||
* | moved function out to method.c and cleaned up logic when going through CDs ↵ | Mike Fulbright | 2002-12-03 | 1 | -128/+17 | |
| | | | | for testing | |||||
* | write out /tmp/modules.conf. should properly handle token ring modules which | Jeremy Katz | 2002-12-03 | 1 | -25/+127 | |
| | | | | handle multiple tr devices now, too | |||||
* | pop the window | Jeremy Katz | 2002-12-03 | 1 | -0/+3 | |
| | ||||||
* | need this too | Jeremy Katz | 2002-12-02 | 1 | -0/+15 | |
| | ||||||
* | driver disks should work now, from cds as well as floppies | Jeremy Katz | 2002-12-02 | 5 | -37/+330 | |
| | ||||||
* | add method to umount stage2 | Mike Fulbright | 2002-12-02 | 1 | -0/+1 | |
| | ||||||
* | added in code to handle mediacheck of disc based media | Mike Fulbright | 2002-12-02 | 1 | -5/+344 | |
| | ||||||
* | link in mediacheck modules | Mike Fulbright | 2002-12-02 | 1 | -0/+1 | |
| | ||||||
* | support for mediacheck | Mike Fulbright | 2002-12-02 | 2 | -0/+376 | |
| | ||||||
* | do not need this ancient parport stuff | Mike Fulbright | 2002-12-02 | 1 | -20/+1 | |
| | ||||||
* | add method to umount a stage2 image | Mike Fulbright | 2002-12-02 | 1 | -0/+6 | |
| | ||||||
* | function declaration cleanup | Jeremy Katz | 2002-12-02 | 2 | -0/+4 | |
| | ||||||
* | md5sum functions | Mike Fulbright | 2002-12-02 | 2 | -0/+283 | |
| | ||||||
* | make error message more meaningful and tweak indentation | Mike Fulbright | 2002-12-02 | 1 | -4/+4 | |
| | ||||||
* | restructuring and clean up of some of the older unused code in the loader. | Jeremy Katz | 2002-11-26 | 44 | -0/+7724 | |
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd |