summaryrefslogtreecommitdiffstats
path: root/pyanaconda/isys
Commit message (Expand)AuthorAgeFilesLines
* Move networking functions from isys to network module.Radek Vykydal2013-02-122-190/+0
* Remove unused networking stuff from isysRadek Vykydal2013-02-121-8/+0
* Don't fail on invalid network --device kickstart specification.Radek Vykydal2013-01-301-6/+5
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-3/+3
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-286-852/+15
* Add device NM_DEVICE_TYPE_ETHERNET to isys (#893892)Radek Vykydal2013-01-161-0/+1
* g_type_init call is no longer neededBrian C. Lane2013-01-141-8/+0
* Remove resetResolver function, we don't need it anymore (#868695)Radek Vykydal2012-12-051-14/+0
* Dump default auto connection's ifcfg file instead of writing a new one (#870922)Radek Vykydal2012-11-191-0/+1
* Don't let mount/umount block python threads (#873600).Chris Lumens2012-11-091-0/+6
* 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