summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* just call it a boot loader password instead of GRUB password (49971)Jeremy Katz2001-07-311-1/+1
|
* 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.
* fix error messages when writing boot floppy failsMike Fulbright2001-07-251-18/+14
|
* 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
|
* rename 'Autopartitioning' 'Autopartition'Matt Wilson2001-07-251-3/+4
|
* don't prompt for hostname if using dhcp (#49779)Matt Wilson2001-07-241-1/+9
|
* say Enter instead of Returnbfox2001-07-241-3/+3
|
* widen the window a bit to allow for long package namesbfox2001-07-241-7/+7
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-2/+2
| | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found)
* 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
|
* 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 patchesr0-9-1laroche2001-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
|