summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionanaconda-11.4.0.62-1Jeremy Katz2008-03-301-1/+25
|
* 2008-03-30 Francesco Tombolini <tombo@adamantio.net> (viaFrancesco Tombolini2008-03-301-148/+59
| | | | | | tombo@fedoraproject.org) * po/it.po: Updated it translation, 4 fuz.
* 2008-03-29 Igor Pires Soares <igorsoares@gmail.com> (viaIgor Pires Soares2008-03-291-2135/+1459
| | | | | | igor@fedoraproject.org) * po/pt_BR.po: Updated Brazilian Portuguese translation
* 2008-03-28 Juan Manuel Rodriguez Moreno <nushio@gmail.com> (viaJuan Manuel Rodriguez Moreno2008-03-281-2101/+1441
| | | | | | nushio@fedoraproject.org) * po/es.po: Updated Spanish Translation.
* 2008-03-28 Peter van Egdom <p.van.egdom@gmail.com> (viaPeter van Egdom2008-03-281-10/+7
| | | | | | peterve@fedoraproject.org) * po/nl.po: Updated Dutch translation.
* Allow GPT disk labels on ppc/ppc64.David Cantrell2008-03-281-1/+1
|
* 2008-03-28 Sandeep Sheshrao Shedmake <sshedmak@redhat.com> (viaSandeep Sheshrao Shedmake2008-03-281-116/+42
| | | | | | sandeeps@fedoraproject.org) * po/mr.po: Updated fuzzy translations for Marathi
* Merge branch 'master' of ssh://git.fedorahosted.org/git/anacondaVille-Pekka Vainio2008-03-2815-54/+168
|\
| * Tear down the right loopback device before going to stage2.Chris Lumens2008-03-281-1/+1
| |
| * Don't pass None as stdout or stderr.Chris Lumens2008-03-284-5/+6
| |
| * Make sure there's a stdout to write to.Chris Lumens2008-03-281-1/+3
| |
| * Handle fstype munging in isys.readFSType instead of in various other places.David Lehman2008-03-282-7/+6
| |
| * Fix a typo in new encrypted LV code.David Lehman2008-03-281-1/+1
| |
| * Partitioning UI for handling of preexisting encrypted devices.David Lehman2008-03-285-32/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | Basic rules are the same for partitions, LVs, RAID devices: - Existing LUKS headers can only be removed if the device is being formatted. - You can create a new filesystem on the device and retain the preexisting LUKS header. - You can add a LUKS header to a non-encrypted preexisting device only if creating a new filesystem on the device. - We prompt for passphrase only for non-preexisting LUKS headers, meaning those that existed when we read the disk layout initially. We do not support adding or changing passphrases for preexisting encrypted devices.
| * Support discovery of preexisting rootfs on LV.David Lehman2008-03-281-1/+7
| | | | | | | | Add another pass at opening encrypted devices after starting RAID and LVM so that we can see what's on encrypted high-level devices. Also look for the correct key in the encryptedDevices dict when checking for encryption info.
| * Improve handling of logical volume device names when encrypted.David Lehman2008-03-282-6/+4
| | | | | | | | Use of the /dev/mapper/VolGroupXX-LogVolXX node allows us to rely on the basename being unique.
| * Add support for discovery of preexisting LUKS encrypted devices.David Lehman2008-03-281-8/+83
| | | | | | | | Scan for encrypted devices while reading the initial partition layout from disk. Prompt for passphrases and include encryption information in the RequestSpec.
| * Add support for retrieving LUKS UUIDs.David Lehman2008-03-281-0/+23
| |
* | 2008-03-28 Ville-Pekka Vainio <vpivaini@cs.helsinki.fi> (viaVille-Pekka Vainio2008-03-281-11/+8
|/ | | | | | vpv@fedoraproject.org) * po/fi.po: Updated Finnish translation
* 2008-03-28 Piotr Drąg <piotrdrag@gmail.com> (via raven@fedoraproject.org)Piotr Drąg2008-03-281-47/+6
| | | | * po/pl.po: Updated Polish translation
* Refresh po filesJeremy Katz2008-03-2878-42846/+44585
|
* Mark for translation based on feedback from translatorsJeremy Katz2008-03-282-4/+4
|
* Just relabel all of /etc/sysconfig (#439315)Jeremy Katz2008-03-281-1/+1
|
* When dhcp is selected ensure that bootproto is set to dhcp (RPL-2301)Elliot Peele2008-03-271-0/+1
| | | | | | | If Anaconda was started without network configured the netdev object does not have a bootproto set. The patch ensures that bootproto is set for the dhcp case. In the static case the ui requires the user to enter ip information.
* Fix for test mode repo bitsJeremy Katz2008-03-271-2/+8
| | | | | | Don't try to copy stage2 if we're not setting up filesystems (eg, test mode or rootpath mode) and also have some fixes to allow for nfs: with a local path
* Try to make the size flow a little more for weird resolution screens (#439297)Jeremy Katz2008-03-271-1/+0
|
* Add kmymoney to upgrade remove list (#439255)Jeremy Katz2008-03-271-1/+1
|
* New version.anaconda-11.4.0.61-1Chris Lumens2008-03-271-1/+4
|
* Fix broken translation.Chris Lumens2008-03-271-1/+1
|
* New version.anaconda-11.4.0.60-1Chris Lumens2008-03-271-1/+18
|
* Have a fallback empty description for devices (#432362)Jeremy Katz2008-03-271-0/+1
|
* os.path.join does not work the way we think it should.Chris Lumens2008-03-271-1/+1
| | | | | | | "If any component is an absolute path, all previous components are thrown away, and joining continues." -- http://docs.python.org/lib/module-os.path.html
* New version.Chris Lumens2008-03-271-1/+13
|
* Remove the stage2 in all cases now that we're copying it basically all the timeJeremy Katz2008-03-271-1/+1
|
* Add support for saving the exception to a local directory for live installsJeremy Katz2008-03-274-234/+356
| | | | | | | If you're doing a live install, you often won't have removable media inserted but you _can_ just save the exception somewhere and then report it. So let's take advantage of that. Not implemented for text mode as text-mode live installs aren't that relevant
* Catch errors on resize and present a dialog to the userJeremy Katz2008-03-272-5/+32
| | | | | | | Rather than throwing an exception on resize errors, catch the problem and present the user with a dialog that has the output from the resize commands. Still only present exiting as being able to go back is going to require some larger rework
* Save resize output to a file (/tmp/resize.out) so that it's more usefulJeremy Katz2008-03-272-6/+10
| | | | | This way, we can shove it into our exception dumps and also it'll be easier for people to look at and attach if they hit problems with the resizing code
* Make sure we give the command that's run on stdout so that it's loggedJeremy Katz2008-03-271-0/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/anacondaBill Nottingham2008-03-272-2/+9
|\
| * Fix up autopart resizing for the multiple partitions to resize caseJeremy Katz2008-03-271-2/+4
| |
| * Fix up the case where both method= and stage2= are givenJeremy Katz2008-03-271-0/+5
| | | | | | | | | | | | | | If both method= and stage2= are given, right now, the loader is passing along the stage2= bits. This isn't really what we want. But changing the loader code at this stage of the game is scary, so just do the shuffle in anaconda
* | more mouse-related removalsBill Nottingham2008-03-275-24/+3
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/anacondaDomingo Becker2008-03-274-400/+0
|\
| * Remove mouse screens that haven't been used in 4 yearsJeremy Katz2008-03-264-400/+0
| |
* | 2008-03-27 Domingo Becker <domingobecker@gmail.com> (viaDomingo Becker2008-03-271-956/+242
|/ | | | | | beckerde@fedoraproject.org) * po/es.po: I think it's ready for Fedora 9 es.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/anacondaYulia Poyarkova2008-03-2713-56/+149
|\
| * Only remove duplicate slashes from the front of the prefix.Chris Lumens2008-03-261-1/+1
| |
| * Ensure that we take into account new reposJeremy Katz2008-03-261-0/+5
| | | | | | | | | | | | When we change the baseurl (etc) of the repo, yum doesn't invalidate its idea of what the urls and grabber are. So invalidate them ourselves for now
| * Handle kernel variants a little better at install time tooJeremy Katz2008-03-263-40/+48
| | | | | | | | | | | | Make our handling of kernel variants a little bit more flexible, allowing for the fact that uname -r might not match version-release exactly. This also makes it so we don't have a hard-coded list of kernel variants
| * Make a little bit more future proof for kernel version changingJeremy Katz2008-03-261-2/+2
| | | | | | | | | | uname -r as reported by the kernel should be figured out based on some files that get written, not by depending on "knowing" that it's version-release