Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | spelling fix (#68617) | Jeremy Katz | 2002-07-11 | 1 | -1/+1 | |
| | ||||||
* | make filenames not be in the strings. now translators can't change them and ↵ | Jeremy Katz | 2002-07-11 | 1 | -4/+4 | |
| | | | | we can change them without breaking translations (#68482) | |||||
* | fix speling (#68541) | Bill Nottingham | 2002-07-11 | 1 | -1/+1 | |
| | ||||||
* | add workstation customization screen | Mike Fulbright | 2002-07-10 | 1 | -0/+52 | |
| | ||||||
* | consistency of field order (#67838) | Jeremy Katz | 2002-07-03 | 1 | -2/+2 | |
| | ||||||
* | tweak the wording (#66243) | Jeremy Katz | 2002-07-02 | 1 | -4/+5 | |
| | ||||||
* | fix tui bootdisk creation, bug #66176 | Mike Fulbright | 2002-06-26 | 1 | -48/+6 | |
| | ||||||
* | dont show badblocks options for preexisting LVM and RAID devices | Mike Fulbright | 2002-06-25 | 1 | -10/+26 | |
| | ||||||
* | support for formatting/migrating preexisting RAID and LVM for TUI | Mike Fulbright | 2002-06-25 | 1 | -103/+151 | |
| | ||||||
* | added support for editting preexisting lv | Mike Fulbright | 2002-06-23 | 1 | -7/+9 | |
| | ||||||
* | added some TUI LVM support | Mike Fulbright | 2002-06-21 | 1 | -26/+60 | |
| | ||||||
* | fix for bug #65109 | Mike Fulbright | 2002-06-19 | 1 | -2/+2 | |
| | ||||||
* | fixed up log reference | Mike Fulbright | 2002-06-19 | 1 | -1/+1 | |
| | ||||||
* | hp@redhat.com made me do this | Mike Fulbright | 2002-06-14 | 1 | -1/+4 | |
| | ||||||
* | fix horiz/vert mismatch | Bill Nottingham | 2002-06-12 | 1 | -2/+2 | |
| | ||||||
* | the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵ | Jeremy Katz | 2002-06-10 | 2 | -2/+2 | |
| | | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1 | |||||
* | more gnome-core to gnome-session changes | Jeremy Katz | 2002-06-03 | 1 | -2/+2 | |
| | ||||||
* | more /mnt/sysimage surgery | Jeremy Katz | 2002-05-30 | 1 | -2/+4 | |
| | ||||||
* | more /mnt/sysimage surgery | Jeremy Katz | 2002-05-30 | 1 | -1/+1 | |
| | ||||||
* | rootOnLoop cases should be dead | Jeremy Katz | 2002-05-30 | 1 | -12/+1 | |
| | ||||||
* | kill annoying but that prevented you from editing mountpoints on partitions | Jeremy Katz | 2002-05-29 | 1 | -1/+1 | |
| | ||||||
* | fix notting's traceback when choosing to not format a preexisting partition | Jeremy Katz | 2002-05-29 | 1 | -1/+1 | |
| | ||||||
* | fix call | Mike Fulbright | 2002-05-29 | 1 | -1/+1 | |
| | ||||||
* | use redhat-config-keyboard for gui screen, tui changes to coexist happily | Jeremy Katz | 2002-05-28 | 1 | -6/+8 | |
| | ||||||
* | more rhpl migration stuff | Mike Fulbright | 2002-05-23 | 1 | -3/+4 | |
| | ||||||
* | move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhpl | Mike Fulbright | 2002-05-23 | 1 | -2/+3 | |
| | ||||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 3 | -5/+8 | |
| | ||||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 26 | -49/+49 | |
| | | | | our own translate.py | |||||
* | add argument to call | Mike Fulbright | 2002-05-13 | 1 | -1/+1 | |
| | ||||||
* | make the bootloader choices thing actually use the bootloader device order | Jeremy Katz | 2002-05-07 | 1 | -1/+1 | |
| | | | | | | so that we can do things like avoid saying the mbr is on a removable device. abstract out part of the fsset.bootloaderChoices logic so that it can be used without the bootloader object as needed | |||||
* | merge bootloader changes from HEAD | Jeremy Katz | 2002-04-22 | 1 | -0/+118 | |
| | ||||||
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 10 | -30/+68 | |
| | | | | work now, at least in gui. text mode might, though | |||||
* | tertiary is more correct than ternary (#60963) | Jeremy Katz | 2002-03-11 | 1 | -1/+1 | |
| | ||||||
* | change docs location (#60790) | Jeremy Katz | 2002-03-06 | 1 | -1/+1 | |
| | ||||||
* | classed routing has been dead for a while now really... hooray for cidr (#50886) | Jeremy Katz | 2002-03-05 | 1 | -1/+1 | |
| | ||||||
* | oops, get rid of my debuglet | Jeremy Katz | 2002-02-28 | 1 | -1/+0 | |
| | ||||||
* | merge multi interface config in tui patch (#59841) | Jeremy Katz | 2002-02-28 | 1 | -28/+60 | |
| | ||||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -13/+9 | |
| | | | | methods of request classes or the Partitions class | |||||
* | fix a traceback if you select to go back to the default monitor | Jeremy Katz | 2002-02-14 | 1 | -1/+1 | |
| | ||||||
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -2/+3 | |
| | | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types. | |||||
* | all of the silly interface helpers get their own file now | Jeremy Katz | 2002-02-12 | 1 | -0/+1 | |
| | ||||||
* | diskset moves to partedUtils | Jeremy Katz | 2002-02-12 | 1 | -1/+1 | |
| | ||||||
* | fix bug I cant find anymore that makes TUI installer crash if > 12 NICs | Mike Fulbright | 2002-02-11 | 1 | -21/+15 | |
| | ||||||
* | oh yeah goodbye reconfig | Mike Fulbright | 2002-02-08 | 5 | -53/+2 | |
| | ||||||
* | stage 1 of the partitioning.py cleanup effort -- | Jeremy Katz | 2002-02-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | 1) move the following functions from partitioning.py -> partedUtils.py get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector, end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB, get_partition_by_name, get_partition_name, get_partition_file_system_type, set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname, filter_partitions, get_logical_partitions, get_primary_partitions, get_raid_partitions, get_lvm_partitions, 2) move PartitioningError and PartitioningWarning classes from partitioning.py -> partErrors.py Change everything that depends on these functions to use the new location | |||||
* | make the username field only 16 characters so it's not longer than the ↵ | Jeremy Katz | 2002-02-05 | 1 | -1/+1 | |
| | | | | fullname (#59342) | |||||
* | maybe I should go back to drinking more caffeine... | Jeremy Katz | 2002-02-04 | 1 | -1/+1 | |
| | ||||||
* | duplicate error checking from gui | Jeremy Katz | 2002-02-04 | 1 | -1/+1 | |
| | ||||||
* | skip the later bootloader screens if we select no bootloader (thanks notting) | Jeremy Katz | 2002-02-01 | 1 | -1/+5 | |
| | ||||||
* | rename field so we know its units is MB | Mike Fulbright | 2002-01-28 | 1 | -3/+3 | |
| |