summaryrefslogtreecommitdiffstats
path: root/floppy.py
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-1/+0
| | | | | | | | | | | | | | | | | | * packages.py: Remove some obsolete code, convert a little bit of copyExtraModules (... which needs to be hooked back up) * gui.py: No longer import rpm * yuminstall.py: Add specspo bits here instead * exception.py (dumpException): Remove grpset code. * instdata.py (InstallData.reset): Likewise. 2006-03-13 Matt Wilson <msw@rpath.com> * dispatch.py: Remove obsolete code. * floppy.py: Likewise. * language.py: Likewise. * upgrade.py: Likewise.
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-111-0/+1
| | | | * floppy.py (hasFloppyDevice): Default return.
* Remove unused floppy device code. Use hasFloppyDevice instead ofChris Lumens2005-10-111-150/+2
| | | | duplicating device counting code.
* Use new logging system.Chris Lumens2005-08-121-8/+10
|
* clean up bootdisk step skipping to be the same for install and upgrade, putJeremy Katz2003-08-271-0/+12
| | | | the common code in floppy.py
* merge to HEADJeremy Katz2003-05-221-2/+2
|
* off by 1024 on the size checking here. oopsJeremy Katz2003-01-031-1/+1
|
* add some verification to ensure that the floppy disk we wrote out hasJeremy Katz2003-01-031-3/+50
| | | | an initrd and kernel of the same size as when we started. if not, yell
* oops, didn't change these to go back to rpm 4.1Jeremy Katz2002-10-081-1/+1
|
* check the size of the kernel and initrd. if it's going to be bigger thanJeremy Katz2002-08-221-5/+43
| | | | a floppy, tell the user that it's not going to fit
* fix speling (#68541)Bill Nottingham2002-07-111-2/+2
|
* add keyaccelMike Fulbright2002-06-191-1/+1
|
* fix for bootdisk issuesMike Fulbright2002-06-121-2/+5
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-101-1/+1
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* put in a cancel button for making a boot floppyMike Fulbright2002-05-311-1/+1
|
* ask user to insert a floppy and give chance to cancelMike Fulbright2002-05-301-2/+6
|
* add message prompting user to insert a floppy to be the boot diskMike Fulbright2002-05-241-2/+8
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-1/+7
| | | | work now, at least in gui. text mode might, though
* fix the implicit returnJeremy Katz2002-02-141-1/+1
|
* fix error messages when writing boot floppy failsMike Fulbright2001-07-251-0/+8
|
* support of usb storage from the boot disks. also, use nifty new kudzuJeremy Katz2001-07-241-55/+18
| | | | | floppy probing to find our floppy devices (and therefore include /dev/fd[01] in /dev so they can be probed)
* add s390/s390x patchesr0-9-1laroche2001-07-201-0/+2
|
* more pychecker fixupsMatt Wilson2001-06-231-4/+4
|
* remove duplicate importMatt Wilson2001-06-231-3/+2
|
* copyrightMatt Wilson2001-06-221-0/+15
|
* another importJeremy Katz2001-06-211-0/+1
|
* added some missing importsErik Troan2001-06-211-0/+2
|
* get floppy code working againErik Troan2001-06-211-0/+100