Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up bootdisk step skipping to be the same for install and upgrade, put | Jeremy Katz | 2003-08-27 | 1 | -0/+12 |
| | | | | the common code in floppy.py | ||||
* | merge to HEAD | Jeremy Katz | 2003-05-22 | 1 | -2/+2 |
| | |||||
* | off by 1024 on the size checking here. oops | Jeremy Katz | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | add some verification to ensure that the floppy disk we wrote out has | Jeremy Katz | 2003-01-03 | 1 | -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.1 | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | check the size of the kernel and initrd. if it's going to be bigger than | Jeremy Katz | 2002-08-22 | 1 | -5/+43 |
| | | | | a floppy, tell the user that it's not going to fit | ||||
* | fix speling (#68541) | Bill Nottingham | 2002-07-11 | 1 | -2/+2 |
| | |||||
* | add keyaccel | Mike Fulbright | 2002-06-19 | 1 | -1/+1 |
| | |||||
* | fix for bootdisk issues | Mike Fulbright | 2002-06-12 | 1 | -2/+5 |
| | |||||
* | the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵ | Jeremy Katz | 2002-06-10 | 1 | -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 floppy | Mike Fulbright | 2002-05-31 | 1 | -1/+1 |
| | |||||
* | ask user to insert a floppy and give chance to cancel | Mike Fulbright | 2002-05-30 | 1 | -2/+6 |
| | |||||
* | add message prompting user to insert a floppy to be the boot disk | Mike Fulbright | 2002-05-24 | 1 | -2/+8 |
| | |||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+2 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | our own translate.py | ||||
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -1/+7 |
| | | | | work now, at least in gui. text mode might, though | ||||
* | fix the implicit return | Jeremy Katz | 2002-02-14 | 1 | -1/+1 |
| | |||||
* | fix error messages when writing boot floppy fails | Mike Fulbright | 2001-07-25 | 1 | -0/+8 |
| | |||||
* | support of usb storage from the boot disks. also, use nifty new kudzu | Jeremy Katz | 2001-07-24 | 1 | -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 patches | laroche | 2001-07-20 | 1 | -0/+2 |
| | |||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -4/+4 |
| | |||||
* | remove duplicate import | Matt Wilson | 2001-06-23 | 1 | -3/+2 |
| | |||||
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+15 |
| | |||||
* | another import | Jeremy Katz | 2001-06-21 | 1 | -0/+1 |
| | |||||
* | added some missing imports | Erik Troan | 2001-06-21 | 1 | -0/+2 |
| | |||||
* | get floppy code working again | Erik Troan | 2001-06-21 | 1 | -0/+100 |