summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* Don't use the rpmdb to figure out upgrade target arch (#748119).Chris Lumens2011-11-101-20/+5
* use 800x600 as minimal mainWindow size (vpodzime)Martin Gracik2011-11-041-1/+1
* Fix a dumb error when canceling previous migration actions (#744034).Chris Lumens2011-11-031-1/+1
* Gray out "Configure Network" button in live installations (#749929)Radek Vykydal2011-11-021-1/+3
* Change what the third column of lang-table means.Chris Lumens2011-10-314-19/+16
* And stop attempting to load our own fonts, since we no longer ship them.Chris Lumens2011-10-312-42/+0
* Don't use GPT disklabels on Lenovo BIOS systems. (#749325)David Lehman2011-10-261-0/+11
* Fix typo in call to opt.isdigit (#743787)Peter Jones2011-10-251-1/+1
* Don't allow disks containing the live media as boot disk. (#748587)David Lehman2011-10-252-5/+6
* Honor fsprofile argument even for existing devices. (#747417)David Lehman2011-10-251-9/+3
* Regenerate tasklist when a repo is removed.Ales Kozumplik2011-10-241-4/+8
* Do a better job of remembering if 'review and modify partitioning' was checked.Ales Kozumplik2011-10-212-1/+10
* Be more convincing in eradicating errant temp vg paths. (#722952)David Lehman2011-10-191-4/+5
* Resize: Update format size if aligning partition shrinks it. (#689179)David Lehman2011-10-193-0/+9
* Copy all of live filesystem to target (#746844)Brian C. Lane2011-10-191-3/+9
* Fix autopart shrink of existing system. (#746605)David Lehman2011-10-183-5/+9
* cryptsetup returns positive nonzero when activating by different than the fir...Martin Sivak2011-10-181-3/+3
* do more logging in findExistingRootDevices()Ales Kozumplik2011-10-181-2/+4
* Add 'nogpt' cmdline arg to disable creation of gpt disklabels.David Lehman2011-10-172-0/+6
* Show cleardisks gui always to allow selecting a boot disk. (#744088)David Lehman2011-10-172-6/+11
* mpath: flush more eagerly in filter_gui.Ales Kozumplik2011-10-142-1/+12
* debugging: log boot arguments.Ales Kozumplik2011-10-121-1/+5
* Pull grub-efi and efibootmgr into the package list as needed. (#742042)Peter Jones2011-10-111-0/+1
* partitioning.py: reference to list of free regions is shadowed by a double.Ales Kozumplik2011-10-101-1/+1
* fcoe: modprobe the VLAN layer module.Ales Kozumplik2011-10-071-0/+3
* Remove some raid error checking pykickstart can do for us.Chris Lumens2011-10-061-7/+0
* Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199)Radek Vykydal2011-10-062-7/+0
* remove argument ROOT_PATH from getDefaultKeyboard() calls (removed from metho...Vratislav Podzimek2011-10-062-2/+2
* Default to an active network device after reboot on Fedora (ONBOOT) (#498207)Radek Vykydal2011-10-054-0/+19
* Fix: Allow EFI slot_ids in hexdecimal (#742141).Fabian Deutsch2011-10-041-1/+2
* fcoe: fix detecting FCoE NICMichael Brown2011-10-041-1/+1
* Do not show loop devices in the filtering UI.Ales Kozumplik2011-10-041-0/+1
* dispatcher: do not request "group-selection" with "tasksel".Ales Kozumplik2011-10-041-1/+1
* upgrade: do not insist on running the "bootloader" step.Ales Kozumplik2011-10-041-1/+1
* dracut args: "rhgb quiet" should come last.Ales Kozumplik2011-10-041-1/+11
* Only check relevant devices for dirty filesystems. (#741206)David Lehman2011-09-301-1/+1
* Make sure storage is reset just before partitioning, always.David Lehman2011-09-304-17/+38
* Move selection of default boot drive into bootloader.David Lehman2011-09-302-8/+9
* Show error dialog instead of traceback on fstab type mismatch. (#649171)David Lehman2011-09-302-8/+20
* Try a test mount and keep fstab mismatches if it succeeds. (#649171)David Lehman2011-09-302-4/+31
* imount.c: include fcntl.h before ext2fs/ext2fs.h.Ales Kozumplik2011-09-291-1/+1
* Write the grub.conf after setting up the new EFI bootloader (#741994))Brian C. Lane2011-09-281-0/+14
* botoloader: write 'ip=eth0:dhcp,auto6' instead of 'ip=eth0:dhcp ip=eth0:auto6'Ales Kozumplik2011-09-271-1/+32
* Put bios boot partitions on all gpt disk on bios systems. (#738964)David Lehman2011-09-231-0/+36
* Change default bootloader timeout from 20sec to 5sec. (#727831)David Lehman2011-09-231-3/+1
* Bootloader stage1_drive is more than a suggestion. (#738964)David Lehman2011-09-231-4/+6
* Mark the live device's parent devices protected. (#738964)David Lehman2011-09-232-4/+40
* Improve the clarity of the missing bios boot partition error. (#731549)David Lehman2011-09-221-2/+5
* Start NM in loader on s390 until we have systemd init here too (#733680)Radek Vykydal2011-09-212-0/+43
* Fix createUser and createGroup to work with kickstart defaults (#739428)Brian C. Lane2011-09-201-9/+9