summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* add in unicode linedraw charsMatt Wilson2002-12-172-1/+23
|
* assume that if we're already on a pty we can handle unicodeMatt Wilson2002-12-171-0/+6
|
* use real function callsMatt Wilson2002-12-171-2/+2
|
* enable utf-8 on console tooMatt Wilson2002-12-172-5/+7
|
* load vga16fbJeremy Katz2002-12-171-4/+9
|
* fix font reductionMatt Wilson2002-12-171-2/+2
|
* clean up lang.c, remove duplicate codewMatt Wilson2002-12-175-31/+52
| | | | | | | fix the Welcome to Red Hat Linux redraw problem eradicate kon2 references, pull in bterm files for initrd/loader stuff use -Os for loader misc. cleanups
* use the kudzu api properly. if devices is NULL, there aren't any disksJeremy Katz2002-12-161-3/+4
|
* eject the cdrom from the second stage via a generic cleanup so that itJeremy Katz2002-12-161-2/+0
| | | | | gets ejected when we tell people to remove their media instead of waiting until the very very end. and now we don't eject on network installs either :)
* add usb-storage and sbp2Mike Fulbright2002-12-161-0/+10
|
* require new version of bogl that does not do atexit() stuff, enable boglMatt Wilson2002-12-162-2/+3
|
* get the logic right for disabling only btermMatt Wilson2002-12-141-1/+1
|
* start adding bterm startup code, disabled until completeMatt Wilson2002-12-142-23/+37
|
* initialize the console font really really earlyJeremy Katz2002-12-131-2/+2
|
* write out /tmp/scsidisks after we're done loading modules with theJeremy Katz2002-12-133-0/+44
| | | | | correspondence between sds and scsi adapters so that the second stage has a way to filter out things like usb or firewire drives
* if it's an invalid driver disk, we need to unmount itJeremy Katz2002-12-131-0/+1
|
* now pcmcia drivers need to be in module-infoBill Nottingham2002-12-131-0/+4
|
* string consistencyBill Nottingham2002-12-131-1/+1
|
* always load fontMatt Wilson2002-12-132-7/+6
|
* this should get cardbus working. works in test mode, but I need toJeremy Katz2002-12-124-6/+60
| | | | double-check the various cases of it in the morning
* more default UTF-8 stuffMatt Wilson2002-12-121-1/+1
|
* Os was not supposed to go inMatt Wilson2002-12-121-1/+1
|
* amazing how much better it works if I look for /proc/bus/pci/devices instead ↵Jeremy Katz2002-12-121-3/+2
| | | | of /proc/bus/devices
* first pass at using unicode in text modeMatt Wilson2002-12-115-11/+43
|
* support loading multiple driver disks (#62888)Jeremy Katz2002-12-113-2/+23
|
* manual device loading for noprobe caseJeremy Katz2002-12-111-3/+44
|
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-1110-64/+415
| | | | | | | back doesn't make any sense * make sure we got new drivers that we care about from the driver disk * manual driver selection and loading (with arbitrary args) * lots of stuff to get noprobe mostly working
* merge telnet mode back inJeremy Katz2002-12-096-3/+560
|
* handle rescue mode fast-pathing for cdromJeremy Katz2002-12-091-2/+7
|
* handle detached floppies correctlyJeremy Katz2002-12-093-57/+77
| | | | handle update disks from cd or floppy
* fix mikem's problem with dual eepro100s (#79182)Jeremy Katz2002-12-091-2/+3
| | | | | also add deviceCount for scsi adapters so that I can write out the /tmp/scsidisks file eventually
* move hardware functions into their own fileJeremy Katz2002-12-097-180/+227
|
* for sanity's sake..Jeremy Katz2002-12-091-0/+5
|
* normalize keyboard load error, remove unneeded codeMatt Wilson2002-12-092-2/+7
|
* oops, forgot to cvs add theseJeremy Katz2002-12-092-0/+45
|
* loader changes for s/netstg1/netstg2/ and s/hdstg1/hdstg2/Jeremy Katz2002-12-063-5/+5
|
* minor fixups of some outdated comments. properly pass lang and kbd toJeremy Katz2002-12-066-82/+6
| | | | the second stage
* move some declarations into their own headersJeremy Katz2002-12-068-42/+26
|
* dead code removalJeremy Katz2002-12-061-23/+0
|
* pop the window laterJeremy Katz2002-12-061-4/+6
|
* make sure we have some arguments (related to #78986)Jeremy Katz2002-12-041-4/+4
|
* oops, this should work better for loading modules from the second stage ↵Jeremy Katz2002-12-041-1/+1
| | | | moduleball
* slight cleanupMike Fulbright2002-12-041-2/+2
|
* ramfs seems to behave now so switch to using it for storage of netstg/hdstgJeremy Katz2002-12-045-10/+15
|
* need to initialize the pointers, otherwise they have random junk in them ↵Jeremy Katz2002-12-041-2/+3
| | | | which throws off the other logic here
* sort partitionsMike Fulbright2002-12-041-10/+31
|
* we can get our kickstart configs via nfs now. goodie.Jeremy Katz2002-12-043-2/+57
|
* added url, hd, cd methodsMike Fulbright2002-12-041-1/+17
|
* some helpful url to ui and back functionsMike Fulbright2002-12-042-0/+105
|
* ftp and http ks supportMike Fulbright2002-12-041-6/+80
|