summaryrefslogtreecommitdiffstats
path: root/loader/mediacheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-1/+1
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* Make checksum error message user-friendlier (#578151)Radek Vykydal2010-03-311-2/+2
|
* Add new return code check for isomd5sum's mediaCheckFile (#578160).Radek Vykydal2010-03-301-0/+4
| | | | Related to #576251.
* Use symbolic constants of libcheckisomd5 (#555107)Radek Vykydal2010-03-301-3/+3
|
* Adapt for libcheckisomd5 callback abi change (#555107)Radek Vykydal2010-03-301-1/+1
|
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+2
| | | | | | This is in preparation to use logging from imount.c. We don't want a dependency of isys on loader, instead move logging code into isys and change loader sources to use the log.h header in isys.
* Edit user-visible dialogs for style.Peter Jones2009-07-131-2/+2
| | | | | We have lots of strings that we display to users which are unclear or contain poor usage and grammar. That's bad.
* Fix the damn spinner in the progress bar.Peter Jones2008-10-231-18/+2
| | | | | It spins backwards, overruns the buffer constantly, and worst of all, there are two of it. No more, I say!
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+126
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-370/+0
|
* check return codes like a good boyMike Fulbright2002-08-281-1/+3
|
* add concept of iso status bitMike Fulbright2002-08-231-21/+29
|
* add logmessages about mediacheck success/failureJeremy Katz2002-08-091-3/+7
|
* use new header for implanted CDsMike Fulbright2002-08-081-19/+72
|
* actually wanted no space thereMike Fulbright2002-07-261-1/+1
|
* remove newline from string we read inMike Fulbright2002-07-261-1/+1
|
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-1/+1
| | | | should be fine since I had originally just copied them into hampton from head :)
* new mediacheck screens and support for enhanced stamp filesMike Fulbright2002-02-221-16/+35
|
* improve message you get when no checksum readMike Fulbright2002-02-081-1/+4
|
* fix mediacheck and CDROM installs to workMike Fulbright2002-02-041-2/+2
|
* 1) removed some compiler warningsErik Troan2001-11-241-16/+5
| | | | 2) shortened tick code (untested)
* added mediacheckMike Fulbright2001-11-161-7/+59
|
* adding these so I can version control them, will not touch existing code ↵Mike Fulbright2001-11-021-0/+240
until ewt has diet stuff landed