summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* more parted 1.6.x changes - this should probably be moved to ↵Matt Wilson2002-11-221-1/+2
| | | | partedUtils.fsTypeIsFAT() or something
* fix freespace partitioning (#78196)Matt Wilson2002-11-201-1/+1
|
* nuke more partitionless upgrade codeJeremy Katz2002-11-051-15/+0
|
* first pass upgrade autodetection. the ui still needs a little work, but itJeremy Katz2002-11-051-5/+16
| | | | seems to work reasonably well.
* commit bits too, it seemsMatt Wilson2002-11-041-4/+6
|
* use disk_new_freshMatt Wilson2002-11-041-3/+3
|
* change to commitMatt Wilson2002-11-041-1/+1
|
* port to parted 1.6.xafter-parted-1-6-changesMatt Wilson2002-11-011-13/+13
|
* some non-controversial bits of sparc. also pulls in updated loader/stubs.cJeremy Katz2002-09-101-0/+3
| | | | which should fix non-diet minilibc build
* merge alpha changes from 7.2-alphaJeremy Katz2002-09-101-0/+3
| | | | | | | | didn't merge the following: * weird handling of /boot and the beginning of the disk. if we do alpha again, we need to do this in some sort of maintainable fashion * some of the weird stuff with adding a single user target in the boot loader config and the like
* pass down drives from clearpart so that we only init the drives you list for ↵Jeremy Katz2002-08-021-4/+7
| | | | doing a clearpart on (#64160)
* handle strange error with raidMike Fulbright2002-07-231-0/+7
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-3/+3
|
* we can't stop raid until after we've looked for lvm root partsJeremy Katz2002-06-211-2/+3
|
* pychecker is my friendanaconda-s390-tag4Jeremy Katz2002-06-121-2/+2
|
* only try to unmount if we find a fs typeJeremy Katz2002-06-101-6/+12
|
* rescue mode/upgrades don't actually work with lvm, yet, but this is the ↵Jeremy Katz2002-06-091-2/+28
| | | | start. fsset.py's readFstab() still needs work
* add sniffFilesystemType functionJeremy Katz2002-06-071-1/+59
|
* need to import thisJeremy Katz2002-05-291-0/+1
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|