| Commit message (Expand) | Author | Age | Files | Lines |
* | Fedora PPC - autopartitioning (#121266) and G5 (#149081) | Paul Nasrat | 2005-02-19 | 1 | -0/+3 |
* | 2005-01-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-01-05 | 1 | -1/+5 |
* | 2004-12-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-20 | 1 | -1/+7 |
* | 2004-10-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-26 | 1 | -3/+6 |
* | - don't traceback with unpartitioned FCP disks on mainframe. Use generic code... | Karsten Hopp | 2004-10-06 | 1 | -1/+1 |
* | 2004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-27 | 1 | -2/+2 |
* | don't traceback if we get a read error on /etc/redhat-release (this was | Jeremy Katz | 2004-08-02 | 1 | -1/+8 |
* | mainframe now have harddisks other than DASD, don't try to run dasdfmt on FCP... | Karsten Hopp | 2004-08-02 | 1 | -8/+9 |
* | Default to mac partition tables on PMac | Paul Nasrat | 2004-07-13 | 1 | -1/+4 |
* | sniff for raid and lvm magic before ext[23]. if you have ext[23] on raid, | Jeremy Katz | 2004-07-12 | 1 | -10/+17 |
* | oops, fix silly syntax error from too much cutting and pasting | Jeremy Katz | 2004-06-29 | 1 | -2/+2 |
* | change this wording around a bit (#99439) | Jeremy Katz | 2004-06-28 | 1 | -8/+13 |
* | - add devicenumber to dialog to be more specific about which dasd is about to... | Karsten Hopp | 2004-06-16 | 1 | -3/+9 |
* | sys.exit -> os._exit in children (from msw) | Jeremy Katz | 2004-05-19 | 1 | -1/+1 |
* | merge anaconda-10_0-branch changes back to HEAD | Jeremy Katz | 2004-05-18 | 1 | -0/+1 |
* | merge some s390 fixes from the rhel3 branch. a cosmetic change and a fix | Jeremy Katz | 2004-05-11 | 1 | -2/+2 |
* | use lvlist() to find lvs to mount for an upgrade instead of grokking /proc | Jeremy Katz | 2003-12-12 | 1 | -28/+20 |
* | remove flushDriveDict as it won't be needed | Jeremy Katz | 2003-11-19 | 1 | -2/+0 |
* | some more xfs/jfs bits based off of patch from | Jeremy Katz | 2003-11-09 | 1 | -5/+8 |
* | merge final batch of taroon changes for taroon GA. | Jeremy Katz | 2003-10-13 | 1 | -7/+33 |
* | allow upgrading Red Hat Linux to Fedora Core | Jeremy Katz | 2003-09-22 | 1 | -1/+2 |
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -2/+2 |
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -5/+12 |
* | close all fds for dasdfmt and refreshDevices afterwards #102096 | harald | 2003-08-12 | 1 | -1/+5 |
* | do complete upgrade checks for raid and lvm too (#99359) | Jeremy Katz | 2003-08-01 | 1 | -9/+14 |
* | fix syntax, causes upgradeany to generally be in affect (#99359) | Bill Nottingham | 2003-07-31 | 1 | -1/+1 |
* | add some debugging to try to find notting's bogon | Jeremy Katz | 2003-07-31 | 1 | -0/+5 |
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -1/+35 |
* | merge from taroon branch. product.img stuff, md can be modular, lots of | Jeremy Katz | 2003-07-16 | 1 | -3/+2 |
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -23/+69 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+3 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -8/+23 |
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -1/+1 |
* | add ntfs native part type to the list of dosPartition types if we're going to... | Jeremy Katz | 2003-01-23 | 1 | -1/+1 |
* | fix here too | Bill Nottingham | 2003-01-16 | 1 | -1/+1 |
* | case sensitivity. yay. | Bill Nottingham | 2003-01-16 | 1 | -1/+1 |
* | enable multiple filesystem checking | Matt Wilson | 2003-01-14 | 1 | -2/+1 |
* | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+1 |
* | handle multiple filesystem signatures - needs parted binding work | Matt Wilson | 2003-01-10 | 1 | -0/+35 |
* | 1) handle an empty /etc/redhat-release | Jeremy Katz | 2003-01-09 | 1 | -4/+11 |
* | spaces to tabs | Matt Wilson | 2003-01-08 | 1 | -3/+3 |
* | make relstr nicer | Mike Fulbright | 2002-12-18 | 1 | -1/+23 |
* | fix message some | Mike Fulbright | 2002-12-17 | 1 | -1/+5 |
* | more parted 1.6.x changes - this should probably be moved to partedUtils.fsTy... | Matt Wilson | 2002-11-22 | 1 | -1/+2 |
* | fix freespace partitioning (#78196) | Matt Wilson | 2002-11-20 | 1 | -1/+1 |
* | nuke more partitionless upgrade code | Jeremy Katz | 2002-11-05 | 1 | -15/+0 |
* | first pass upgrade autodetection. the ui still needs a little work, but it | Jeremy Katz | 2002-11-05 | 1 | -5/+16 |
* | commit bits too, it seems | Matt Wilson | 2002-11-04 | 1 | -4/+6 |
* | use disk_new_fresh | Matt Wilson | 2002-11-04 | 1 | -3/+3 |
* | change to commit | Matt Wilson | 2002-11-04 | 1 | -1/+1 |