Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge to HEAD | Jeremy Katz | 2002-07-08 | 1 | -1/+1 |
| | |||||
* | if kudzu suggests a module try to install it even if it isn't in thepre-newcomps | Erik Troan | 2002-06-27 | 1 | -23/+19 |
| | | | | modules-info file | ||||
* | turn on mediacheck for beta period | Mike Fulbright | 2002-06-24 | 1 | -0/+3 |
| | |||||
* | fix segfault on http/ftp kickstarts without a username/password combo (#66537) | Jeremy Katz | 2002-06-19 | 1 | -27/+37 |
| | |||||
* | add askmethod flag so that we can avoid the automatically going to the ↵ | Jeremy Katz | 2002-06-19 | 1 | -3/+6 |
| | | | | detected cd | ||||
* | hopefully fixes the loopback mounted iso ftp/http installs for kickstart ↵ | Jeremy Katz | 2002-06-04 | 1 | -0/+14 |
| | | | | (#65811) | ||||
* | added mechanism to easily pass through boot time arguments that we only care ↵ | Mike Fulbright | 2002-05-24 | 1 | -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 directories | Jeremy Katz | 2002-04-19 | 1 | -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 Katz | 2002-03-07 | 1 | -0/+2 |
| | |||||
* | merge ks=cdrom:/ fix from branch | Jeremy Katz | 2002-03-07 | 1 | -25/+40 |
| | |||||
* | merge to HEAD | Jeremy Katz | 2002-03-05 | 1 | -3/+4 |
| | |||||
* | commit to head also | Jeremy Katz | 2002-03-01 | 1 | -0/+1 |
| | |||||
* | verify that your boot image matches your stage 2 and reboot otherwise, since ↵ | Jeremy Katz | 2002-03-01 | 1 | -0/+37 |
| | | | | anything else is nonsense :) | ||||
* | fix typos and bug #59743 | Mike Fulbright | 2002-02-25 | 1 | -7/+27 |
| | |||||
* | new mediacheck screens and support for enhanced stamp files | Mike Fulbright | 2002-02-22 | 1 | -23/+138 |
| | |||||
* | warn when we don't find any harddrives -- this hasn't been tested (my local | Erik Troan | 2002-02-15 | 1 | -0/+17 |
| | | | | install tree is broken) | ||||
* | do media check on HD and NFS now | Mike Fulbright | 2002-02-08 | 1 | -35/+95 |
| | |||||
* | remove debug messages | Mike Fulbright | 2002-02-06 | 1 | -6/+0 |
| | |||||
* | since we have usb-uhci in kernel now, we shouldnt fail out here. Going to ↵ | Mike Fulbright | 2002-02-05 | 1 | -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 Katz | 2002-02-04 | 1 | -2/+4 |
| | |||||
* | fix mediacheck and CDROM installs to work | Mike Fulbright | 2002-02-04 | 1 | -5/+6 |
| | |||||
* | added support for nfsiso method | Erik Troan | 2002-01-25 | 1 | -37/+84 |
| | |||||
* | add lvm-mod to the loaded module set and add jfs and xfs too while we're at ↵ | Jeremy Katz | 2002-01-25 | 1 | -1/+1 |
| | | | | it (since having non-existent modules isn't fatal) | ||||
* | removed upgradeonly support | Erik Troan | 2002-01-23 | 1 | -2/+0 |
| | |||||
* | disable japanese when running over telnet | Erik Troan | 2002-01-10 | 1 | -1/+4 |
| | |||||
* | 1) don't spawn a shell in telnet mode | Erik Troan | 2002-01-10 | 1 | -46/+32 |
| | | | | 2) set flags to stop spawning shell and usb rather then using #ifdef | ||||
* | use the proper telnet terminal type | Erik Troan | 2002-01-10 | 1 | -2/+4 |
| | |||||
* | more changes for s390, cleaned up a bit | Jeremy Katz | 2002-01-08 | 1 | -8/+32 |
| | |||||
* | merge most of the s/390 loader changes. as with the last batch, an email | Jeremy Katz | 2001-12-27 | 1 | -6/+81 |
| | | | | about these will be coming soon | ||||
* | enabled telnet ability in loader-network | Erik Troan | 2001-12-16 | 1 | -5/+1 |
| | |||||
* | missing updates.img should be silent | Jeremy Katz | 2001-12-10 | 1 | -3/+5 |
| | |||||
* | merge changes from the 7.2 branch for | Jeremy Katz | 2001-12-06 | 1 | -7/+58 |
| | | | | | | * nousbstorage flag * unload usb-storage before loading scsi modules * support for RedHat/base/updates.img | ||||
* | clean up some warnings | Jeremy Katz | 2001-11-29 | 1 | -2/+5 |
| | |||||
* | modules could be loaded if we have a driver disk and are continuing (#56621) | Jeremy Katz | 2001-11-29 | 1 | -1/+3 |
| | |||||
* | re-enable setting the keyboard map for kickstart installs (#56379) | Jeremy Katz | 2001-11-26 | 1 | -0/+2 |
| | |||||
* | removed some unused variables | Erik Troan | 2001-11-25 | 1 | -2/+0 |
| | |||||
* | need to uncompress ramfs.img -- this got lost in the switch from libz | Erik Troan | 2001-11-24 | 1 | -5/+7 |
| | |||||
* | make mediacheck only happen if mediacheck is on boot cmdline | Mike Fulbright | 2001-11-16 | 1 | -1/+4 |
| | |||||
* | added mediacheck | Mike Fulbright | 2001-11-16 | 1 | -2/+116 |
| | |||||
* | changes for dietlibc | Erik Troan | 2001-11-13 | 1 | -14/+17 |
| | |||||
* | 1) cleaned up mlLoadModule/mlLoadModuleSet usage | Erik Troan | 2001-10-17 | 1 | -24/+21 |
| | | | | 2) module arguments should work again | ||||
* | always load vfat right away; it's always available so it saves some time | Erik Troan | 2001-10-17 | 1 | -12/+2 |
| | |||||
* | load all detected modules at once | Erik Troan | 2001-10-17 | 1 | -19/+10 |
| | |||||
* | moved display of scsiWindow() to right around the insmod (makes multiple | Erik Troan | 2001-10-17 | 1 | -3/+0 |
| | | | | module installation cleaner) | ||||
* | kudzu's pciReadDrivers() has somewhat strange semantics. The first time | Erik Troan | 2001-10-16 | 1 | -0/+4 |
| | | | | | | | it's called, it replces the current pci table, even if you've done previous probes (using the "default" driver table). This could change the semantics of loading drivers from the cd image; but if it does those semantics are already being used when we use driver disks. | ||||
* | cleaned up location handling | Erik Troan | 2001-10-12 | 1 | -21/+20 |
| | |||||
* | fix log message when failed to retrieve ks file via http | Mike Fulbright | 2001-10-05 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Erik Troan | 2001-10-03 | 1 | -17/+5 |
| | |||||
* | fix serial rescue mode | Jeremy Katz | 2001-08-31 | 1 | -1/+1 |
| | |||||
* | write out each module to /tmp/modules.conf every time we insert them (MF #52293 | Matt Wilson | 2001-08-23 | 1 | -19/+18 |
| |