summaryrefslogtreecommitdiffstats
path: root/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* 2005-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-131-3/+6
| | | | * cmdline.py (ProgressWindow.__init__): Adjust for new API
* Use glade for the exception dialog and display the full traceback on theChris Lumens2005-09-201-2/+2
| | | | bottom.
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-2/+4
| | | | | | 41 files to go. If your favorite log message needs to be on a different priority level, feel free to change it. Maybe we can have little commit wars over them.
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-1/+2
| | | | | * cmdline.py (progressDisplay.setPackageStatus): Don't spam about package downloads in cmdline mode (#155250)
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-261-0/+3
| | | | | | | | | | | | | | * text.py (InstallInterface.beep): Add no-op beep method. Could actually do something if newtBell() were bound in snack. * cmdline.py (InstallInterface.beep): Add (no-op) beep method. * gui.py (InstallInterface.beep): Add beep method. * scripts/mk-images.x86_64 (COMMONMODULES): Add pcspkr module. * scripts/mk-images.i386 (COMMONMODULES): Likewise. * loader2/loader.c (main): Load pcspkr module.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-3/+1
| | | | | | | | | | | | | | | | | | * anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
* log parted exceptionsmikem2004-08-241-0/+1
|
* this at least gets cmdline installs working again (though not completelyJeremy Katz2004-02-251-1/+4
| | | | pretty)
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+160
after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.