summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* Fix "memcheck=0" (and other store_true boot args)Will Woods2012-04-041-0/+4
* write new options to zipl.confDan Horák2012-04-041-0/+2
* Add missing os import to platform.pyBrian C. Lane2012-04-031-0/+1
* Don't allow /usr as a separate partition (#804913)Chris Lumens2012-04-031-1/+1
* use /sys/class/dmi instead of dmidecodeBrian C. Lane2012-04-031-3/+2
* restore the GPT blacklist codeBrian C. Lane2012-04-032-0/+17
* add virtio rsyslogd logging to anacondaBrian C. Lane2012-04-031-7/+23
* Set ONBOOT=yes for at least one wired netdev by default (#806466)Will Woods2012-04-031-2/+5
* detect live backing device (#809342)David Lehman2012-04-032-40/+14
* Don't use the bootloader config path to find the splash image (#807510)Peter Jones2012-04-021-3/+8
* Don't set MALLOC_PERTURB_ when calling grub2-install. (workaround #806784)Peter Jones2012-03-282-2/+7
* Format PReP partitionMark Hamzy2012-03-262-1/+30
* Disable creation of btrfs filesystems aside from kickstart. (#787341)David Lehman2012-03-221-1/+1
* Create default ifcfg-* for each interface (#804504, #804716)Will Woods2012-03-211-3/+25
* 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