summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make /dev/input/event* device nodes needed for some laptop mice.Chris Lumens2005-10-145-0/+21
|
* Some text-mode fixes for anaconda nl.popve-nl2005-10-131-7/+5
|
* updatePaul Nasrat2005-10-131-0/+4
|
* fix typoPaul Nasrat2005-10-131-1/+1
|
* 2005-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-122-1/+13
| | | | * anaconda.spec: Bump version.
* 2005-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-122-2/+5
| | | | * dispatch.py: Remove unused import. Pass intf to doPostAction
* Change location of modes data files.Chris Lumens2005-10-122-2/+6
|
* Fixed type in 'Group Details'andrmart2005-10-121-5/+5
|
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-112-0/+3
| | | | * floppy.py (hasFloppyDevice): Default return.
* Remove unused floppy device code. Use hasFloppyDevice instead ofChris Lumens2005-10-114-170/+11
| | | | duplicating device counting code.
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-112-42/+16
| | | | * isys/devnodes.c: Make the ide drive device node creation cleaner.
* Move redirection of warnings module messages from kickstart.py to anacondaChris Lumens2005-10-113-10/+13
| | | | so all deprecation warnings will end up getting logged.
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-111-1/+1
| | | | * scripts/upd-instroot: Just remove test stuff (#170428)
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-112-1/+4
| | | | | * iw/partition_gui.py (PartitionWindow.makeraidCB): Fix traceback (#170189)
* 2005-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-112-0/+19
| | | | | * kickstart.py (Kickstart.postAction, Kickstart.preAction): Give visual indication of scriptlets running (#170017)
* 2005-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-112-1/+6
| | | | | * isys/imount.c: Actually assign the nfs mount opts to the right variable
* updatePaul Nasrat2005-10-101-0/+4
|
* Handle missing metadataPaul Nasrat2005-10-101-2/+13
|
* Bump version.Chris Lumens2005-10-102-2/+17
|
* Add a fi.Chris Lumens2005-10-101-1/+2
|
* Add a newline.Chris Lumens2005-10-101-1/+1
|
* *** empty log message ***kmilos2005-10-101-4/+4
|
* initial filessarahs2005-10-101-0/+7484
|
* Bump version.Chris Lumens2005-10-072-1/+11
|
* Missed one.Chris Lumens2005-10-071-11/+10
|
* make /usr/src/debug tooPeter Jones2005-10-071-0/+1
|
* 2005-10-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-073-62/+23
| | | | | | | | * loader2/selinux.c (loadpolicy): load_policy changed how it works, let's try to keep it happy if we can instead of having to implement it ourselves. * scripts/upd-instroot (SELINUX): Create an selinux config.
* Fix word wrap so the dialog doesn't grow too much.Chris Lumens2005-10-072-2/+4
|
* Use rhpxl instead of rhpl for X configuration.Chris Lumens2005-10-077-10/+21
|
* Add pykickstart to partial update list.Chris Lumens2005-10-062-1/+4
|
* Override warnings.showwarning to ensure kickstart DeprecationWarnings getChris Lumens2005-10-062-0/+10
| | | | logged.
* Reorder cases so we don't run into a surprise None (#170003).Chris Lumens2005-10-062-2/+7
|
* Move generic kickstart file processing code into its own package and makeChris Lumens2005-10-066-1086/+43
| | | | | sure to include it properly. Also fixed a variety of typos related to LVM and RAID on kickstart.
* Fix constants imports so we get everything that was moved intoChris Lumens2005-10-065-5/+4
| | | | pykickstart.
* Pull in firstboot_module_window and pykickstart package.Chris Lumens2005-10-062-5/+17
|
* Don't raise an exception when the release notes button is clicked (thisChris Lumens2005-10-051-1/+0
| | | | never should have been committed anyway, but it was funny).
* Some text-mode fixes for anaconda nl.popve-nl2005-10-051-3/+3
|
* Automergeccheng2005-10-051-38/+74
|
* Use new ksdata objects for network and partitioning lists instead ofChris Lumens2005-10-044-192/+283
| | | | | | dictionaries that aren't guaranteed to contain certain keys. Fix use of map action in the optionparser. Don't overwrite empty values with None at the end of the command handlers.
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-042-2/+3
| | | | * kickstartParser.py (KickstartHandlers.doXConfig): Revert, I'm backwards.
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-042-2/+4
| | | | * kickstartParser.py (KickstartHandlers.doXConfig): Fix some defaults
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-042-1/+9
| | | | | | * iw/autopart_type.py (PartitionTypeWindow.getNext): Skip bootloader screen if we're not reviewing/modifying partitioning (#169817)
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-042-3/+5
| | | | | * installclass.py (BaseInstallClass.setSteps): Make non-existent arch-specific step skipping permanent
* 2005-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-044-10/+41
| | | | | | | | | | | * iw/autopart_type.py (PartitionTypeWindow.getNext): Don't skip manual partitioning if we're doing custom partitions (#169001) (PartitionTypeWindow.comboChanged): Also make it obvious what's going on with custom partitioning + review checkbox * ui/autopart.glade: Add callback. * textw/partition_text.py (PartitionTypeWindow.__call__): Properly shut down UI if custom partitioning selected.
* 2005-10-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-032-0/+5
| | | | * anaconda (traceOnly): Add yuminstall to what we suck in (#169228)
* *** empty log message ***kmilos2005-10-031-412/+378
|
* Updatedyulia2005-10-031-340/+42
|
* KickstartParser fixes to make %post scripts in and out of the chrootChris Lumens2005-09-305-130/+136
| | | | | | environment and also from within an %include. Make state and script attributes of KickstartParser to support this. Centralize KS constants to avoid circular inclusion.
* Improvments and updatesraven2005-09-291-20/+22
|
* Bump version.Chris Lumens2005-09-272-1/+6
|