summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use system-config-keyboard shim. Miscellaneous cleanups.Chris Lumens2006-05-041-5/+4
|
* We don't need system-config-keyboard in the path here anymore. Fix upChris Lumens2006-05-042-51/+50
| | | | exception handling to use anaconda object.
* Reference cmdline dict correctly.Chris Lumens2006-05-041-1/+1
|
* Fix callback options.Chris Lumens2006-05-041-2/+2
|
* Remove unused steps.Chris Lumens2006-05-042-169/+0
|
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-0423-365/+365
|
* Correct root password traceback.Chris Lumens2006-05-031-1/+1
|
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-0310-148/+138
| | | | lots of other objects.
* Update documentation for new commands.Chris Lumens2006-05-031-0/+57
|
* Don't traceback if pykickstart gets support for a new command before anaconda.Chris Lumens2006-05-032-2/+11
|
* Add support for making users and for enabling/disabling services viaChris Lumens2006-05-035-27/+135
| | | | kickstart.
* SCREW THE S390David Cantrell2006-05-032-8/+0
|
* * lvm.py (has_lvm): Return if we're on S/390 and don't see aDavid Cantrell2006-05-032-0/+8
| | | | /proc/devices file.
* 2006-05-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-032-3/+5
| | | | | * isys/isys.c: Don't include kernel fs headers -- the e2fsprogs ones have what we need.
* *** empty log message ***igor2006-05-031-65/+19
|
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-022-1/+10
| | | | * isys/dasd.c: Fix the s390 build for real with a temporary hack
* more build fixageJeremy Katz2006-05-022-0/+2
|
* bump versionJeremy Katz2006-05-021-0/+2
|
* spec bumpJeremy Katz2006-05-021-1/+4
|
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-023-0/+7
| | | | | * isys/net.h: Include <linux/types.h> for ethtool.h * isys/isys.c: Hack to fix compile error with new kernel headers
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-022-1/+18
| | | | * anaconda.spec: Bump version.
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-024-15/+22
| | | | | | | | | * bootloader.py: Clean up imports (getBootloader): Use isolinuxBootloader for the livecd case. * anaconda (rootpath_cb): Allow using --rootpath=cd:/path to specify that we're doing a livecd. This is likely to change... * flags.py (Flags.__init__): Add livecd flag
* Create basic anaconda class.Chris Lumens2006-05-012-62/+84
|
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-012-2/+2
| | | | | | * instdata.py (InstallData.write): It's safe to run authconfig with --nostart in rootpath mode. * firewall.py (Firewall.write): Likewise for lokkit.
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-012-5/+13
| | | | | | * bootloader.py (writeBootloader): Don't traceback if there's no rootdev (eg, rootpath mode) so that we can have a bootloader setup for live CDs.
* Refactor into functions. Hmm, I wonder what the next step is.Chris Lumens2006-05-013-626/+669
|
* Move startVNCServer to vnc.py.Chris Lumens2006-05-013-166/+174
|
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-013-5/+12
| | | | | * docs/kickstart-docs.txt: Update for nfs mount options. * docs/command-line.txt: Likewise.
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-013-6/+27
| | | | | * loader2/nfsinstall.c: Handle nfs mount options (Dave Lehman, #168384) * loader2/nfsinstall.h: Add mount opts to struct
* Remove anaconda syslogd mode, use a syslogd command instead.Chris Lumens2006-05-014-23/+13
|
* add syslogd stubPaul Nasrat2006-05-012-1/+17
|
* - per discussion, revert this change.Peter Jones2006-04-284-17/+2
|
* - changelog for nfsmountopts changes.Peter Jones2006-04-281-0/+6
|
* - make nfs mount options user specifiable.Peter Jones2006-04-283-2/+11
|
* Updated Greek translation by Kostas Papadimasfrolix682006-04-271-371/+435
|
* Emit --useexisting and --noformat for VGs, RAID, and LVs (#189123).Chris Lumens2006-04-272-2/+15
|
* Warn if there's not enough space for an upgrade (#189022).Chris Lumens2006-04-272-3/+31
|
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-262-0/+6
| | | | | * network.py (Network.__init__): Don't reconfig network if using rootpath mode
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-262-8/+2
| | | | * anaconda: Remove dead comments
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-262-5/+9
| | | | | * network.py (Network.lookupHostname): Don't change network config in rootpath mode (#185930)
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-262-1/+4
| | | | * anaconda: Don't symlink things that don't exist.
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-262-1/+6
| | | | | * packages.py (setupTimezone): Don't change timezone on rootpath (Jane Dogalt, #185930)
* Pass the right types to the socket module to make manual IP configuration workChris Lumens2006-04-262-2/+8
| | | | again.
* Translated comps package for mr_IN and automerged using the scriptrbhalera2006-04-251-119/+138
|
* Fix typoPaul Nasrat2006-04-251-1/+1
|
* Finished translation of anaconda for mr_INrbhalera2006-04-251-3/+30
|
* modified anaconda/mr.porbhalera2006-04-241-3/+80
|
* Updatekmaraas2006-04-241-11/+6
|
* automerge donemospina2006-04-241-54/+115
|
* Check UTC box unless a Windows partition is found.Chris Lumens2006-04-202-0/+15
|