summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* Rewrite iface_ip2str() to talk to NetworkManager over D-BusDavid Cantrell2008-08-283-106/+127
* Fix err handling in doMultiMount()David Cantrell2008-08-271-4/+15
* Remove isys.getopt()David Cantrell2008-08-261-148/+0
* Expand getDeviceProperties to return all devices.David Cantrell2008-08-261-10/+18
* Remove unused silo code that wouldn't even build if it were used.Chris Lumens2008-08-262-904/+0
* Remove some really old, really unused code.Chris Lumens2008-08-262-63/+0
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-262-0/+20
* Add getDeviceProperties() and rewrite getMacAddress()David Cantrell2008-08-252-63/+48
* Do not include wireless.hDavid Cantrell2008-08-251-1/+0
* Rewrite isys.isWireless() to use D-Bus and NetworkManagerDavid Cantrell2008-08-255-112/+30
* Rewrite isys.getIPAddress() to use D-Bus and NetworkManager.David Cantrell2008-08-252-42/+36
* Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.David Cantrell2008-08-254-21/+3
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-256-391/+521
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-253-16/+31
* Need to import rhpl for things like switching to pdb.Chris Lumens2008-08-191-0/+1
* lang: kill xen keymap hackMark McLoughlin2008-08-081-2/+0
* Do not call _isys.vtActivate() on s390 or s390x platforms (#217563).David Cantrell2008-08-061-0/+2
* Make it >= not > for the memory size comparison (#207573)Peter Jones2008-08-061-1/+1
* Allow float comparison between nic names in isys.py. (#246135)Joel Andres Granados2008-08-061-2/+2
* Don't traceback when trying to remove /mnt/sysimage (#227650).David Cantrell2008-08-061-1/+4
* Display capslock status correctly (#442258)David Cantrell2008-08-042-1/+24
* MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers.Chris Lumens2008-07-231-3/+3
* Offer physical NIC identification in stage 1 (#261101)David Cantrell2008-07-222-0/+26
* Fix loadkeys on serial consoleNiels de Vos2008-07-171-1/+1
* Set interface MTU if user specified mtu= param (#435874)David Cantrell2008-07-162-0/+50
* Get the rest of the psudo->pseudo changes (#453843)Jeremy Katz2008-07-021-2/+2
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-273-19/+54
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-273-3/+11
* Use strtol() instead of atoi()David Cantrell2008-06-263-5/+51
* Spell pseudo correctly.Peter Jones2008-06-261-3/+3
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-7/+6
* Actually use the mount flags passed to isys.mount()Peter Jones2008-04-091-2/+2
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-081-0/+4
|\
| * Don't treat RAID devices as "disks" to avoid lots of odd behavior (#438358)Jeremy Katz2008-04-081-0/+4
* | Use umask=0077,shortname=winnt on all vfat filesystems.Peter Jones2008-04-081-2/+2
|/
* Print our mount commands to /dev/tty5 for easier debugging.Chris Lumens2008-04-031-0/+4
* Avoid AttributeError in HardDriveDict (#432362)Peter Jones2008-04-011-2/+8
* Handle fstype munging in isys.readFSType instead of in various other places.David Lehman2008-03-281-0/+2
* Fix SIGSEGV on all mounts without optionsJeremy Katz2008-03-261-2/+2
* Don't prepend /dev/ on bind mounts either.Chris Lumens2008-03-201-1/+2
* The units for /sys/block/foo/size aren't bytes. Fixes finding some disksJeremy Katz2008-03-201-1/+1
* Don't add /dev/ to LABEL= or UUID= devices either.Chris Lumens2008-03-181-1/+1
* Make sure we return the same kind of exception in all cases.Chris Lumens2008-03-171-2/+7
* Don't prepend /dev/ onto nfs devices. Also log mount errors to tty5.Peter Jones2008-03-171-13/+14
* Accept devices with or without a leading /dev/.Chris Lumens2008-03-141-3/+9
* More ext4 vs ext4dev nonsense. (#435517)Jeremy Katz2008-02-291-0/+2
* Add support for getting UUID using libblkidJeremy Katz2008-02-241-0/+7
* Don't try to lock /etc/mtab, fix error detection when mount fails.Chris Lumens2008-02-211-4/+4
* the '-o' is appended to the mount command in imount.cJoel Andres Granados2008-02-201-1/+1
* This var can also be None.Joel Andres Granados2008-02-201-1/+1