Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | don't fail over missing modules | Erik Troan | 2001-10-17 | 1 | -7/+8 | |
| | ||||||
* | 1) cleaned up mlLoadModule/mlLoadModuleSet usage | Erik Troan | 2001-10-17 | 4 | -40/+54 | |
| | | | | 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 | 2 | -18/+5 | |
| | ||||||
* | export startNewt() | Erik Troan | 2001-10-17 | 1 | -0/+1 | |
| | ||||||
* | don't give up after one module insertion fails | Erik Troan | 2001-10-17 | 1 | -1/+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 | 3 | -8/+12 | |
| | | | | module installation cleaner) | |||||
* | scsiWindow() should take a const char * | Erik Troan | 2001-10-17 | 2 | -2/+2 | |
| | ||||||
* | removed extraneous comment | Erik Troan | 2001-10-17 | 1 | -1/+0 | |
| | ||||||
* | added some debug output | Erik Troan | 2001-10-17 | 1 | -1/+5 | |
| | ||||||
* | 1) some bug fixes to new multiple-module load code | Erik Troan | 2001-10-17 | 1 | -8/+12 | |
| | | | | 2) streamlined debug output | |||||
* | 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. | |||||
* | remove unused files | Matt Wilson | 2001-10-16 | 15 | -3231/+0 | |
| | ||||||
* | tweak paths | Matt Wilson | 2001-10-16 | 1 | -1/+1 | |
| | ||||||
* | move map file here | Matt Wilson | 2001-10-16 | 1 | -0/+0 | |
| | ||||||
* | merge anaconda-gtk-2-0-branch to HEAD | Matt Wilson | 2001-10-16 | 43 | -1550/+2192 | |
| | ||||||
* | cleaned up location handling | Erik Troan | 2001-10-12 | 5 | -40/+40 | |
| | ||||||
* | don't free paths when drivers fail to load | Erik Troan | 2001-10-12 | 1 | -11/+0 | |
| | ||||||
* | changed extractModule stub to extractModules() | Erik Troan | 2001-10-09 | 1 | -1/+1 | |
| | ||||||
* | merge fix for #54274 from 7-2-branch | Jeremy Katz | 2001-10-05 | 1 | -2/+3 | |
| | ||||||
* | fix log message when failed to retrieve ks file via http | Mike Fulbright | 2001-10-05 | 1 | -1/+1 | |
| | ||||||
* | reverted inadvertant commit | Erik Troan | 2001-10-04 | 1 | -74/+16 | |
| | ||||||
* | get pcitable right, work for non 2.4.2 kernels | Erik Troan | 2001-10-04 | 2 | -20/+83 | |
| | ||||||
* | driver disks should work, minor syntax cleanups | Erik Troan | 2001-10-04 | 2 | -6/+11 | |
| | ||||||
* | restrict the application of module arguments | Erik Troan | 2001-10-04 | 1 | -2/+5 | |
| | ||||||
* | merge fix from 7-2-branch | Jeremy Katz | 2001-10-04 | 2 | -2/+2 | |
| | ||||||
* | make cleardrive accept multiple drives properly (#54293) | Jeremy Katz | 2001-10-04 | 1 | -3/+3 | |
| | ||||||
* | export myCpioFileMapCmp | Erik Troan | 2001-10-03 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Erik Troan | 2001-10-03 | 9 | -98/+305 | |
| | ||||||
* | add keyboard accelerators for opening and closing online help window. ↵ | bfox | 2001-09-28 | 1 | -0/+4 | |
| | | | | Resolves RFE #12173 | |||||
* | merge fix from 7-2-branch | Jeremy Katz | 2001-09-26 | 1 | -1/+1 | |
| | ||||||
* | fix from 7-2-branch (#54030) | Jeremy Katz | 2001-09-26 | 1 | -1/+5 | |
| | ||||||
* | remove 8 char limit on usernames. Resolves bug 27011help | bfox | 2001-09-21 | 2 | -7/+4 | |
| | ||||||
* | remove 8 char limit on usernames. Resolves bug #27011 | bfox | 2001-09-21 | 1 | -2/+3 | |
| | ||||||
* | merge fix from 7-2-branch | Jeremy Katz | 2001-09-21 | 1 | -1/+1 | |
| | ||||||
* | use max of 16 dirents for root dir of boot floppy to save space | Jeremy Katz | 2001-09-20 | 1 | -1/+1 | |
| | ||||||
* | Add a reset button to mouse window and remove None-None from the list. ↵ | bfox | 2001-09-20 | 2 | -22/+36 | |
| | | | | Resolves bug #26769 | |||||
* | use 'user name' instead of 'userid'. Resolves bug 52786 | bfox | 2001-09-19 | 1 | -15/+15 | |
| | ||||||
* | add forwarding on <Enter> press to userWin | bfox | 2001-09-19 | 1 | -1/+6 | |
| | ||||||
* | fix typo | Matt Wilson | 2001-09-19 | 1 | -1/+1 | |
| | ||||||
* | merge from 7-2-branchanaconda-gtk-2-0-base | Jeremy Katz | 2001-09-18 | 1 | -0/+1 | |
| | ||||||
* | merge changes from 7-2-branch | Jeremy Katz | 2001-09-18 | 3 | -7/+27 | |
| | ||||||
* | don't require a size specification with a --onpart, *sigh* (#53759) | Jeremy Katz | 2001-09-18 | 1 | -1/+1 | |
| | ||||||
* | don't allow system users in the user add screen | bfox | 2001-09-13 | 2 | -1/+20 | |
| | ||||||
* | show translated (#53506) | Jeremy Katz | 2001-09-12 | 1 | -1/+1 | |
| | ||||||
* | fall back to english | Matt Wilson | 2001-09-10 | 1 | -2/+4 | |
| | ||||||
* | fix notting's spot of bad message when trying to load japanese if we don't ↵ | Matt Wilson | 2001-09-10 | 1 | -5/+8 | |
| | | | | have kon | |||||
* | disable things which are not explicitly enabled for authconfig (should fix ↵ | nalin | 2001-09-10 | 1 | -0/+18 | |
| | | | | reconfig mode) | |||||
* | fix grammar | nalin | 2001-09-10 | 1 | -1/+1 | |
| | ||||||
* | merge fix from 7-2-branch | Jeremy Katz | 2001-09-09 | 1 | -1/+4 | |
| |