summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | floppy probing to find our floppy devices (and therefore include /dev/fd[01] in /dev so they can be probed)
* 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
| | | | and cool things :)
* 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
| | | | add a flag that lets you test all GUI screens even via netboot
* 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
| | | | 2) ramfs is busted -- hacked around it
* 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 ↵Jeremy Katz2001-06-221-7/+15
| | | | different loopbacks
* 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
| | | | | added telnet server support (not turned on) along with support for cramfs'd files in many places
* 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
| | | | to mount root directory.
* start up newt after setting the language to get the header and help line ↵Matt Wilson2001-04-041-1/+1
| | | | translated properly (#34736)
* don't ask about which device to use if the user has used ks=nfs in the ↵Matt Wilson2001-03-271-1/+1
| | | | command line. FL_KICKSTART isn't set until _after_ we set up NFS for this ks.cfg source, so this has to be a special case
* 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 ↵Matt Wilson2001-03-071-0/+6
| | | | subdirectory (cciss, ida, md, i2o), read until the next / to get the actual device (#29567)
* make a copy of driver major/minor types to we don't need modinfo aroundErik Troan2001-03-061-1/+1
| | | | to write out modules.conf
* 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
| | | | are almost, but not quite, like pcmcia.img)
* 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
|
* ignore 'disabled' stuff tooBill Nottingham2001-02-051-1/+2
|