summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* grammar (49666)Jeremy Katz2001-07-231-1/+1
|
* fix skipping x config (part of 49637)Jeremy Katz2001-07-221-1/+1
|
* move whether the keyboard has been manually set into the keyboard objectJeremy Katz2001-07-221-4/+2
| | | | as opposed to being in the interfaces. fixes 49618
* 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
|
* fix code to find migratable mounts during an upgrade to use FileSystemSet ↵Mike Fulbright2001-07-201-23/+15
| | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet)
* set the default to format to for a preexisting if it's not one we can formatJeremy Katz2001-07-201-0/+2
|
* almostMike Fulbright2001-07-201-1/+1
|
* add s390/s390x patcheslaroche2001-07-202-0/+25
|
* second oot award of the dayJeremy Katz2001-07-201-0/+1
|
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-3/+3
|
* fix migrate GUI dialog and make check for whether to warn on not formatting ↵Mike Fulbright2001-07-201-1/+1
| | | | system directory work right
* set the long or short label depending on which should be changed (49446)Jeremy Katz2001-07-191-2/+2
|
* 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
* properly record we have skipped X configuration and act appropriately laterMike Fulbright2001-07-191-1/+2
|
* skip bootloader password if no bootloader is being installedJeremy Katz2001-07-181-1/+3
|
* fix for bug 49200Mike Fulbright2001-07-181-0/+7
|
* fix pychecker complaintsMike Fulbright2001-07-181-2/+2
|
* sync messageJeremy Katz2001-07-171-1/+2
|
* handle unprobed card better and lose lots of dead codeMike Fulbright2001-07-171-136/+29
|
* fix up for bootloaderpassword stepJeremy Katz2001-07-161-7/+19
| | | | fix for editing labels/setting defaults (49194)
* add a button for lba32 mode with a warning if it's selected (14351)Jeremy Katz2001-07-161-9/+28
|
* 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
* use more accepted 'OK' for 'Ok'Matt Wilson2001-07-121-1/+1
|
* fix X keyboard setup from gui keyboard screen (#48761)Matt Wilson2001-07-121-1/+1
|
* 1) since libfdisk isn't setting up the text domain for C programsMatt Wilson2001-07-121-5/+2
| | | | | | | | anymore, we have to set it in the timezone map module 2) remove the America/New York default and have the text interface fetch it from the insttimelanguage Fixes #48723
* 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
* reported RAM detected in upgrade swapfile screenMike Fulbright2001-07-111-5/+10
|
* nothing to see hereMike Fulbright2001-07-111-1/+0
|
* fix help tagsMike Fulbright2001-07-114-13/+14
|
* minor fixesJeremy Katz2001-07-111-1/+3
|
* *sigh*Jeremy Katz2001-07-111-1/+1
|
* method, not varJeremy Katz2001-07-111-1/+1
|
* 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
* fix going back from bootloader passJeremy Katz2001-07-111-1/+1
|
* add ability to set grub password in gui and tuiJeremy Katz2001-07-101-0/+77
|
* remove extra comma (#48461)Matt Wilson2001-07-101-1/+1
|
* renable the creation and activation of swap files on upgradeMatt Wilson2001-07-101-4/+1
|
* 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
* report mount point correctly when querying about migrating fs on upgradeMike Fulbright2001-07-101-2/+9
|
* warn user if we're going to blow away data to autopartitionMike Fulbright2001-07-101-8/+12
|
* fdisk works again; main change is making sure we close the disk devicesJeremy Katz2001-07-091-5/+7
| | | | before running fdisk so the magic reread partition tables ioctl can work
* don't translate empty stringsMatt Wilson2001-07-091-1/+1
|
* oops dont show fsopts screen for new requestsMike Fulbright2001-07-091-3/+8
|