summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* We've been silently ignoring on the mouse keyword for a while now. Time toChris Lumens2005-08-173-26/+11
| | | | be more noisy about it so people will correct their files.
* 2005-08-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-174-8/+32
| | | | | | | | | | * loader2/net.c: Add support for ksdevice=bootif with patch from Alex Kiernan (alex.kiernan@gmail.com). This plus "IPAPPEND 2" in your pxelinux config will set your install device to the one you pxebooted from. (#166135) * loader2/loader.h: Likewise. * loader2/loader.c: Likewise. * docs/command-line.txt: Document it!
* Fix syntaxPaul Nasrat2005-08-171-1/+1
|
* 2005-08-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-172-2/+7
| | | | | * scripts/upd-instroot (KEEPFILE): Fix paths to some python stuff for lib64 systems
* Remove unused code. Add in changelog blurb for all this stuff I didChris Lumens2005-08-162-33/+16
| | | | today.
* Tweak section patch.Chris Lumens2005-08-161-4/+4
|
* 2005-08-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-162-12/+6
| | | | * iw/installpath_gui.py: Remove unused vars (msw@rpath.com)
* 2005-08-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-162-2/+8
| | | | | | | | | * autopart.py (autoCreatePartitionRequests): Fix for autopart with not lvm (msw@rpath.com) 2005-08-15 Chris Lumens <clumens@redhat.com> * anaconda.spec: Bump version.
* Init tty3 logger in the right place to fix scripts.Chris Lumens2005-08-162-6/+6
|
* Switch to Sazanami Japanese font (#166045).Chris Lumens2005-08-161-1/+1
|
* Correctly detect when we're in a ks file section (dlehman, #165865).Chris Lumens2005-08-161-2/+2
|
* Add support for Pegasos machine (dwmw2, #166013).Chris Lumens2005-08-162-2/+7
|
* New version.Chris Lumens2005-08-152-1/+13
|
* Added syslog= parameter for logging to a remote machine once we're out ofChris Lumens2005-08-155-4/+26
| | | | the loader.
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-152-16/+1
| | | | | | | | * kickstart.py (Kickstart.readKickstart): Remove obsolete and dead --ignoredeps stuff (#165224). * instdata.py (InstallData.writePackagesKS): Likewise. * packages.py (checkDependencies): Likewise. * docs/kickstart-docs.txt: Likewise.
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-154-29/+9
| | | | | | | * kickstart.py (Kickstart.readKickstart): Remove obsolete and dead --ignoredeps stuff (#165224). * instdata.py (InstallData.writePackagesKS): Likewise. * packages.py (checkDependencies): Likewise.
* Accept loglevel= command line parameter. Keep log that loader started onChris Lumens2005-08-157-5/+54
| | | | tty3 going when we get to pythonland.
* updatePaul Nasrat2005-08-151-0/+4
|
* 165934 typoPaul Nasrat2005-08-151-1/+1
|
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-1328-337/+402
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* Don't write to the same file twice.Chris Lumens2005-08-122-6/+7
|
* Use new logging system.Chris Lumens2005-08-1248-266/+340
|
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-1111-136/+152
| | | | | | 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.
* Convert to using new logging system. Also use a separate logger for theChris Lumens2005-08-112-44/+41
| | | | | LVM grow debugging code. Perhaps this could be worked in as another command line arg in the future? No, that seems like a bad idea.
* There's no logging going on in language.py.Chris Lumens2005-08-112-1/+1
|
* Convert to using python's complex logging module and started modifyingChris Lumens2005-08-113-124/+116
| | | | | | | source files. I'll basically have to touch everything. Until that's done, all the files that haven't been converted will log to tty1. The current debug level is set to INFO, but I'll crank it up to WARNING after I get the cmdline parameters in place.
* *** empty log message ***kmilos2005-08-111-5115/+3073
|
* 2005-08-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-102-1/+6
| | | | | * isomd5sum/libcheckisomd5.c: Fix buffer overrun (from Dustin Kirkland <dustin.kirkland@us.ibm.com>
* fix make cleanBill Nottingham2005-08-042-1/+5
|
* Update norwegian translationkmaraas2005-08-031-54/+6
|
* 2005-08-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-012-2/+15
| | | | * loader2/module-info: Add mptspi and mptfc for new driver split
* finishedweliu2005-07-291-3/+3
|
* modifiedweliu2005-07-291-333/+62
|
* 2005-07-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-291-5/+1
| | | | | * loader2/driverdisk.c (loadDriverFromMedia): Apply patch from Akinobu Mita <mita@miraclelinux.com> to fix dd off of sda1:/dd.img
* Katie's translationwliu2005-07-281-3/+1
|
* Katie's translationwliu2005-07-281-120/+42
|
* Fixed fuzziesxyzallan2005-07-271-1929/+1386
|
* 2005-07-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-07-263-67/+9
| | | | | | | * gui-tags.txt: Remove unused file. * scripts/makestamp.py (opts): Fix from dgregor for passing timestamp in (#163875)
* updating hi.porranjan2005-07-251-112/+37
|
* Bump version.Chris Lumens2005-07-212-1/+7
|
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-2111-448/+35
| | | | firstboot using system-config-securitylevel.
* Use the right enum. Not that it makes much difference here.Bill Nottingham2005-07-212-1/+6
|
* New versionPaul Nasrat2005-07-202-1/+8
|
* Work in for yumPaul Nasrat2005-07-203-15/+27
|
* Fix for sungemPaul Nasrat2005-07-201-1/+1
|
* *** empty log message ***ra2005-07-181-47/+1
|
* *** empty log message ***dady2005-07-171-79/+81
|
* updatePaul Nasrat2005-07-151-0/+4
|
* Fix for writing boot flag to first part #157245Paul Nasrat2005-07-151-1/+1
|
* *** empty log message ***dady2005-07-151-32/+32
|