Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We've been silently ignoring on the mouse keyword for a while now. Time to | Chris Lumens | 2005-08-17 | 3 | -26/+11 |
| | | | | be more noisy about it so people will correct their files. | ||||
* | 2005-08-17 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-17 | 4 | -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 syntax | Paul Nasrat | 2005-08-17 | 1 | -1/+1 |
| | |||||
* | 2005-08-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-17 | 2 | -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 did | Chris Lumens | 2005-08-16 | 2 | -33/+16 |
| | | | | today. | ||||
* | Tweak section patch. | Chris Lumens | 2005-08-16 | 1 | -4/+4 |
| | |||||
* | 2005-08-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-16 | 2 | -12/+6 |
| | | | | * iw/installpath_gui.py: Remove unused vars (msw@rpath.com) | ||||
* | 2005-08-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-16 | 2 | -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 Lumens | 2005-08-16 | 2 | -6/+6 |
| | |||||
* | Switch to Sazanami Japanese font (#166045). | Chris Lumens | 2005-08-16 | 1 | -1/+1 |
| | |||||
* | Correctly detect when we're in a ks file section (dlehman, #165865). | Chris Lumens | 2005-08-16 | 1 | -2/+2 |
| | |||||
* | Add support for Pegasos machine (dwmw2, #166013). | Chris Lumens | 2005-08-16 | 2 | -2/+7 |
| | |||||
* | New version. | Chris Lumens | 2005-08-15 | 2 | -1/+13 |
| | |||||
* | Added syslog= parameter for logging to a remote machine once we're out of | Chris Lumens | 2005-08-15 | 5 | -4/+26 |
| | | | | the loader. | ||||
* | 2005-08-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-15 | 2 | -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 Katz | 2005-08-15 | 4 | -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 on | Chris Lumens | 2005-08-15 | 7 | -5/+54 |
| | | | | tty3 going when we get to pythonland. | ||||
* | update | Paul Nasrat | 2005-08-15 | 1 | -0/+4 |
| | |||||
* | 165934 typo | Paul Nasrat | 2005-08-15 | 1 | -1/+1 |
| | |||||
* | Support logging levels in the loader just like in the python parts of the | Chris Lumens | 2005-08-13 | 28 | -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 Lumens | 2005-08-12 | 2 | -6/+7 |
| | |||||
* | Use new logging system. | Chris Lumens | 2005-08-12 | 48 | -266/+340 |
| | |||||
* | Converted a lot more messages to the new logging system, but there's still | Chris Lumens | 2005-08-11 | 11 | -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 the | Chris Lumens | 2005-08-11 | 2 | -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 Lumens | 2005-08-11 | 2 | -1/+1 |
| | |||||
* | Convert to using python's complex logging module and started modifying | Chris Lumens | 2005-08-11 | 3 | -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 *** | kmilos | 2005-08-11 | 1 | -5115/+3073 |
| | |||||
* | 2005-08-10 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-10 | 2 | -1/+6 |
| | | | | | * isomd5sum/libcheckisomd5.c: Fix buffer overrun (from Dustin Kirkland <dustin.kirkland@us.ibm.com> | ||||
* | fix make clean | Bill Nottingham | 2005-08-04 | 2 | -1/+5 |
| | |||||
* | Update norwegian translation | kmaraas | 2005-08-03 | 1 | -54/+6 |
| | |||||
* | 2005-08-01 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-01 | 2 | -2/+15 |
| | | | | * loader2/module-info: Add mptspi and mptfc for new driver split | ||||
* | finished | weliu | 2005-07-29 | 1 | -3/+3 |
| | |||||
* | modified | weliu | 2005-07-29 | 1 | -333/+62 |
| | |||||
* | 2005-07-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-07-29 | 1 | -5/+1 |
| | | | | | * loader2/driverdisk.c (loadDriverFromMedia): Apply patch from Akinobu Mita <mita@miraclelinux.com> to fix dd off of sda1:/dd.img | ||||
* | Katie's translation | wliu | 2005-07-28 | 1 | -3/+1 |
| | |||||
* | Katie's translation | wliu | 2005-07-28 | 1 | -120/+42 |
| | |||||
* | Fixed fuzzies | xyzallan | 2005-07-27 | 1 | -1929/+1386 |
| | |||||
* | 2005-07-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-07-26 | 3 | -67/+9 |
| | | | | | | | * gui-tags.txt: Remove unused file. * scripts/makestamp.py (opts): Fix from dgregor for passing timestamp in (#163875) | ||||
* | updating hi.po | rranjan | 2005-07-25 | 1 | -112/+37 |
| | |||||
* | Bump version. | Chris Lumens | 2005-07-21 | 2 | -1/+7 |
| | |||||
* | Remove firewall configuration screen. This will be coming back in | Chris Lumens | 2005-07-21 | 11 | -448/+35 |
| | | | | firstboot using system-config-securitylevel. | ||||
* | Use the right enum. Not that it makes much difference here. | Bill Nottingham | 2005-07-21 | 2 | -1/+6 |
| | |||||
* | New version | Paul Nasrat | 2005-07-20 | 2 | -1/+8 |
| | |||||
* | Work in for yum | Paul Nasrat | 2005-07-20 | 3 | -15/+27 |
| | |||||
* | Fix for sungem | Paul Nasrat | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | ra | 2005-07-18 | 1 | -47/+1 |
| | |||||
* | *** empty log message *** | dady | 2005-07-17 | 1 | -79/+81 |
| | |||||
* | update | Paul Nasrat | 2005-07-15 | 1 | -0/+4 |
| | |||||
* | Fix for writing boot flag to first part #157245 | Paul Nasrat | 2005-07-15 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | dady | 2005-07-15 | 1 | -32/+32 |
| |