summaryrefslogtreecommitdiffstats
path: root/pyanaconda/isys
Commit message (Expand)AuthorAgeFilesLines
* Rewrite isWirelessDevice to Python and DBus calls (#862801)Vratislav Podzimek2012-10-114-56/+17
* Use chvt command for tty switchingVratislav Podzimek2012-09-052-21/+0
* Remove the last references to isysLoadKeymap.Chris Lumens2012-08-091-18/+0
* Remove our loadKeymap code from isysVratislav Podzimek2012-08-084-133/+0
* lower minimum memory requirements by 256M (#708966)Brian C. Lane2012-05-081-5/+6
* Remove misc. references to loaderWill Woods2012-02-152-3/+3
* And stop attempting to load our own fonts, since we no longer ship them.Chris Lumens2011-10-312-42/+0
* imount.c: include fcntl.h before ext2fs/ext2fs.h.Ales Kozumplik2011-09-291-1/+1
* Start NM in loader on s390 until we have systemd init here too (#733680)Radek Vykydal2011-09-212-0/+43
* Tidy warnings.showwarning into anaconda_log.py.Ales Kozumplik2011-08-251-1/+0
* Put nolock instead of ,nolock to options if provided options are empty (#727522)Martin Sivak2011-08-171-1/+1
* Restart NetworkManager to use anaconda's initial ifcfg config (#727951)Radek Vykydal2011-08-102-24/+28
* Use unsigned long long type in doTotalMemory()David Cantrell2011-07-251-2/+2
* Handle systems with more than 2147483647 kB of memory (#704593).David Cantrell2011-07-062-56/+55
* imount.c: first wait() for mount then close its stdin/stdout.Ales Kozumplik2011-06-011-2/+2
* Update the requirements for memory..David Lehman2011-05-053-6/+3
* Use correct interface to obtain HwAddress property (#693614)Radek Vykydal2011-04-181-1/+2
* Revert "Don't write HWADDR into ifcfg files (#690589)"Radek Vykydal2011-04-181-2/+1
* Changes for NetworkManager API 0.9Radek Vykydal2011-04-113-8/+23
* Don't write HWADDR into ifcfg files (#690589)Radek Vykydal2011-04-081-1/+2
* Ensure remount requests go through isys.mount() (#678520)David Cantrell2011-03-011-1/+1
* Use NM for ibft configurationRadek Vykydal2011-03-021-1/+0
* Add kickstart network --nodefroute optionRadek Vykydal2011-03-022-0/+2
* Wait for activation of specific devices instead of NMRadek Vykydal2011-03-022-0/+31
* remove unused variablesMichal Schmidt2011-02-032-8/+6
* Raise an exception if X*Display functions fail (#663294).Chris Lumens2010-12-151-0/+2
* Add losetup to the install image, re-remove it from isys (#662183).Chris Lumens2010-12-101-42/+0
* Check for ARPHRD_ETHER and ARPHRD_SLIP types in getDevices (#596826)David Cantrell2010-12-061-1/+3
* A little too much got deleted from imount.c.Chris Lumens2010-11-111-0/+2
* Return mount's actual error codes instead of obfuscating them.David Lehman2010-11-102-42/+10
* Remove mkdirChain() from isys, use g_mkdir_with_parents()David Cantrell2010-11-102-51/+2
* Remove include lines for stubs.h from isys.David Cantrell2010-11-101-19/+19
* Remove isys cpio extraction code.David Cantrell2010-11-107-993/+4
* Fix typo in my ctc commit (#648858)Brian C. Lane2010-11-081-1/+1
* Fix ctc check logic (#648858)Brian C. Lane2010-11-081-1/+1
* Support devices larger than 1.5TB (#649095, rspanton AT zepler DOT net).Chris Lumens2010-11-031-4/+4
* Fix test for CTC devices from yesterday.Chris Lumens2010-11-031-1/+1
* Remove obsolete networking code.Radek Vykydal2010-11-031-35/+0
* Support installation to CTC devices in loader (#648858, karsten).Chris Lumens2010-11-021-1/+2
* We no longer need to copy the install.img over and lochangefd to it.Chris Lumens2010-10-152-32/+0
* Remove losetup and unlosetup from isysBrian C. Lane2010-09-031-28/+0
* memory: install.img is now >150 MB so count 192 MB extra for it.Ales Kozumplik2010-08-302-2/+2
* logging: turn the loglevels into proper enum.Ales Kozumplik2010-08-182-19/+21
* logging: refactor printLogHeaderAles Kozumplik2010-08-181-26/+12
* Remove translation of error strings in uncpio.cBrian C. Lane2010-07-281-11/+11
* Clean up tabs in uncpio.cBrian C. Lane2010-07-281-338/+336
* Redirect uncpio errors to syslog (#618181)Brian C. Lane2010-07-281-2/+3
* modules.c: only log from _doLoadModule() if logging has been initialized.Ales Kozumplik2010-07-202-0/+7
* Init g_type in is_wireless_device.Radek Vykydal2010-07-191-0/+2
* Fix a file descriptor leak in getDevices (#612153, mganisin).Chris Lumens2010-07-071-0/+1