index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isys
/
isys.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Structure the repo layout so it matches final structure better and make isys ...
Martin Sivak
2010-05-31
1
-547
/
+0
*
refactoring: put totalMemory() into isys.
Ales Kozumplik
2010-05-27
1
-0
/
+1
*
Use correct NM dbus interfaces (#594716)
Radek Vykydal
2010-05-24
1
-3
/
+5
*
Make ssid and wepkey in boot params and stage 1 kickstart work (#473803)
Radek Vykydal
2010-05-24
1
-20
/
+2
*
improve the memory checking so it reflects better the hungry architectures.
Ales Kozumplik
2010-05-19
1
-0
/
+1
*
Wait for specific activated network devices (#520146).
Radek Vykydal
2010-05-13
1
-0
/
+1
*
memory: increase the RAM limits, check for URL installs (#549653).
Ales Kozumplik
2010-05-06
1
-0
/
+1
*
make sure the new logging also works when isys is imported as a python module.
Ales Kozumplik
2010-03-08
1
-0
/
+1
*
Remove getDasdDevPort() and getDasdState() from isys.py.
David Cantrell
2010-02-22
1
-43
/
+0
*
Remove isys/dasd.c, functions no longer needed in isys.
David Cantrell
2010-02-22
1
-9
/
+0
*
Remove no longer used isys EDD code
Hans de Goede
2010-01-28
1
-79
/
+0
*
pylint error fixes round 2
Hans de Goede
2010-01-14
1
-2
/
+1
*
Add a function to get paths to loaded modules
Martin Sivak
2010-01-08
1
-0
/
+10
*
opts should always be treated as a list inside isys.mount().
Chris Lumens
2010-01-05
1
-1
/
+1
*
Include error messages when logging selinux context get/set failures.
David Lehman
2009-12-15
1
-4
/
+4
*
Catch failures to set selinux contexts so it doesn't cause a crash.
David Lehman
2009-12-15
1
-2
/
+6
*
Fix typo logging failure to get default file context.
David Lehman
2009-12-15
1
-1
/
+1
*
Nothing has a kernel-smp anymore so none of this code is useful.
Chris Lumens
2009-12-10
1
-7
/
+0
*
Use selinux python module for file context operations.
David Lehman
2009-12-08
1
-3
/
+10
*
Enable method/repo nfs options in stage2.
Radek Vykydal
2009-12-03
1
-2
/
+5
*
Do not traceback if network device doesn't have HwAddress property (#506013).
Radek Vykydal
2009-10-13
1
-2
/
+7
*
Remove some unused isys methods.
Chris Lumens
2009-09-29
1
-60
/
+0
*
Make anaconda know its version number (#520061)
David Cantrell
2009-09-04
1
-0
/
+3
*
Make all sysfs path's be _without_ /sys prefix (#516168)
Hans de Goede
2009-08-07
1
-1
/
+1
*
The names of a couple basic udev methods has changed.
Chris Lumens
2009-08-04
1
-2
/
+2
*
Log when we unmount filesystems so we have a match for mount messages.
Chris Lumens
2009-07-30
1
-0
/
+1
*
Catch None devs
Jeremy Katz
2009-07-29
1
-1
/
+3
*
NM no longer exposes information through HAL (#514501).
Chris Lumens
2009-07-29
1
-17
/
+14
*
Switch to using iutil.isS390 instead of rhpl.getArch
Jeremy Katz
2009-07-01
1
-2
/
+1
*
Collect network interfaces from NetworkManager (#493995)
David Cantrell
2009-05-04
1
-2
/
+36
*
make resetFileContext return the context set
Will Woods
2009-05-01
1
-2
/
+3
*
Fix EDD BIOS disk order detection in general and make it work with dmraid
Hans de Goede
2009-04-08
1
-6
/
+21
*
Include filesystem type in mount log message.
David Lehman
2009-04-07
1
-1
/
+1
*
Remove isys.getDeviceByToken since it is no longer used.
Chris Lumens
2009-04-02
1
-3
/
+0
*
Use booleans in isys.mount() and isys.umount()
David Cantrell
2009-03-18
1
-3
/
+4
*
Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941).
Chris Lumens
2009-03-17
1
-15
/
+7
*
Get iscsi going with the new storage code
Hans de Goede
2009-03-17
1
-9
/
+0
*
Add mediaPresent and eject to the OpticalDevice class.
Chris Lumens
2009-03-13
1
-33
/
+0
*
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-353
/
+5
*
Syntax fixes for the new pyparted.
David Cantrell
2009-02-12
1
-1
/
+1
*
Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083).
Chris Lumens
2008-12-08
1
-0
/
+3
*
Prevent network install when no network devices are found (#470144)
David Cantrell
2008-12-05
1
-0
/
+7
*
ext4dev -> ext4 (esandeen).
Chris Lumens
2008-10-14
1
-2
/
+0
*
Support ksdevice=link when booting from boot.iso.
David Cantrell
2008-10-02
1
-0
/
+3
*
Bring back isys.resetResolv() and fix NetworkManager polling in network.py.
David Cantrell
2008-09-24
1
-0
/
+3
*
Fix a traceback when getting the interface settings (#462592).
Chris Lumens
2008-09-22
1
-1
/
+1
*
Remove code from isys not needed for NetworkManager.
David Cantrell
2008-09-15
1
-50
/
+0
*
Write out final ifcfg-DEVICE files correctly.
David Cantrell
2008-09-15
1
-0
/
+35
*
On HDISO installs, mark LABEL= and UUID= partitions as protected.
Chris Lumens
2008-09-15
1
-0
/
+3
*
Fix iscsi disk detection with newer kernels (rh 461839, 461841)
Hans de Goede
2008-09-15
1
-1
/
+1
[next]