summaryrefslogtreecommitdiffstats
path: root/pyanaconda/iutil.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup kickstart script loggingBrian C. Lane2013-02-141-24/+37
* Ensure hookdir exists before creating eject scriptWill Woods2013-02-111-0/+1
* Start laying groundwork for splitting storage out of pyanaconda.David Lehman2013-01-281-1/+2
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-779/+40
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-281-7/+3
* protect getDirSize from vanishing files (#891759)Brian C. Lane2013-01-041-10/+24
* Fix error in iutil.execCapture when fatal and non-zero exitStef Walter2012-11-201-3/+3
* Allow iutil.execWithCapture to work without a chrootStef Walter2012-11-201-1/+2
* Add PowerNV as a recognized PPC platformnacc@linux.vnet.ibm.com2012-10-251-1/+2
* Revive reipl (#860244)Jesse Keating2012-10-101-14/+5
* Fix bootloader setup on s390. (#857940)David Lehman2012-09-281-1/+1
* Use chvt command for tty switchingVratislav Podzimek2012-09-051-0/+22
* getDirSize should stay on a single filesystem, not look at submounts.Chris Lumens2012-08-281-0/+2
* add command line option to set the arm platform.Dennis Gilmore2012-08-061-0/+3
* Add support to determine the ARM processor variety and select the correct ker...d.marlin2012-08-061-0/+14
* Fix a typo in iutil.py caused by the big merge commit.Chris Lumens2012-08-031-1/+1
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-41/+6
|\
| * Provide option to make non-zero exits fatalJesse Keating2012-07-051-1/+7
| * Move swapSuggestion to storage and use a new suggested algorithm for itVratislav Podzimek2012-06-271-41/+0
* | Fix handling of existing btrfs subvolumes.David Lehman2012-07-261-0/+10
* | update proxy supportBrian C. Lane2012-07-091-0/+104
* | In execWithRedirect, make sure env exists before trying to change it.Chris Lumens2012-06-261-1/+3
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-5/+41
|\|
| * Add initial support for ARM based systems.d.marlin2012-04-271-0/+5
| * use /sys/class/dmi instead of dmidecodeBrian C. Lane2012-04-041-3/+2
| * Don't set MALLOC_PERTURB_ when calling grub2-install. (workaround #806784)Peter Jones2012-03-281-1/+5
| * add dracut shutdown eject hook function (#787461)Brian C. Lane2012-02-201-0/+24
| * check if stdout and stderr are the same in execWithRedirect and open the file...Masahiro Matsuya2012-02-081-1/+4
* | Add restart_service to iutilVratislav Podzimek2012-06-011-0/+3
* | NTP switch functionality (DatetimeSpoke)Vratislav Podzimek2012-05-221-0/+25
* | Add an environment variable for kickstart scripts to make use of.Chris Lumens2012-02-221-8/+9
* | Add a testing flag to allow limited use as non-root.David Lehman2012-01-141-27/+27
* | Protect from tracebacks that occur when running as non-root.David Lehman2012-01-061-12/+27
|/
* fcoe: load bnx2fc if relevant.Ales Kozumplik2011-09-191-0/+6
* iutil: make getArch() return ppc64 on ppc64 (#736721)Will Woods2011-09-131-1/+3
* iutil: add 'bits' arg to isPPC (like isX86)Will Woods2011-09-131-2/+14
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-261-4/+4
* Copy /etc/multipath/wwids to the sysimage.Ales Kozumplik2011-08-161-0/+14
* Fix a bunch of stupid little errors pylint caught.Chris Lumens2011-07-221-1/+1
* Handle systems with more than 2147483647 kB of memory (#704593).David Cantrell2011-07-061-1/+1
* Turn sshd setup, kicstart execution and the rescue mode into dispatch steps.Ales Kozumplik2011-05-041-0/+15
* iutil: remove excess imports.Ales Kozumplik2011-04-271-5/+4
* Update remaining parts of anaconda to use new bootloader module.David Lehman2011-04-071-2/+3
* Handle boot loader upgrades on s390 (#682783)David Cantrell2011-03-081-0/+1
* Fix up remaining anaconda.id references (#680296)Brian C. Lane2011-02-241-1/+1
* Be better at handling killed metacity.Ales Kozumplik2011-02-211-4/+10
* Support cciss devices in get_sysfs_path_by_name().Ales Kozumplik2011-02-181-2/+13
* Clean up a bunch of exception handling code.David Lehman2011-02-161-8/+10
* Support /boot on logical volume on s390x (#618376)David Cantrell2011-01-131-1/+1
* Remove MainframeDiskDevice class, use description property.David Cantrell2010-12-211-1/+1