summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for required space for / on live installs (#468867)Jeremy Katz2008-11-031-0/+9
| | | | | | We can actually check earlier on the live image how much space is needed and so we can pass that along. This reuses a string from later in the file so that we don't break the string freeze
* Add a basic method for checking the minimal size needed for a backendJeremy Katz2008-11-032-0/+9
| | | | | | | Add a basic way to query a backend for how much space is needed on a per-partition basis. This isn't always able to be known and if it's unknown, then you'll get back 0. Add the implementation for / on livecd
* Fix typo that somehow snuck inJeremy Katz2008-11-031-1/+1
|
* If there's no language selected, don't traceback (#469578).Chris Lumens2008-11-031-2/+4
|
* Improve filtering of non-available groups (#469438)Jeremy Katz2008-11-033-20/+34
| | | | | | | | We show groups that don't have any of their mandatory packages available which is less than ideal as, eg, xfce-desktop gets shown just because gdm is on the dvd. So make our filtering a little bit stronger. And make sure that text mode is using the same filtering
* filer.py: set defaultProduct in __init__Hans de Goede2008-11-031-0/+1
| | | | filer.py: set defaultProduct in __init__, another pychecker caught error.
* Fix indentation error in filer.py (again)Hans de Goede2008-11-031-2/+2
| | | | Fix indentation error in filer.py, courtesey of pychecker
* Rebuild keymaps to get rid of trq.map (#469433).Chris Lumens2008-10-313-0/+0
|
* Provide sample punch card reader script for s390x (#462953)David Cantrell2008-10-312-0/+10
| | | | | | | IBM would like us to provide mainframe users with a sample punchcard reader script along with the other boot files on s390x. I'd just like to say that again: punch cards.
* Fix a typo that shouldn't have even gotten though.Chris Lumens2008-10-311-1/+1
|
* Check that the platform and product are also correct (#469367).Chris Lumens2008-10-313-6/+32
|
* Remove cio_ignore functionality for s390xDavid Cantrell2008-10-313-26/+1
| | | | | | | We've backed this out on RHEL 5.3 for now because it was far more complex than IBM had told us, so it's back to the drawing board for this one. Keeping rawhide in sync with what's happening on the RHEL side with this feature.
* Remove bootdisk/s390David Cantrell2008-10-312-5/+0
| | | | Don't need an s390 arch subdir, just s390x.
* If method=nfs: is given, check if it's really an NFSISO install (#468885).Chris Lumens2008-10-311-0/+10
| | | | | | This really ought to be fixed by supporting nfsiso: in the loader, but it's entirely too late in the process to make that kind of change now. Fixing it properly is going to be a lot of coding.
* Get the right list elements for the iscsi text interface (#466902).Chris Lumens2008-10-311-1/+1
|
* Don't traceback when displaying error messages (#469372).Chris Lumens2008-10-311-2/+2
|
* Make sure we differentiate locked luks devs from deleted ones.David Lehman2008-10-311-3/+8
| | | | | | | There was a regression in the patch for bug 465240 (commit 9c55aab9) that caused us to not only filter out locked PVs, but also newly created unencrypted PVs whose device name matched that of a just- deleted unlocked encrypted PV. Confused yet?
* Fix a typo that breaks kickstart with encryption. (#469318)David Lehman2008-10-311-1/+1
|
* New version.anaconda-11.4.1.54-1David Cantrell2008-10-301-1/+8
|
* Call startNewt earlier than network bring up (#469171).Chris Lumens2008-10-301-5/+2
| | | | | | | | This needs to be called before newtWinMessage, which can happen in various conditions in the networking code paths. So we can either create our own newtWinMessage to call startNewt for us (preferred fix for the future), add more calls to startNewt throughout the networking code, or just move the first call earlier. For F10, the last seems like the most straightforward fix.
* New version.David Cantrell2008-10-301-1/+19
|
* Write out the path to the repo, not anaconda-ks.cfg (#467753).Chris Lumens2008-10-301-1/+6
|
* Allow specifying devices by path if they're files (#468504)Jeremy Katz2008-10-301-1/+1
|
* Fix the last pychecker warnings in masterHans de Goede2008-10-303-3/+3
| | | | Fix the last few pychecker warnings in master
* Add --strict option to runpychecker.shHans de Goede2008-10-301-0/+22
| | | | | Add --strict option to runpychecker.sh, and relax the default checking a bit now we are down to 0 warnings!
* Crude attempt to ensure all % signs are %% in rpmlog.David Cantrell2008-10-291-1/+1
| | | | | | | | Pumping lemma wins again. Damn computers. Who said this was fun again? You could end up seeing %%%%%%%%%%%%%%%%%%%% in an rpmlog, but who cares? Blame rpm?
* Fix unescaped % in %changelogAdam Jackson2008-10-291-1/+1
|
* Don't sleep(5) after xrandrAdam Jackson2008-10-291-1/+0
| | | | It won't help, I promise.
* Force DPI to 96 even harder (#458738)Adam Jackson2008-10-291-2/+3
| | | | | RANDR 1.2 drivers will occasionally decide they don't care what you said on the command line. Fortunately, we have a bigger gun.
* Don't try to switch VT to the one that X is onAdam Jackson2008-10-291-1/+0
| | | | X will do that itself, tyvm.
* Only copy /etc/resolv.conf if instPath != '/'David Cantrell2008-10-291-1/+1
| | | | | | | | | Fixes a traceback seen where network.py tries to copy /etc/resolv.conf to /etc/resolv.conf. The original fix was to get DNS working in %post scripts during kickstart installs, but that fix assumed that when were in this block, instPath would be something (such as /mnt/sysimage). Only copy when instPath is some value other than ''.
* 'is not' -> '!='David Cantrell2008-10-291-1/+1
|
* Write --dhcpclass instead of --class to the anaconda ks file.Joel Granados Moreno2008-10-291-1/+1
|
* Updated Malay translationSharuzzaman Ahmat Raslan2008-10-291-2908/+2081
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Fix 2 issues in pyparted found by pycheckerHans de Goede2008-10-291-6/+7
|
* Add a bit of documentation to the top of runpychecker.shHans de Goede2008-10-291-0/+8
| | | | Add a bit of documentation to the top of runpychecker.sh
* Add runpychecker.sh script and pychecker-false-positives fileHans de Goede2008-10-292-0/+54
| | | | | | | | | The runpychecker.sh script will check anaconda for any pychecker warning using a set of options, in combination with filtering of any warning regular- expressions listed in pychecker-false-positives. If any warnings our found they will be stored in pychecker-log and printed to stdout and runpychecker.sh will exit with a status of 1, if no (non filtered) warnings are found it exits with a status of 0
* Fix saving tracebacks via scp while in text mode.Chris Lumens2008-10-291-20/+20
|
* Search for the hash in the whiteboard, not as the entire whiteboard.Chris Lumens2008-10-291-1/+1
| | | | | | This is useful because the status_whiteboard can be used for other things - like NEEDSRETESTING. Our old search doesn't take this into account and will therefore fail to find dupes if the whiteboard contains something else.
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-2912-16/+20
| | | | Fix various syntax errors caught by PyChecker
* Wouldn't it be nice to have some real documentation in filer.py?Chris Lumens2008-10-281-13/+162
|
* Make sure the productVersion given by .treeinfo exists in bugzilla (#468657).Chris Lumens2008-10-283-5/+24
| | | | | | | | | | Prerelease version of Fedora sometimes get version numbers in .treeinfo or .buildstamp like 10-Beta. However, this version does not exist in bugzilla so we get an error trying to save the bug. This could also happen in respins. So, grab a list of all the versions that are valid for the product out of bugzilla and make sure productVersion exists. If not, either use the develVersion from the installclass or just use the last one out of the the list.
* New version.anaconda-11.4.1.52-1David Cantrell2008-10-271-1/+15
|
* Let DNS lookups work from %post scripts (#468132)David Cantrell2008-10-271-1/+4
| | | | | Copy over /etc/resolv.conf to /mnt/sysimage/etc/resolv.conf so that %post scripts can succeed with DNS lookups.
* Do not use /.tmp for temporary files (#468720)David Cantrell2008-10-271-17/+13
| | | | | | network.py was still using this directory. Ooops. The bug also notes that /.dbus appears, but I cannot find anywhere in the anaconda code where we create /.dbus.
* Don't treat encrypted PVs as available if we don't have the key. (#465240)David Lehman2008-10-271-0/+6
| | | | | | | | This arises from the fact that we determine whether or not a device is a PV by looking at the partition type instead of probing the device's contents like with other filesystems/ptypes. So, if we have a PV that the user chose not to provide a passphrase for, we should not include it in the list of available PVs.
* Do all new device passphrase prompting from partitioningComplete.David Lehman2008-10-271-6/+0
|
* Fix the obviously stupid typo.Chris Lumens2008-10-271-1/+1
|
* There's a new version of the firewall command for F10 (#467753).Chris Lumens2008-10-272-3/+3
|
* Another fix for printing package summaries in text mode (#468283).Chris Lumens2008-10-271-4/+4
|