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
/
instdata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for fingerprint-based logins (#481273).
Chris Lumens
2009-04-16
1
-1
/
+1
*
Move protectedPartition setup into storageInitialize (#491781).
Chris Lumens
2009-03-24
1
-25
/
+0
*
Use booty.getBootloader instead of going through an intermediary.
Chris Lumens
2009-03-04
1
-2
/
+2
*
Handle write and writeKS for the iSCSI and ZFCP modules.
Chris Lumens
2009-03-04
1
-1
/
+2
*
Lots of minor fixes and cleanups. A non-exhaustive list follows.
David Lehman
2009-02-27
1
-1
/
+2
*
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-28
/
+8
*
Write out the path to the repo, not anaconda-ks.cfg (#467753).
Chris Lumens
2008-10-30
1
-1
/
+6
*
Fix various syntax errors caught by PyChecker
Hans de Goede
2008-10-29
1
-0
/
+3
*
Fix traceback in network.bringUp() (#468651)
David Cantrell
2008-10-26
1
-1
/
+2
*
Tell NetworkManager not to touch network interfaces when / is a netfs
Hans de Goede
2008-10-24
1
-1
/
+1
*
It helps to specify what the method string should be split on (#464855).
Chris Lumens
2008-10-01
1
-1
/
+1
*
Whitespace cleanups.
David Cantrell
2008-09-29
1
-34
/
+34
*
Don't worry about errors looking up protected partitions on upgrades.
Chris Lumens
2008-09-19
1
-6
/
+20
*
On HDISO installs, mark LABEL= and UUID= partitions as protected.
Chris Lumens
2008-09-15
1
-0
/
+8
*
Add the method string back into anaconda-ks.cfg.
Chris Lumens
2008-09-10
1
-0
/
+22
*
Support xdriver= again
Jeremy Katz
2008-07-17
1
-0
/
+2
*
Don't pass methodstr into the backend and instdata.
Chris Lumens
2008-06-18
1
-7
/
+3
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-16
/
+2
*
Don't pass None as stdout or stderr.
Chris Lumens
2008-03-28
1
-1
/
+1
*
more mouse-related removals
Bill Nottingham
2008-03-27
1
-6
/
+0
*
Have 'preupgrade' key doing an upgrade
Jeremy Katz
2008-03-25
1
-1
/
+1
*
Handle /dev being on hard drive devices in the second stage
Jeremy Katz
2008-03-20
1
-0
/
+2
*
Fix the format of the method=hd: parameter.
Chris Lumens
2008-03-13
1
-2
/
+2
*
Fix creating new users in kickstart.
Chris Lumens
2008-03-13
1
-2
/
+0
*
Use SHA-512 by default for password encryption.
David Cantrell
2008-02-20
1
-18
/
+32
*
Fix methodstr handling for hdiso installs (#431132).
Chris Lumens
2008-02-06
1
-2
/
+2
*
Don't refer to the libuser.conf when creating users (#428891).
Chris Lumens
2008-01-22
1
-0
/
+2
*
Try to fix a problem creating users via kickstart (#428891).
Chris Lumens
2008-01-21
1
-4
/
+4
*
Add the kickstart syntax version to the kickstart file.
Chris Lumens
2008-01-14
1
-0
/
+4
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-1
/
+1
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+14
*
Fixes to the live install method
Jeremy Katz
2007-12-07
1
-0
/
+1
*
Begin removing references to anaconda.method and anaconda.methodstr.
Chris Lumens
2007-12-05
1
-30
/
+1
*
Move protected partitions into the Partitions object.
Chris Lumens
2007-11-28
1
-1
/
+12
*
Since the exception dialog no longer probes for the floppy in advance,
Chris Lumens
2007-10-26
1
-2
/
+1
*
If doing a kickstart install, write the reboot command into the output
Chris Lumens
2007-10-03
1
-0
/
+1
*
2007-09-25 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-25
1
-1
/
+3
*
Write out user and services commands and scripts to anaconda-ks.cfg if doing a
Chris Lumens
2007-09-12
1
-0
/
+12
*
If we did a kickstart install, use the %packages section from the ks file
Chris Lumens
2007-09-04
1
-17
/
+18
*
Add a method to write out repo lines to the anaconda-ks.cfg file for all
Chris Lumens
2007-06-26
1
-0
/
+2
*
Fix another syntax error.
Chris Lumens
2007-06-18
1
-1
/
+1
*
2007-06-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-06-15
1
-1
/
+1
*
Lock accounts if asked (#240059).
Chris Lumens
2007-06-07
1
-5
/
+12
*
Use shlex instead of a simple split to preserve quoting in authconfig commands
Chris Lumens
2007-05-30
1
-3
/
+4
*
* partedUtils.py (openDevices): don't relabel disks that contain
dlehman
2007-02-22
1
-0
/
+5
*
Set the default timezone based on the current language, whether we can display
Chris Lumens
2007-02-21
1
-0
/
+1
*
Fix writing out --startxonboot and the initial setting of firstboot in case
Chris Lumens
2007-01-26
1
-1
/
+1
*
2007-01-17 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-17
1
-1
/
+2
*
More stuff we don't need.
Chris Lumens
2007-01-17
1
-9
/
+0
*
Oh crap, support for new pykickstart is here. This is too large to explain
Chris Lumens
2007-01-16
1
-5
/
+4
[next]