| Commit message (Expand) | Author | Age | Files | Lines |
* | more return values that aren't worth testing but gcc complains about. | Peter Jones | 2005-03-02 | 1 | -2/+2 |
* | Fix nested case statements in a switch to silence a gcc4 warning. | Chris Lumens | 2005-03-01 | 1 | -5/+10 |
* | 2004-12-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-14 | 1 | -0/+23 |
* | 2004-10-01 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-01 | 1 | -1/+1 |
* | 2004-09-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-29 | 1 | -1/+1 |
* | 2004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-27 | 1 | -2/+2 |
* | fix going back from the partition list on a driver disk (#132096) | Jeremy Katz | 2004-09-13 | 1 | -0/+1 |
* | put pci.ids on the boot images | Bill Nottingham | 2004-09-03 | 1 | -0/+6 |
* | include disks so that we get usb keys. also only show the disk we want | Jeremy Katz | 2004-06-09 | 1 | -5/+15 |
* | changes to allow picking an image off of a device. does't yet include | Jeremy Katz | 2004-06-09 | 1 | -5/+121 |
* | avoid cdrom hack on mainframe | Karsten Hopp | 2004-05-06 | 1 | -0/+2 |
* | use PROBE_LOADED as appropriate (it only really does anything for network | Jeremy Katz | 2004-03-12 | 1 | -4/+4 |
* | lots of probe_all nuking | Jeremy Katz | 2004-03-04 | 1 | -4/+4 |
* | switch to using kudzu's probeDevices() instead of the isys knownDevices | Jeremy Katz | 2003-11-22 | 1 | -51/+28 |
* | handle passing explicitly the fstype for a driver disk correctly (#106425, | Jeremy Katz | 2003-11-03 | 1 | -4/+2 |
* | The floppy shows up both as its usb device (with device == NULL) and the scsi | Jeremy Katz | 2003-10-07 | 1 | -4/+8 |
* | dd from path (from msw, tweaked slightly) | Jeremy Katz | 2003-10-02 | 1 | -2/+9 |
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -3/+11 |
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -3/+6 |
* | handle going back with only one source for a driver disk (#99410) | Jeremy Katz | 2003-07-18 | 1 | -0/+7 |
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -16/+71 |
* | merge from taroon. fixes driver disks, side effect of pulling in new | Jeremy Katz | 2003-06-12 | 1 | -5/+5 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+24 |
* | rest of remount tweaks | Mike Fulbright | 2003-05-01 | 1 | -7/+7 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -0/+1 |
* | mark for translation (#84031) | Jeremy Katz | 2003-02-25 | 1 | -2/+1 |
* | if you only have one device, don't ask which of multiple ones you want to | Jeremy Katz | 2003-02-20 | 1 | -0/+8 |
* | add a way to skip the probe if we're going into loadDriverFromMedia from | Jeremy Katz | 2003-02-18 | 1 | -3/+11 |
* | support bind mounts for upgrade/rescue mode. | Jeremy Katz | 2003-02-18 | 1 | -7/+7 |
* | avoid the ire of the translators | Jeremy Katz | 2003-02-11 | 1 | -1/+2 |
* | actually stat the file so that we have something sane to look at for the | Jeremy Katz | 2003-02-11 | 1 | -0/+1 |
* | driverdisk command returns to kickstart | Jeremy Katz | 2003-02-10 | 1 | -0/+62 |
* | now you can put the contents of a driver disk on an iso9660 fs as well | Jeremy Katz | 2003-02-07 | 1 | -1/+3 |
* | ask if they have a driver disk first (#81600) | Jeremy Katz | 2003-01-29 | 1 | -3/+11 |
* | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+1 |
* | clean up warnings | Jeremy Katz | 2003-01-13 | 1 | -0/+2 |
* | if you get to manual device selectoin and don't have any devices of | Jeremy Katz | 2003-01-03 | 1 | -1/+1 |
* | it helps if we actually set the stage so that we don't keep looping through | Jeremy Katz | 2002-12-18 | 1 | -1/+3 |
* | if it's an invalid driver disk, we need to unmount it | Jeremy Katz | 2002-12-13 | 1 | -0/+1 |
* | string consistency | Bill Nottingham | 2002-12-13 | 1 | -1/+1 |
* | support loading multiple driver disks (#62888) | Jeremy Katz | 2002-12-11 | 1 | -0/+18 |
* | * add a usecancel param for the driver disk dialog so we can use it even if | Jeremy Katz | 2002-12-11 | 1 | -29/+56 |
* | handle detached floppies correctly | Jeremy Katz | 2002-12-09 | 1 | -40/+42 |
* | move hardware functions into their own file | Jeremy Katz | 2002-12-09 | 1 | -4/+1 |
* | ramfs seems to behave now so switch to using it for storage of netstg/hdstg | Jeremy Katz | 2002-12-04 | 1 | -3/+3 |
* | pop the window | Jeremy Katz | 2002-12-03 | 1 | -0/+3 |
* | driver disks should work now, from cds as well as floppies | Jeremy Katz | 2002-12-02 | 1 | -1/+265 |
* | restructuring and clean up of some of the older unused code in the loader. | Jeremy Katz | 2002-11-26 | 1 | -0/+32 |