Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Pegasos machine (dwmw2, #166013). | Chris Lumens | 2005-08-16 | 1 | -2/+6 |
| | |||||
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -6/+8 |
| | |||||
* | 2005-05-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-05-23 | 1 | -4/+1 |
| | | | | | * partedUtils.py (DiskSet.getLabels): Look for labels on all fstypes. | ||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -4/+4 |
| | | | | | * partedUtils.py (getRedHatReleaseString): Change to getReleaseString. * upgrade.py (findExistingRoots): Method name change. | ||||
* | Delete snapshot LVs before their parents | Peter Jones | 2005-03-28 | 1 | -1/+3 |
| | |||||
* | add comma | Bill Nottingham | 2005-03-25 | 1 | -1/+1 |
| | |||||
* | 2005-03-24 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-24 | 1 | -0/+1 |
| | | | | | * partedUtils.py (allPartitionTypesDict): Add new Solaris partition label | ||||
* | 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 |
| | | | | | | | * partedUtils.py (getDefaultDiskType): the default disk type on s390 should be dasd, but we can't format those with parted and if we get here, we're formatting an fcp disk which should be msdos (#144199) | ||||
* | 2004-12-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-20 | 1 | -1/+7 |
| | | | | | | | | | * command-stubs/mknod-stub (main): Add * partedUtils.py (get_partition_name): * iutil.py (makeDriveDeviceNodes): * fsset.py (prepbootFileSystem.getDiskPart): Promise SX8 devices are of the form /dev/sx8/dpn; support this as needed. | ||||
* | 2004-10-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-26 | 1 | -3/+6 |
| | | | | | * partedUtils.py (DiskSet.openDevices): Don't die if we don't have an intf set up yet (#130123, #137239) | ||||
* | - don't traceback with unpartitioned FCP disks on mainframe. Use generic ↵ | Karsten Hopp | 2004-10-06 | 1 | -1/+1 |
| | | | | | | | | | | codepath for SCSI disks instead of DASD stuff: -> self.openDevices(intf, initAll, zeroMbr, clearDevs) > /usr/src/build/465024-s390x/install/usr/lib/anaconda/partedUtils.py(884)openDevices() -> format = drive + " (" + devs[drive] + ")" KeyError: 'sdc' | ||||
* | 2004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-27 | 1 | -2/+2 |
| | | | | | * partedUtils.py (sniffFilesystemType): Don't accept version 0 swaps as swap | ||||
* | don't traceback if we get a read error on /etc/redhat-release (this was | Jeremy Katz | 2004-08-02 | 1 | -1/+8 |
| | | | | reported in bugzilla, but I don't remember the bug #) | ||||
* | mainframe now have harddisks other than DASD, don't try to run dasdfmt on ↵ | Karsten Hopp | 2004-08-02 | 1 | -8/+9 |
| | | | | FCP disks. Some indentation cleanup | ||||
* | 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 |
| | | | | | | then the magic is going to (potentially) be on the component devs. add sniffing for lvm2 magic based on code in the lvm tools | ||||
* | 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 ↵ | Karsten Hopp | 2004-06-16 | 1 | -3/+9 |
| | | | | to be formatted | ||||
* | 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 |
| | | | | for finding the properly formatted dasd | ||||
* | 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 |
| | | | | | Ajay Ramaswamy <xfs@ramaswamy.net>. this adds support for xfs labels and for sniffing jfs in a couple of places | ||||
* | merge final batch of taroon changes for taroon GA. | Jeremy Katz | 2003-10-13 | 1 | -7/+33 |
| | | | | | | | * s390 z/vm format (actually, left the non-useful part of this out and left the if 0 until we have the right fix) * fix initlabel for s390 * ld_library_path for tty2 shell on lib64 arches | ||||
* | 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 |
| | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -5/+12 |
| | | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen | ||||
* | 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 |
| | | | | little things across the board | ||||
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -23/+69 |
| | | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting | ||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+3 |
| | | | | and cleanups in here too | ||||
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -8/+23 |
| | | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups. | ||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -1/+1 |
| | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
* | add ntfs native part type to the list of dosPartition types if we're going ↵ | Jeremy Katz | 2003-01-23 | 1 | -1/+1 |
| | | | | to include it as a dos fs for booty's purposes | ||||
* | 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 |
| | | | | | 2) make it so you have to boot with 'linux upgradeany' to use any random linux partition that has a fstab | ||||
* | 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 |
| |