summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
* write out each module to /tmp/modules.conf every time we insert them (MF #52293Matt Wilson2001-08-231-19/+18
* Change all Ok to OKMike Fulbright2001-08-101-18/+18
* checking for non-executable files with X_OK... WHAT?Jeremy Katz2001-08-091-5/+5
* missed oneMatt Wilson2001-07-241-1/+1
* support of usb storage from the boot disks. also, use nifty new kudzuJeremy Katz2001-07-241-24/+21
* kill unneeded debug messageJeremy Katz2001-07-221-2/+0
* grab kickstart configs via http. this allows for some really sick, twisted,Jeremy Katz2001-07-221-0/+96
* retry NFS mounts in kickstartMatt Wilson2001-07-201-1/+9
* add s390/s390x patchesr0-9-1laroche2001-07-201-0/+7
* this length is obviously wrong.Matt Wilson2001-07-191-1/+1
* a few more s/Ok/OK/Matt Wilson2001-07-121-2/+4
* kill last of OK's in favor of Ok'sMike Fulbright2001-07-121-18/+18
* change default to dynamicMatt Wilson2001-07-101-1/+3
* we still need to load cramfs as module on ia64Jeremy Katz2001-07-101-1/+1
* support ftp installs from mounted isosErik Troan2001-06-291-4/+28
* 1) cramfs and ramfs aren't modular anymoreErik Troan2001-06-281-4/+40
* don't open loopback devices twiceErik Troan2001-06-251-4/+1
* don't use the same loop device more than once; use different file names for d...Jeremy Katz2001-06-221-7/+15
* reiserfs supportMatt Wilson2001-06-211-0/+1
* revert S390 changesKarsten Hopp2001-06-201-6/+0
* patches for s390Karsten Hopp2001-06-201-0/+6
* merge loader changes from branchesMatt Wilson2001-06-201-1/+1
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-139/+61
* restore message to original wordingMike Fulbright2001-04-181-1/+1
* reverted ram messagebfox2001-04-171-3/+1
* implement RFE bug #35984 - specify minimum ram amountbfox2001-04-161-2/+2
* change string to make this message the same as in the anaconda scriptbfox2001-04-121-2/+2
* tell the user how much RAM they need to complete installbfox2001-04-121-1/+3
* allow use of 'nomount' commandline option to prevent rescue mode from trying ...Mike Fulbright2001-04-041-0/+4
* start up newt after setting the language to get the header and help line tran...Matt Wilson2001-04-041-1/+1
* don't ask about which device to use if the user has used ks=nfs in the comman...Matt Wilson2001-03-271-1/+1
* load cramfs and mount stage2 via cramfs (for Alpha -- we need disk space!Matt Wilson2001-03-191-3/+8
* strip off /dev/ from partition names in kickstartErik Troan2001-03-161-0/+3
* try each type of filesystem instead of looking at the typeMatt Wilson2001-03-071-47/+12
* more fixing for hard drive kickstartsMatt Wilson2001-03-071-1/+5
* if the hard drive ks device is one of the devices that has it's own subdirect...Matt Wilson2001-03-071-0/+6
* make a copy of driver major/minor types to we don't need modinfo aroundErik Troan2001-03-061-1/+1
* fix for bug 27933Mike Fulbright2001-03-011-1/+1
* reverted to anaconda reprobing for the pcicErik Troan2001-02-271-5/+0
* expert mode no longer implies NOPROBEErik Troan2001-02-271-2/+1
* look for RHupdates/anacondaErik Troan2001-02-221-15/+16
* rejiggered install method menu creation to work better for cdboots (whichErik Troan2001-02-221-8/+13
* oops, bad umount()Erik Troan2001-02-201-1/+1
* fix lang passing from loader to anaconda for nfs installsMatt Wilson2001-02-141-0/+1
* don't pass --lang if lang= was passed on kernel cmdlineMatt Wilson2001-02-121-1/+4
* typoMike Fulbright2001-02-121-1/+1
* Added option for nofbbfox2001-02-091-0/+4
* look for /mnt/source/RHupdatesErik Troan2001-02-081-5/+5
* added checkForRam()Erik Troan2001-02-061-55/+67
* needed to ++ after setting --overhead parameterErik Troan2001-02-061-0/+1