index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
instdata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
* anaconda (__main__): Pass reference to anaconda object to InstallData.
David Cantrell
2006-12-13
1
-4
/
+4
*
We don't usually want to write out the xconfig and monitor lines into the
Chris Lumens
2006-11-13
1
-1
/
+1
*
Turn off firstboot on s390 (#207926).
Chris Lumens
2006-09-25
1
-1
/
+7
*
2006-07-28 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-07-28
1
-1
/
+1
*
Fix writing out the X config file during post instllation.
Chris Lumens
2006-07-28
1
-1
/
+1
*
2006-07-27 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-07-28
1
-2
/
+2
*
Fix "unknown error" on shadow file (#196705).
Chris Lumens
2006-07-12
1
-2
/
+2
*
Use subprocess instead of our own code. Fix all calls to execWith* so
Chris Lumens
2006-07-12
1
-3
/
+3
*
2006-05-17 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-17
1
-1
/
+1
*
Move account creation to where the root password is set, since it's the
Chris Lumens
2006-05-05
1
-8
/
+29
*
- fix missing newline on "rootpw" line
Peter Jones
2006-05-05
1
-2
/
+2
*
Correct root password traceback.
Chris Lumens
2006-05-03
1
-1
/
+1
*
Add support for making users and for enabling/disabling services via
Chris Lumens
2006-05-03
1
-27
/
+11
*
2006-05-01 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-01
1
-1
/
+1
*
We probably don't want to log the root password.
Chris Lumens
2006-04-11
1
-2
/
+0
*
Move import to the top.
Chris Lumens
2006-04-11
1
-1
/
+1
*
Use libuser for handling the root password instead of a bunch of our own
Chris Lumens
2006-04-11
1
-4
/
+38
*
Remove the unused Accounts class.
Chris Lumens
2006-03-30
1
-4
/
+0
*
Create a dictionary in flags.py for storing /proc/cmdline. Nuke all
Chris Lumens
2006-03-22
1
-8
/
+3
*
2006-03-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-03-13
1
-1
/
+0
*
* anaconda: Pass the display mode we're running in to InstallData.
David Cantrell
2006-02-21
1
-2
/
+7
*
2006-02-12 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-12
1
-3
/
+2
*
2006-02-09 Patrick Mansfield <patmans@us.ibm.com>
Jeremy Katz
2006-02-09
1
-0
/
+2
*
2006-01-30 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-01-30
1
-1
/
+0
[next]