Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2005-08-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-26 | 8 | -10/+414 |
| | | | | | | | | | | | | | | * dispatch.py (installSteps): Add new autopart type step, remove some obsolete stuff (fdisk, fdasd) * gui.py (stepToClass): Add new step. (getGladeWidget): Add helper function for glade screens. * text.py (stepToClasses): Add new step. * installclass.py (BaseInstallClass.setSteps): Add new step. * iw/autopart_type.py: Add first pass at new autopartitioning screen. Still want to make the shown options more dynamic based on what your system initially looks like. * textw/partition_text.py: Add new autopartitioning screen. * ui/autopart.glade: Add glade file for new autopartitioning screen. | ||||
* | remove backend specifics from method | Paul Nasrat | 2005-08-26 | 1 | -1/+0 |
| | |||||
* | 2005-08-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-25 | 2 | -4/+5 |
| | | | | | * network.py (NetworkDevice.__init__): Don't set some types that aren't really relevant (#136188, #157193) | ||||
* | 2005-08-24 Matt Wilson <msw@rpath.com> | Jeremy Katz | 2005-08-25 | 2 | -1/+6 |
| | | | | * loader2/loader.c: Disable selinux if mounting /selinux fails. | ||||
* | Stub backend | Paul Nasrat | 2005-08-24 | 1 | -0/+32 |
| | |||||
* | Remove dependency checking | Paul Nasrat | 2005-08-24 | 4 | -104/+3 |
| | |||||
* | bye, bye compspkg | Paul Nasrat | 2005-08-24 | 1 | -3/+0 |
| | |||||
* | Temporarily disable %package ks write out | Paul Nasrat | 2005-08-24 | 1 | -1/+1 |
| | |||||
* | Don't install comps. Remove package handling for backend | Paul Nasrat | 2005-08-24 | 1 | -77/+4 |
| | |||||
* | don't do package based routines | Paul Nasrat | 2005-08-24 | 1 | -4/+4 |
| | |||||
* | remove import | Paul Nasrat | 2005-08-24 | 1 | -1/+0 |
| | |||||
* | Some fixes for anaconda nl.po | pve-nl | 2005-08-23 | 1 | -42/+42 |
| | |||||
* | 2005-08-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-23 | 2 | -1/+7 |
| | | | | | | * isys/isys.c: We don't use /dev/ptyp* anymore, so our pty major is different. Check for the range to fix getting a shell with telnet installs (#165437) | ||||
* | new version | Paul Nasrat | 2005-08-19 | 1 | -0/+2 |
| | |||||
* | Bump version | Paul Nasrat | 2005-08-19 | 1 | -1/+4 |
| | |||||
* | update | Paul Nasrat | 2005-08-19 | 1 | -0/+16 |
| | |||||
* | remove rpmErrorClass | Paul Nasrat | 2005-08-19 | 1 | -8/+0 |
| | |||||
* | remove sortPackages | Paul Nasrat | 2005-08-19 | 1 | -33/+0 |
| | |||||
* | Extract InstallCallback | Paul Nasrat | 2005-08-19 | 1 | -155/+0 |
| | |||||
* | remove now uncalled anacondaTS | Paul Nasrat | 2005-08-19 | 1 | -15/+0 |
| | |||||
* | fixup temporary warnings | Paul Nasrat | 2005-08-19 | 1 | -33/+36 |
| | |||||
* | warn for nfs installs | Paul Nasrat | 2005-08-19 | 1 | -6/+13 |
| | |||||
* | break all but nfs installs | Paul Nasrat | 2005-08-19 | 4 | -285/+8 |
| | |||||
* | Extract checkDependencies | Paul Nasrat | 2005-08-19 | 2 | -35/+1 |
| | |||||
* | update | Paul Nasrat | 2005-08-19 | 1 | -0/+2 |
| | |||||
* | Extract readPackages | Paul Nasrat | 2005-08-19 | 2 | -67/+5 |
| | |||||
* | moved out from hdrlist.py | Paul Nasrat | 2005-08-19 | 2 | -0/+106 |
| | |||||
* | update | Paul Nasrat | 2005-08-19 | 1 | -0/+2 |
| | |||||
* | remove unused function | Paul Nasrat | 2005-08-19 | 2 | -99/+0 |
| | |||||
* | update | Paul Nasrat | 2005-08-19 | 1 | -0/+3 |
| | |||||
* | Simplify findBestFileMatch | Paul Nasrat | 2005-08-19 | 4 | -7/+8 |
| | |||||
* | update | Paul Nasrat | 2005-08-19 | 1 | -0/+5 |
| | |||||
* | Remove legacy comps reading | Paul Nasrat | 2005-08-19 | 4 | -20/+4 |
| | |||||
* | Bump version. | Chris Lumens | 2005-08-18 | 2 | -1/+13 |
| | |||||
* | 2005-08-17 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-17 | 1 | -0/+10 |
| | | | | | | | | | | * 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! | ||||
* | 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. |