summaryrefslogtreecommitdiffstats
path: root/floppy.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 patcheslaroche2001-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