summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Collapse)AuthorAgeFilesLines
* let's make this ifdef a tad saner, shall weJeremy Katz2002-09-111-1/+1
|
* some non-controversial bits of sparc. also pulls in updated loader/stubs.cJeremy Katz2002-09-101-1/+1
| | | | which should fix non-diet minilibc build
* merge ia64 changes to HEADJeremy Katz2002-09-091-2/+4
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-0/+4
|
* i broke something real goodMike Fulbright2002-08-271-2/+2
|
* give credit where credit is due; dont use RHupdates if this is not NFS cause ↵Mike Fulbright2002-08-231-2/+17
| | | | it causes problems in other install methods
* pop window if we can't insert firewire moduleJeremy Katz2002-08-231-0/+1
|
* add concept of iso statusMike Fulbright2002-08-231-2/+102
|
* move the newt start to just before we need itJeremy Katz2002-08-221-1/+1
|
* probing/module loading is safe in test mode. also, pop up a window when we ↵Jeremy Katz2002-08-221-2/+8
| | | | do the firewire modload because it's a tad slow and looks like the installer has hung otherwise since you're just sitting at the black screen
* turn off mediacheck by defaultMike Fulbright2002-08-191-1/+1
|
* add a sleep so that the device can register itself. gotta love it...Jeremy Katz2002-08-141-0/+1
|
* this should work with the new kudzuJeremy Katz2002-08-131-0/+6
|
* remove extraneous module loads of nfs -- we load it really early now.Jeremy Katz2002-08-121-8/+42
| | | | | add firewireInitialize to setup firewire. nofirewire to bypass if you have problems
* add logmessages about mediacheck success/failureJeremy Katz2002-08-091-0/+1
|
* always make nfs available if we canJeremy Katz2002-08-091-1/+1
|
* fix message slightlyMike Fulbright2002-08-091-2/+4
|
* add disc id to description stringMike Fulbright2002-08-091-2/+35
|
* we need to do a busprobe before unmounting the pcmciadd from /modules,Jeremy Katz2002-08-071-1/+2
| | | | otherwise, the modules don't get loaded
* we need to use malloc instead of alloca here since we return the valueJeremy Katz2002-08-061-2/+2
|
* remove newline from string we read inMike Fulbright2002-07-261-3/+8
|
* remove unused var and debug bitsJeremy Katz2002-07-241-7/+0
|
* add parallel port modules to stage 2 module ball and load them so that kudzu ↵Jeremy Katz2002-07-241-0/+17
| | | | can automagically try to set up your printer
* we are leetMike Fulbright2002-07-221-1/+2
|
* make less techy soundingMike Fulbright2002-07-171-1/+1
|
* typoMike Fulbright2002-07-171-2/+2
|
* apply pbrown's patch to change disc info files to be .discinfo and have all ↵Jeremy Katz2002-07-121-8/+5
| | | | of the relevant information. this will allow for similar formatting for other product CDs such as the lacd
* merge to HEADJeremy Katz2002-07-081-1/+1
|
* if kudzu suggests a module try to install it even if it isn't in thepre-newcompsErik Troan2002-06-271-23/+19
| | | | modules-info file
* turn on mediacheck for beta periodMike Fulbright2002-06-241-0/+3
|
* fix segfault on http/ftp kickstarts without a username/password combo (#66537)Jeremy Katz2002-06-191-27/+37
|
* add askmethod flag so that we can avoid the automatically going to the ↵Jeremy Katz2002-06-191-3/+6
| | | | detected cd
* hopefully fixes the loopback mounted iso ftp/http installs for kickstart ↵Jeremy Katz2002-06-041-0/+14
| | | | (#65811)
* added mechanism to easily pass through boot time arguments that we only care ↵Mike Fulbright2002-05-241-25/+51
| | | | that the python anaconda script receives, and dont need to know about inside the loader. Much easier - just add to the list of extra args we test for in parseCmdLineFlags(). Moved several options which were in this class from using a LOADER_FLAG_XXX to new mechanism
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-59/+140
| | | | should be fine since I had originally just copied them into hampton from head :)
* don't try to load usb mouse if we don't have a /proc/bus/usb/devices (#60365)Jeremy Katz2002-03-071-0/+2
|
* merge ks=cdrom:/ fix from branchJeremy Katz2002-03-071-25/+40
|
* merge to HEADJeremy Katz2002-03-051-3/+4
|
* commit to head alsoJeremy Katz2002-03-011-0/+1
|
* verify that your boot image matches your stage 2 and reboot otherwise, since ↵Jeremy Katz2002-03-011-0/+37
| | | | anything else is nonsense :)
* fix typos and bug #59743Mike Fulbright2002-02-251-7/+27
|
* new mediacheck screens and support for enhanced stamp filesMike Fulbright2002-02-221-23/+138
|
* warn when we don't find any harddrives -- this hasn't been tested (my localErik Troan2002-02-151-0/+17
| | | | install tree is broken)
* do media check on HD and NFS nowMike Fulbright2002-02-081-35/+95
|
* remove debug messagesMike Fulbright2002-02-061-6/+0
|
* since we have usb-uhci in kernel now, we shouldnt fail out here. Going to ↵Mike Fulbright2002-02-051-1/+3
| | | | try to install module anyways since who knows if it will fall out of a kernel build randomly one day
* hard drive installs are happier now (#59301)Jeremy Katz2002-02-041-2/+4
|
* fix mediacheck and CDROM installs to workMike Fulbright2002-02-041-5/+6
|
* added support for nfsiso methodErik Troan2002-01-251-37/+84
|
* add lvm-mod to the loaded module set and add jfs and xfs too while we're at ↵Jeremy Katz2002-01-251-1/+1
| | | | it (since having non-existent modules isn't fatal)