summaryrefslogtreecommitdiffstats
path: root/loader2/driverdisk.c
Commit message (Collapse)AuthorAgeFilesLines
* more return values that aren't worth testing but gcc complains about.Peter Jones2005-03-021-2/+2
|
* Fix nested case statements in a switch to silence a gcc4 warning.Chris Lumens2005-03-011-5/+10
|
* 2004-12-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-141-0/+23
| | | | | | * loader2/driverdisk.c (useKickstartDD): Add support for biosdev in driverdisk directive. Patch basically from Rez Kabir AT dell (#142738)
* 2004-10-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-011-1/+1
| | | | * loader2/driverdisk.c: Another uninitialized variable (#133996)
* 2004-09-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-291-1/+1
| | | | * loader2/driverdisk.c: Fix hang with driver disks (#131112, #122952)
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-2/+2
| | | | | | | * loader2/driverdisk.c: Don't try to mount as ext3 (we don't have the module). If we haven't mounted a partition, don't fail the driver disk load (#133036)
* fix going back from the partition list on a driver disk (#132096)Jeremy Katz2004-09-131-0/+1
|
* put pci.ids on the boot imagesBill Nottingham2004-09-031-0/+6
| | | | allow pci.ids and modules.pcimap on driver disks
* include disks so that we get usb keys. also only show the disk we wantJeremy Katz2004-06-091-5/+15
| | | | and a few other little cosmetic things
* changes to allow picking an image off of a device. does't yet includeJeremy Katz2004-06-091-5/+121
| | | | disk-like devices (think usb key) in the list yet
* avoid cdrom hack on mainframeKarsten Hopp2004-05-061-0/+2
|
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-4/+4
| | | | cards right now, but it could be relevant for other probes in the future)
* lots of probe_all nukingJeremy Katz2004-03-041-4/+4
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-51/+28
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* handle passing explicitly the fstype for a driver disk correctly (#106425,Jeremy Katz2003-11-031-4/+2
| | | | from Nate Faerber <nfaerber@penguincomputing.com>)
* The floppy shows up both as its usb device (with device == NULL) and the scsiJeremy Katz2003-10-071-4/+8
| | | | | | | | | | | device (#106492) Changes: 1) Don't probe BUS_UNSPEC, do explicit IDE | SCSI | MISC. Use for both floppy and cd which reverts to old behavior + probing misc for cd (and thus catch viocd) 2) Make sure that device exists before adding to the list so something like this can't cause a problem in the future.
* dd from path (from msw, tweaked slightly)Jeremy Katz2003-10-021-2/+9
|
* merge from taroonJeremy Katz2003-09-201-3/+11
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-3/+6
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* handle going back with only one source for a driver disk (#99410)Jeremy Katz2003-07-181-0/+7
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-16/+71
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* merge from taroon. fixes driver disks, side effect of pulling in newanaconda-9.0.92-1Jeremy Katz2003-06-121-5/+5
| | | | buildinstall stuff
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-2/+24
| | | | and cleanups in here too
* rest of remount tweaksMike Fulbright2003-05-011-7/+7
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+1
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* mark for translation (#84031)Jeremy Katz2003-02-251-2/+1
|
* if you only have one device, don't ask which of multiple ones you want toJeremy Katz2003-02-201-0/+8
| | | | | use for a driver disk/update disk. noticed by mkj and mikem almost simultaneously.
* add a way to skip the probe if we're going into loadDriverFromMedia fromJeremy Katz2003-02-181-3/+11
| | | | chooseManualDevice. fixes #83422
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-7/+7
| | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader
* avoid the ire of the translatorsJeremy Katz2003-02-111-1/+2
|
* actually stat the file so that we have something sane to look at for theJeremy Katz2003-02-111-0/+1
| | | | size (part of #80047 still not working)
* driverdisk command returns to kickstartJeremy Katz2003-02-101-0/+62
|
* now you can put the contents of a driver disk on an iso9660 fs as wellJeremy Katz2003-02-071-1/+3
|
* ask if they have a driver disk first (#81600)Jeremy Katz2003-01-291-3/+11
|
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
|
* clean up warningsJeremy Katz2003-01-131-0/+2
|
* if you get to manual device selectoin and don't have any devices ofJeremy Katz2003-01-031-1/+1
| | | | | | | the required type, we now ask if you want to load a driver disk. (#80222) also fix the load driver from driver disk action for the manual driver selection screen
* it helps if we actually set the stage so that we don't keep looping throughJeremy Katz2002-12-181-1/+3
| | | | here
* if it's an invalid driver disk, we need to unmount itJeremy Katz2002-12-131-0/+1
|
* string consistencyBill Nottingham2002-12-131-1/+1
|
* support loading multiple driver disks (#62888)Jeremy Katz2002-12-111-0/+18
|
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-29/+56
| | | | | | | back doesn't make any sense * make sure we got new drivers that we care about from the driver disk * manual driver selection and loading (with arbitrary args) * lots of stuff to get noprobe mostly working
* handle detached floppies correctlyJeremy Katz2002-12-091-40/+42
| | | | handle update disks from cd or floppy
* move hardware functions into their own fileJeremy Katz2002-12-091-4/+1
|
* ramfs seems to behave now so switch to using it for storage of netstg/hdstgJeremy Katz2002-12-041-3/+3
|
* pop the windowJeremy Katz2002-12-031-0/+3
|
* driver disks should work now, from cds as well as floppiesJeremy Katz2002-12-021-1/+265
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+32
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd