summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Again, make the release tag reflect what I'm doing hereanaconda-11.4.1.36-1.rebranddevelJeroen van Meeuwen (Fedora Unity)2008-09-191-1/+1
* Make the release reflect what I'm doing hereanaconda-11.4.1.36-1.rebrand-develJeroen van Meeuwen (Fedora Unity)2008-09-191-1/+1
* Make anaconda take --logopkg so that we can explicitly choose the logo packag...Jeroen van Meeuwen (Fedora Unity)2008-09-194-3/+37
* More strings translatedBesnik Bleta2008-09-191-135/+121
* Make the textw network screen match the iw interface by only prompting for ho...David Cantrell2008-09-181-66/+29
* Pick up hostname if we have it, otherwise use localhost.localdomain (#461933)David Cantrell2008-09-181-2/+35
* dhclient-script not needed for NetworkManagerDavid Cantrell2008-09-181-5/+0
* Expand getDefaultHostname()David Cantrell2008-09-181-2/+2
* Add getDefaultHostname() to network.pyDavid Cantrell2008-09-182-9/+14
* Write out NETMASK and BROADCAST correctly in loader.David Cantrell2008-09-181-2/+2
* Fix problems with manual network configuration in loader.David Cantrell2008-09-181-9/+12
* anaconda-yum-plugins is now in its own source repo.Chris Lumens2008-09-187-172/+2
* Remove most of the network configuration from text mode as well (#462691).Chris Lumens2008-09-182-721/+15
* Updated Catalan translationXavier Conde2008-09-161-1076/+377
* Add an extra newline to the empty partition table message.Chris Lumens2008-09-161-1/+1
* Fixup DiskSet._askForLabelPermission()Mark McLoughlin2008-09-161-27/+9
* New version.anaconda-11.4.1.36-1David Cantrell2008-09-151-1/+5
* Remove invalid i18n stuff to let anaconda build.David Cantrell2008-09-151-5/+0
* Remove doConfigNetDevice() prototype.David Cantrell2008-09-151-1/+0
* New version.anaconda-11.4.1.35-1David Cantrell2008-09-151-1/+42
* Call network.bringDeviceUp() instead of old isys functions.David Cantrell2008-09-153-67/+16
* Pass device name to network.setDNS() and network.setGateway().David Cantrell2008-09-151-2/+2
* NetworkManager fixes in network.pyDavid Cantrell2008-09-151-136/+63
* Remove code from isys not needed for NetworkManager.David Cantrell2008-09-152-143/+0
* Avoid writing out NM_CONTROLLED more than once.David Cantrell2008-09-151-3/+3
* Write out final ifcfg-DEVICE files correctly.David Cantrell2008-09-152-25/+54
* Use POSIX and LSB hostname length limit.David Cantrell2008-09-151-4/+2
* Consistent whitespace usage in network.pyDavid Cantrell2008-09-151-78/+78
* Do not try to start hald or dbus-daemon from anaconda.David Cantrell2008-09-152-62/+1
* On HDISO installs, mark LABEL= and UUID= partitions as protected.Chris Lumens2008-09-153-0/+30
* Do encrypted device passphrase retrofits while activating partitioning.David Lehman2008-09-151-0/+2
* Use one passphrase for all new LUKS devices and offer retrofit to old ones.David Lehman2008-09-151-35/+54
* There's only one passphrase member (encryptionPassphrase) in Partitions.David Lehman2008-09-152-4/+16
* Only add LUKSDevice instances to PV requests as needed.David Lehman2008-09-151-6/+4
* If it's encrypted, it's encrypted. Passphrases will get sorted out.David Lehman2008-09-152-2/+2
* New device passphrase is now always global w/ option to retrofit.David Lehman2008-09-153-44/+26
* Don't prompt for a passphrase when creating encrypted devices.David Lehman2008-09-153-125/+10
* Define a method to add a passphrase to an existing LUKS device.David Lehman2008-09-151-0/+24
* Use the new Korean font package (#462295).Chris Lumens2008-09-151-3/+4
* Fix a traceback when starting a shell in rescue mode (#462148).Chris Lumens2008-09-151-2/+2
* md, lock_nolock, and dm_emc kernel modules no longer exist.Chris Lumens2008-09-153-4/+4
* Updated with more stringsBesnik Bleta2008-09-151-291/+204
* Fix iscsi disk detection with newer kernels (rh 461839, 461841)Hans de Goede2008-09-151-1/+1
* Fix the crash reported in bug 454135Hans de Goede2008-09-151-0/+2
* Fix typo.Hans de Goede2008-09-151-1/+1
* Make iBFT reading explicit from a higher levelHans de Goede2008-09-152-8/+10
* Add ibft flag to ease in testing.Hans de Goede2008-09-153-1/+8
* Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431, rhbz#432819)Hans de Goede2008-09-151-31/+92
* Don't set iscsi devices to autostart (rhbz#437891)Hans de Goede2008-09-151-17/+1
* Add full CHAP support to iSCSI. (rhbz#432819)Hans de Goede2008-09-154-28/+302