summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Pegasos machine (dwmw2, #166013).Chris Lumens2005-08-161-2/+6
|
* Use new logging system.Chris Lumens2005-08-121-6/+8
|
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-4/+1
| | | | | * partedUtils.py (DiskSet.getLabels): Look for labels on all fstypes.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-4/+4
| | | | | * partedUtils.py (getRedHatReleaseString): Change to getReleaseString. * upgrade.py (findExistingRoots): Method name change.
* Delete snapshot LVs before their parentsPeter Jones2005-03-281-1/+3
|
* add commaBill Nottingham2005-03-251-1/+1
|
* 2005-03-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-241-0/+1
| | | | | * partedUtils.py (allPartitionTypesDict): Add new Solaris partition label
* Fedora PPC - autopartitioning (#121266) and G5 (#149081)Paul Nasrat2005-02-191-0/+3
|
* 2005-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-051-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 Katz2004-12-201-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 Katz2004-10-261-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 Hopp2004-10-061-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 Katz2004-09-271-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 wasJeremy Katz2004-08-021-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 Hopp2004-08-021-8/+9
| | | | FCP disks. Some indentation cleanup
* Default to mac partition tables on PMacPaul Nasrat2004-07-131-1/+4
|
* sniff for raid and lvm magic before ext[23]. if you have ext[23] on raid,Jeremy Katz2004-07-121-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 pastingJeremy Katz2004-06-291-2/+2
|
* change this wording around a bit (#99439)Jeremy Katz2004-06-281-8/+13
|
* - add devicenumber to dialog to be more specific about which dasd is about ↵Karsten Hopp2004-06-161-3/+9
| | | | to be formatted
* sys.exit -> os._exit in children (from msw)Jeremy Katz2004-05-191-1/+1
|
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-0/+1
|
* merge some s390 fixes from the rhel3 branch. a cosmetic change and a fixJeremy Katz2004-05-111-2/+2
| | | | for finding the properly formatted dasd
* use lvlist() to find lvs to mount for an upgrade instead of grokking /procJeremy Katz2003-12-121-28/+20
|
* remove flushDriveDict as it won't be neededJeremy Katz2003-11-191-2/+0
|
* some more xfs/jfs bits based off of patch fromJeremy Katz2003-11-091-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 Katz2003-10-131-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 CoreJeremy Katz2003-09-221-1/+2
|
* merge from taroonJeremy Katz2003-09-201-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, includingJeremy Katz2003-08-141-5/+12
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* close all fds for dasdfmt and refreshDevices afterwards #102096harald2003-08-121-1/+5
|
* do complete upgrade checks for raid and lvm too (#99359)Jeremy Katz2003-08-011-9/+14
|
* fix syntax, causes upgradeany to generally be in affect (#99359)Bill Nottingham2003-07-311-1/+1
|
* add some debugging to try to find notting's bogonJeremy Katz2003-07-311-0/+5
|
* merge from taroon branch to headJeremy Katz2003-07-311-1/+35
|
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-3/+2
| | | | little things across the board
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-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 stuffJeremy Katz2003-06-061-2/+3
| | | | and cleanups in here too
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-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 andJeremy Katz2003-03-211-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 Katz2003-01-231-1/+1
| | | | to include it as a dos fs for booty's purposes
* fix here tooBill Nottingham2003-01-161-1/+1
|
* case sensitivity. yay.Bill Nottingham2003-01-161-1/+1
|
* enable multiple filesystem checkingMatt Wilson2003-01-141-2/+1
|
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
|
* handle multiple filesystem signatures - needs parted binding workMatt Wilson2003-01-101-0/+35
|
* 1) handle an empty /etc/redhat-releaseJeremy Katz2003-01-091-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 tabsMatt Wilson2003-01-081-3/+3
|
* make relstr nicerMike Fulbright2002-12-181-1/+23
|
* fix message someMike Fulbright2002-12-171-1/+5
|