summaryrefslogtreecommitdiffstats
path: root/loader2/mediacheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-126/+0
|
* Give indication of success or failure for mediacheck (#437577)Jeremy Katz2008-03-161-1/+20
|
* Fix the progress bar during mediacheck (#431138)Jeremy Katz2008-02-071-2/+2
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-7/+21
|
* Use libcheckisomd5 from standalone isomd5sum packageJeremy Katz2007-12-101-380/+17
| | | | | | Switch to using the libcheckisomd5 library from the standalone isomd5sum package. Note that we also now always check and don't differentiate "supported" ISOs any more
* Reworded the media check result dialog to make the result stand out (#174530).David Cantrell2005-12-021-16/+20
|
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-2/+2
| | | | | | | | | | | | | | | | | | | * 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.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-11/+11
| | | | | | 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.
* fix mediacheck calls from installer.Peter Jones2005-04-281-5/+4
|
* add test to see if we get back a bad result from readPeter Jones2005-04-261-0/+5
|
* Sync the two copies of mediacheck up as much as possiblePeter Jones2005-04-261-37/+107
|
* Some arches go one way, some the other. Cast and be sure.Peter Jones2005-03-021-1/+1
|
* All these buffers are used for ascii text; they can be "char *".Peter Jones2005-03-021-6/+6
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-0/+1
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* improve mediacheck failed message as per bug #81285Mike Fulbright2003-01-071-7/+14
|
* support for mediacheckMike Fulbright2002-12-021-0/+370