summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
Commit message (Collapse)AuthorAgeFilesLines
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-4/+3
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-4/+26
| | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night
* fix for bug 53367Mike Fulbright2001-09-071-1/+1
|
* raidcounter needs to be bumped in the loop in text mode (52807)Jeremy Katz2001-08-291-0/+1
|
* fix up matt partitioning by making the new ones identify themselves properly ↵Jeremy Katz2001-08-151-0/+2
| | | | (51820)
* s/Raid/RAID/ (#49669Matt Wilson2001-08-141-1/+1
|
* restoring the backup copy doesn't work...Jeremy Katz2001-08-141-20/+24
| | | | | | | | | | | if processPartitioning fails, we need to remove the request we just added from the request list and, if this isn't a "new new" request, add the old one back in. this also brings in clearer semantics for a request being new as opposed to relying on checking the combination of origrequest.device and origrequest.type fixes 51730 and should also fix a few other places where we get devices of None (eg 51667, 50905, 50858, and possibly others)
* dialog for partitions of type 0x82 which don't look like swap... mostlyJeremy Katz2001-08-141-0/+2
| | | | useful in the case of people using fdisk (relates to 51349, 51637)
* if the partition isn't mountable, reset the mountpoint to be NoneJeremy Katz2001-08-131-0/+2
|
* now we can set mountpoints for protected partitions. the gui actuallyJeremy Katz2001-08-131-7/+10
| | | | already had all the right magic (51393)
* Change all Ok to OKMike Fulbright2001-08-101-1/+1
|
* i18n fixesMike Fulbright2001-08-081-6/+6
|
* fix for bug 51040Mike Fulbright2001-08-071-6/+7
|
* check that the current fs is supported before actually making it the current ↵Jeremy Katz2001-08-071-2/+3
| | | | selection (50869)
* already importedJeremy Katz2001-08-061-1/+0
|
* strings here...Jeremy Katz2001-08-061-1/+2
|
* do some sanity checking on text inputs which should be integers (50998, 51006)Jeremy Katz2001-08-061-23/+36
|
* sort list of drivesMike Fulbright2001-08-021-0/+1
|
* sort drives before putting in drive listMike Fulbright2001-08-011-0/+1
|
* prompt the user if they click the RAID button and less than two software ↵bfox2001-08-011-0/+12
| | | | RAID partitions currently exist
* newt gets confused if you set a label more than once before running the ↵Jeremy Katz2001-08-011-10/+16
| | | | dialog (50332)
* ignore RAID on RAIDMike Fulbright2001-07-311-2/+8
|
* move warning about formatting preexisting partitions to when they leave the ↵Mike Fulbright2001-07-311-4/+11
| | | | partitioning screen. Hopefully will make it less annoying.
* Set filesystem type based on user input or bad things happenMike Fulbright2001-07-251-1/+3
|
* stop people from doing something silly like blank entriesJeremy Katz2001-07-251-0/+29
|
* sanity checks for sizes need to actually look at the partition sinceJeremy Katz2001-07-231-1/+1
| | | | we could be a growable partition. so, now we need the diskset here too
* consistent capitalization (49669)Jeremy Katz2001-07-231-1/+1
|
* give warnings and errors for partitions using sanity checking functionJeremy Katz2001-07-221-0/+9
| | | | | | previously committed and being used for kickstart. errors are fatal and must be corrected. warnings give you a choice as to whether you wish to continue without making changes
* grammar fixJeremy Katz2001-07-221-1/+1
|
* set the default to format to for a preexisting if it's not one we can formatJeremy Katz2001-07-201-0/+2
|
* add s390/s390x patchesr0-9-1laroche2001-07-201-0/+6
|
* fix migrate GUI dialog and make check for whether to warn on not formatting ↵Mike Fulbright2001-07-201-1/+1
| | | | system directory work right
* yeah now print out a partition type name instead of foreignMike Fulbright2001-07-191-1/+7
|
* fix behavior so we warn user if they are using a preexisting as a system ↵Mike Fulbright2001-07-191-1/+5
| | | | directory and NOT formatting, as well as if they are formatting a preexsting, since it will destroy the data
* report preexisting disk label for existing filesystems (which have one) so ↵Mike Fulbright2001-07-191-7/+17
| | | | user knows how things were previously mounted
* fix for bug 49200Mike Fulbright2001-07-181-0/+7
|
* show foreigns correctlyJeremy Katz2001-07-151-1/+4
|
* format new raid devices by default (48823)Jeremy Katz2001-07-131-4/+4
| | | | make it so we can change the fstype when editing a preexisting partition
* make sure drivelist is setJeremy Katz2001-07-111-1/+1
|
* shutdown ui before popping windowJeremy Katz2001-07-111-2/+2
|
* fix for not releasing parted objects and not being able to reread partition ↵Mike Fulbright2001-07-111-8/+36
| | | | table in TUI
* minor fixesanaconda-fairfax-beta-2Jeremy Katz2001-07-111-1/+3
|
* ask user if they are sure they want to reformat a pre-existing partitionMike Fulbright2001-07-111-8/+12
|
* badblocks support -- have to do this before even formatting swap as theyJeremy Katz2001-07-111-4/+34
| | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2
* gracefully handle partitions which we don't understand the fstype ofJeremy Katz2001-07-101-16/+15
| | | | | (and hence, which have an fs type of None). set to foreign fs type and allow formatting of these partitions
* warn user if we're going to blow away data to autopartitionMike Fulbright2001-07-101-8/+12
|
* don't translate empty stringsMatt Wilson2001-07-091-1/+1
|
* oops dont show fsopts screen for new requestsMike Fulbright2001-07-091-3/+8
|
* fix device setting for raid devicesJeremy Katz2001-07-071-7/+8
| | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts
* add option to view autopartitioning results and change themMike Fulbright2001-07-061-1/+1
|