summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added an invisible step to allow the network screen to be skipped if no ↵bfox2001-08-023-0/+9
| | | | network devices are present
* sort list of drivesMike Fulbright2001-08-021-0/+1
|
* typo fix, should make setting runlevel and desktop choice in text mode work ↵Mike Fulbright2001-08-011-2/+2
| | | | again
* sort drives before putting in drive listMike Fulbright2001-08-011-0/+1
|
* warning for bootloader passwords less than six characters instead ofJeremy Katz2001-08-012-4/+33
| | | | | strictly enforcing the limit. make sure it's at least one character though (50528)
* add a comment about not having to rerun grub, and fix permissions again ↵Jeremy Katz2001-08-011-0/+6
| | | | (when did I lose that?)
* revert fontsMatt Wilson2001-08-011-9/+9
|
* make an mtab in rescue mode so grub-install can workJeremy Katz2001-08-011-0/+21
|
* allow firewall config to work in reconfig modebfox2001-08-011-1/+1
|
* deactivate user entry box in reconfig modebfox2001-08-011-0/+8
|
* reordered the connect statements to avoid GTK assertion error msgsbfox2001-08-011-7/+9
|
* set bootloader default properly for grub (50249)Jeremy Katz2001-08-011-1/+17
|
* fix cosmetic problem with the column headers shrinking smaller than the ↵bfox2001-08-011-1/+1
| | | | column title if the package names are short. Resolves bug #49162
* why yes, we should raise an error here so we get a nice dialog instead of a ↵Jeremy Katz2001-08-011-2/+1
| | | | traceback (50620)
* limit fat to 2 gigs (50544)Jeremy Katz2001-08-011-0/+1
|
* dufus moveMike Fulbright2001-08-011-2/+0
|
* hack to make lowres partitioning more pleasing to the eyeMike Fulbright2001-08-011-4/+21
|
* use the translationsMatt Wilson2001-08-012-2/+2
|
* prompt the user if they click the RAID button and less than two software ↵bfox2001-08-012-0/+20
| | | | 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)
* more pychecker funJeremy Katz2001-08-011-1/+1
|
* this shouldn't be here, yay pycheckerJeremy Katz2001-08-011-3/+0
|
* oops, how was this ever expected to work?Jeremy Katz2001-08-011-0/+1
|
* don't override zerombr with clearpart stuffJeremy Katz2001-07-311-1/+2
|
* don't use makeactive when setting up the chainlist for dos-ish os's since ↵Jeremy Katz2001-07-311-1/+1
| | | | it's not really needed (49803)
* change default timeout to be 10 secs for grub (50217)Jeremy Katz2001-07-311-1/+1
|
* just call it a boot loader password instead of GRUB password (49971)Jeremy Katz2001-07-312-2/+2
|
* add --enablecache for kickstartJeremy Katz2001-07-313-3/+17
|
* remove dbeug printsJeremy Katz2001-07-311-2/+0
|
* should fix bug 50383Mike Fulbright2001-07-311-4/+4
|
* install nautilus if gnome-core IS installed, not if it isn'tJeremy Katz2001-07-311-2/+2
|
* pull from sources of po files on Jul 31 2001Mike Fulbright2001-07-3128-60/+165
|
* Add .Mike Fulbright2001-07-311-2/+5
|
* More translations.teg2001-07-311-1/+1
|
* More translations.teg2001-07-311-2/+2
|
* wtf - CHECK your commits before you put code in CVS. Thats for cvs -diff is forMike Fulbright2001-07-311-1/+1
|
* More translatesteg2001-07-311-9/+5
|
* pull from sources of po files on Jul 31 2001Mike Fulbright2001-07-3129-16257/+18340
|
* copy the request before changing it so we can go back and do ↵Jeremy Katz2001-07-311-3/+5
| | | | autopartitioning again (50479)
* Translate fuzzies and new entries.teg2001-07-311-368/+438
|
* oopsMike Fulbright2001-07-311-1/+0
|
* ignore RAID on RAIDMike Fulbright2001-07-312-4/+15
|
* sort requests that are specified by start based on location on driveJeremy Katz2001-07-311-1/+10
|
* handle another case for foreign fs typesMike Fulbright2001-07-311-0/+2
|
* don't really like those pesky traceback things :)Jeremy Katz2001-07-311-1/+1
|
* move warning about formatting preexisting partitions to when they leave the ↵Mike Fulbright2001-07-313-48/+134
| | | | partitioning screen. Hopefully will make it less annoying.
* dont ddcprobe in test modeMike Fulbright2001-07-311-2/+2
|
* register the wait window with the fsset so we can pop up a "Checking for badanaconda-s390-tagJeremy Katz2001-07-303-2/+18
| | | | blocks" window
* make modules.conf prior to package installation so the kernel %post mkinitrdJeremy Katz2001-07-302-20/+6
| | | | | | does the right thing now we don't have to mkinitrd in bootloader.py!
* fix up the case where /boot wouldn't go to the second drive if there wasJeremy Katz2001-07-301-9/+13
| | | | | no space for it to go on the first requested drive (like if you left the existing partitions on the first drive)