summaryrefslogtreecommitdiffstats
path: root/loader2/driverdisk.c
Commit message (Collapse)AuthorAgeFilesLines
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-4/+6
|
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
|
* More build fixes.Chris Lumens2007-06-221-3/+3
|
* - add a firmware loaderPeter Jones2007-06-221-16/+22
|
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-191-1/+10
|
* Use copyDirectory to support the new style of driver disk layouts.Chris Lumens2007-06-191-16/+3
|
* 2006-09-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-141-3/+7
| | | | | * loader2/driverdisk.c: Better checking for what driver disks really need now and erroring appropriately (#195899)
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-34/+31
| | | | to it) all over the place.
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-3/+3
| | | | | | | | | | | | | | | | | | | * loader2/driverdisk.c: Clean up log levels. * loader2/firewire.c: Likewise. * loader2/hardware.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/lang.c: Likewise. * loader2/loader.c: Likewise. * loader2/log.h: Likewise. * loader2/mediacheck.c: Likewise. * loader2/method.c: Likewise. * loader2/modstubs.c: Likewise. * loader2/modules.c: Likewise. * loader2/net.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/urls.c: Likewise. * loader2/usb.c: Likewise.
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-11/+11
| | | | | | | | | | | | | | | | * isys/imount.c (doPwMount): Make arguments for doPwMount simpler. Use a bitmask of flags and pass extra data like mount(2). Use flags for nfs and pass arguments onto nfsmount(). Kill some dead code. * isys/imount.c (doPwMount): Update prototype, add constants. * isys/isys.c (doMount): Update for new API. * loader2/cdinstall.c: Likewise. * loader2/driverdisk.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/loader.c: Likewise. * loader2/method.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/usb.c: Likewise.
* Pass the right file name to pciReadDriversBill Nottingham2005-09-091-1/+1
|
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-19/+19
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* 2005-07-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-291-5/+1
| | | | | * loader2/driverdisk.c (loadDriverFromMedia): Apply patch from Akinobu Mita <mita@miraclelinux.com> to fix dd off of sda1:/dd.img
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-4/+4
| | | | | | | | | | | | | | | * Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c loader2/init.c loader2/kickstart.c loader2/loader.c loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c loader2/net.c loader2/nfsinstall.c loader2/telnet.c loader2/undomounts.c loader2/urlinstall.c utils/Makefile utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags in one place (Makefile.inc) and use a consistent set everywhere. Fix up some of the compile warnings this uncovered. Also fix a few more things that -Wextra turned up.
* 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 newJeremy 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
|