Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | turn on swap early in lowmem (#46304), prevent you from editing once things ↵ | Matt Wilson | 2001-07-20 | 1 | -1/+26 | |
| | | | | are turned on (#46321) | |||||
* | yeah now print out a partition type name instead of foreign | Mike Fulbright | 2001-07-19 | 1 | -1/+79 | |
| | ||||||
* | fix behavior so we warn user if they are using a preexisting as a system ↵ | Mike Fulbright | 2001-07-19 | 1 | -1/+13 | |
| | | | | 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 Fulbright | 2001-07-19 | 1 | -1/+11 | |
| | | | | user knows how things were previously mounted | |||||
* | use actual partition type as one of the criteria in determining if it should | Jeremy Katz | 2001-07-19 | 1 | -0/+3 | |
| | | | | be the DOS install on the system | |||||
* | add clearpart --initlabel support (43085) | Jeremy Katz | 2001-07-17 | 1 | -6/+18 | |
| | ||||||
* | make sure we're not being given a string or device as part | Jeremy Katz | 2001-07-16 | 1 | -1/+1 | |
| | ||||||
* | hopefully fix editing pre-exiting software raid parts | Jeremy Katz | 2001-07-16 | 1 | -1/+1 | |
| | ||||||
* | /boot/efi must be vfat (48779) | Jeremy Katz | 2001-07-13 | 1 | -2/+3 | |
| | ||||||
* | set the node... | Jeremy Katz | 2001-07-12 | 1 | -1/+2 | |
| | ||||||
* | handle drives which don't have partition tables on them | Jeremy Katz | 2001-07-11 | 1 | -6/+31 | |
| | ||||||
* | ask user if they are sure they want to reformat a pre-existing partition | Mike Fulbright | 2001-07-11 | 1 | -0/+9 | |
| | ||||||
* | raid upgrades seem to work with at least non-root now | Matt Wilson | 2001-07-11 | 1 | -16/+30 | |
| | ||||||
* | default format to None | Mike Fulbright | 2001-07-11 | 1 | -1/+1 | |
| | ||||||
* | if we don't have any valid drives to install on, show an error message | Jeremy Katz | 2001-07-11 | 1 | -1/+12 | |
| | | | | and then exit the install | |||||
* | badblocks support -- have to do this before even formatting swap as they | Jeremy Katz | 2001-07-11 | 1 | -1/+6 | |
| | | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2 | |||||
* | skip RAID/LVM partitions when looking for existings roots | Matt Wilson | 2001-07-10 | 1 | -2/+9 | |
| | ||||||
* | don't let people delete an extended which contains raid devices or protected ↵ | Jeremy Katz | 2001-07-10 | 1 | -0/+42 | |
| | | | | partitions | |||||
* | gracefully handle partitions which we don't understand the fstype of | Jeremy Katz | 2001-07-10 | 1 | -6/+1 | |
| | | | | | (and hence, which have an fs type of None). set to foreign fs type and allow formatting of these partitions | |||||
* | non-ext2 upgrade support | Matt Wilson | 2001-07-10 | 1 | -4/+6 | |
| | ||||||
* | this should fix going back from partitioning screens | Jeremy Katz | 2001-07-09 | 1 | -0/+1 | |
| | ||||||
* | reduce all these functions that return lists of partitions to common code ↵ | Matt Wilson | 2001-07-09 | 1 | -22/+12 | |
| | | | | that uses a function to determine if each partition should be returned in the list or not | |||||
* | use is_active before checking for a flag, and use is_active when looking for ↵ | Matt Wilson | 2001-07-09 | 1 | -3/+2 | |
| | | | | logicals | |||||
* | fdisk works again; main change is making sure we close the disk devices | Jeremy Katz | 2001-07-09 | 1 | -0/+4 | |
| | | | | before running fdisk so the magic reread partition tables ioctl can work | |||||
* | typo :( | Mike Fulbright | 2001-07-09 | 1 | -1/+1 | |
| | ||||||
* | removed some unneeded code, reformatted to meet style guidelines | Matt Wilson | 2001-07-09 | 1 | -31/+42 | |
| | ||||||
* | kickstart raid is back... added some convenience functions since kickstart | Jeremy Katz | 2001-07-07 | 1 | -10/+32 | |
| | | | | uses integer forms of 0, 1, and 5 for raid level | |||||
* | fix device setting for raid devices | Jeremy Katz | 2001-07-07 | 1 | -20/+44 | |
| | | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts | |||||
* | Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵ | Mike Fulbright | 2001-07-06 | 1 | -2/+0 | |
| | | | | of moving to ext3 | |||||
* | dont let you migrate anything BUT preexisting | Mike Fulbright | 2001-07-06 | 1 | -0/+3 | |
| | ||||||
* | fix for editting raid and added method to find requests we could migrate | Mike Fulbright | 2001-07-06 | 1 | -2/+10 | |
| | ||||||
* | fix deleting raid devices | Mike Fulbright | 2001-07-06 | 1 | -3/+7 | |
| | ||||||
* | turn on formatting for preexisting partitions we want to, and also hook in ↵ | Mike Fulbright | 2001-07-06 | 1 | -0/+23 | |
| | | | | some online help in GUI mode | |||||
* | fix bugs pychecker found... | Jeremy Katz | 2001-07-06 | 1 | -2/+0 | |
| | ||||||
* | show something useful | Jeremy Katz | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | secondary isn't used... | Jeremy Katz | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | some architectures don't care about /boot but want something different | Jeremy Katz | 2001-07-06 | 1 | -0/+9 | |
| | | | | instead (say /boot/efi) | |||||
* | move autopart strings to bottom of file | Jeremy Katz | 2001-07-06 | 1 | -5/+25 | |
| | | | | | | bootable requests from partitions can be /boot/efi on ia64 make sure bootable request gets on the earliest drive possible and warn if they go beyond the 1024th cylinder on x86 | |||||
* | Added support for converting and formatting existing filesystems to a ↵ | Mike Fulbright | 2001-07-06 | 1 | -5/+32 | |
| | | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning | |||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 1 | -16/+49 | |
| | | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works | |||||
* | message consistency and a typo fix | Jeremy Katz | 2001-07-03 | 1 | -3/+3 | |
| | ||||||
* | Add confirm dialogs for reset and deletion events | Mike Fulbright | 2001-07-02 | 1 | -0/+116 | |
| | ||||||
* | add more informational text to the "Which drives do you want to use | Matt Wilson | 2001-06-28 | 1 | -0/+6 | |
| | | | | | | | for Linux" question (same needs to be done for text mode) move to using getPartSizeMB instead of calculating it yourself everywhere in the gui | |||||
* | catch bad case | Mike Fulbright | 2001-06-27 | 1 | -0/+2 | |
| | ||||||
* | set initial size in megabytes, not sectors... | Jeremy Katz | 2001-06-27 | 1 | -1/+1 | |
| | ||||||
* | land new autopartitioning code... should be faster and better. | Jeremy Katz | 2001-06-26 | 1 | -1/+25 | |
| | | | | also, fix up some bits so we don't refreshdevices as often | |||||
* | partitioning.py: skip removable partitions except in expert mode | Matt Wilson | 2001-06-26 | 1 | -3/+5 | |
| | | | | exception.py: if not setupFilesystems save dump to a file 'anacdump.txt' in cwd | |||||
* | use the happy functions | Jeremy Katz | 2001-06-26 | 1 | -1/+1 | |
| | ||||||
* | add a way to remove all the logical partitions when a extended is removed | Jeremy Katz | 2001-06-26 | 1 | -0/+11 | |
| | ||||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 1 | -4/+5 | |
| |