summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* Migrate PPC from Yaboot to Grub2 for AnacondaMark Hamzy2012-03-202-3/+70
* read args from 80kickstart.confBrian C. Lane2012-03-191-1/+2
* handle inst.* cmdline args correctlyBrian C. Lane2012-03-161-10/+9
* fix inst.ks handling in anacondaWill Woods2012-03-161-0/+1
* move vncpassword handling into anaconda; remove recoverVNCPasswordWill Woods2012-03-161-18/+1
* Remove misc. references to loaderWill Woods2012-03-165-10/+7
* Schedule (no-op) btrfs format create actions. (#799154)David Lehman2012-03-121-1/+1
* intelligently choose the window size (#800609)Brian C. Lane2012-03-091-15/+28
* fix text upgrade bootloader dialog (#742207)Brian C. Lane2012-03-071-43/+24
* only allow GPT boot flag on EFI System partition (#746895)Brian C. Lane2012-03-061-2/+9
* Add dracut args for /usr to bootloader (#787893)Brian C. Lane2012-03-061-0/+5
* Make sure all kickstart partition reqs get appropriate weight setting.David Lehman2012-02-281-6/+9
* Fix test for unsupported format type in kickstart.David Lehman2012-02-281-3/+3
* Update the fs size limit for ext3/ext4 from 8TB to 16TB.David Lehman2012-02-281-0/+6
* Don't allow /boot on logical partition except for grub.David Lehman2012-02-281-0/+15
* empty versions shouldn't be upgradable or traceback (#791317)Brian C. Lane2012-02-241-3/+7
* Don't crash when broken md devices are present. (#731177)David Lehman2012-02-241-2/+6
* Add missing definition of BTRFSError. (#796013)David Lehman2012-02-241-0/+3
* use a dracut shutdown hook to eject media (#787461)Brian C. Lane2012-02-202-29/+13
* add dracut shutdown eject hook function (#787461)Brian C. Lane2012-02-202-0/+26
* The createSuggested methods have changed name (#791204, #795058).Chris Lumens2012-02-202-4/+6
* Generate repo= ks command only for repos added by user (#738577)Radek Vykydal2012-02-201-0/+5
* Use libpwquality to check root password strength (#755883)Martin Gracik2012-02-202-8/+10
* Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (#731761)Radek Vykydal2012-02-201-5/+5
* Set ONBOOT=yes for FCoE devices (#755147)Radek Vykydal2012-02-202-0/+15
* Fix a typo (#794504).Chris Lumens2012-02-171-1/+1
* Add support for network --device=link in stage2 kickstart (#790332)Radek Vykydal2012-02-171-1/+9
* Merge branch 'f17-branch' of git+ssh://git.fedorahosted.org/git/anaconda into...Brian C. Lane2012-02-163-3/+10
|\
| * Set default lang and create default locale files earlyWill Woods2012-02-162-3/+6
| * Add 'traceback' boot option for python-meh and libreport testingVratislav Podzimek2012-02-161-0/+4
* | Don't set the pmbr bootable flag on Macs, whether booted via EFI or notMatthew Garrett2012-02-161-1/+2
* | Don't set GPT HFS+ partitions as bootableMatthew Garrett2012-02-161-1/+8
* | Mark HFS+ as fsckableMatthew Garrett2012-02-161-0/+1
|/
* fix setattr in set_cmdline_boolPetr Schindler2012-02-141-1/+1
* Add _mounttype to HFSPlusMatthew Garrett2012-02-141-0/+1
* Add support for UEFI Mac installsMatthew Garrett2012-02-142-4/+24
* Add support for HFS+ partitionsMatthew Garrett2012-02-141-1/+6
* Clear partitions' metadata when 'clearpart --initlabel' used. (#783841)David Lehman2012-02-132-29/+8
* Fix support for detecting existing mirrored lvs. (#734128)David Lehman2012-02-131-21/+45
* fix potential EFIGRUB infinite loopBrian C. Lane2012-02-101-1/+1
* finish ROOT_PATH changes in bootloader (#789169)Brian C. Lane2012-02-101-7/+7
* Be more verbose about upgrade failures (#735060)Brian C. Lane2012-02-103-10/+39
* Skip setting PMBR boot flag on EFI (#754850)Matthew Garrett2012-02-091-2/+6
* anaconda_optparse.py: a new OptionParser that also reads boot argsWill Woods2012-02-081-0/+122
* Add flags.set_cmdline_bool and flags.read_cmdlineWill Woods2012-02-081-19/+13
* flags.py: add new BootArgs() object for dealing with boot argsWill Woods2012-02-081-26/+73
* flags.py: rework/cleanup Flags objectWill Woods2012-02-081-54/+48
* fix serial console option parsing (#767745)Will Woods2012-02-081-8/+49
* run convertfs on upgrade (#787893)Brian C. Lane2012-02-082-1/+27
* check if stdout and stderr are the same in execWithRedirect and open the file...Masahiro Matsuya2012-02-081-1/+4