| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -2132/+0 |
| | | |||||
| * | eli -> elilo | Bill Nottingham | 2001-04-19 | 1 | -3/+3 |
| | | |||||
| * | fixed driver disks | Erik Troan | 2001-04-03 | 1 | -4/+9 |
| | | |||||
| * | turn on onboot w/ devices are specified during kickstart | Erik Troan | 2001-04-03 | 1 | -0/+1 |
| | | |||||
| * | unlink log first (#34030) | Matt Wilson | 2001-03-30 | 1 | -0/+4 |
| | | |||||
| * | clean up failed rpm database rebuilds and package upgrade searches (#33649) | Matt Wilson | 2001-03-29 | 1 | -1/+8 |
| | | |||||
| * | gui.py: possible fix for #33103: reset the frame's label always | Matt Wilson | 2001-03-26 | 1 | -4/+2 |
| | | | | | | | | | fstab.py: we already have the intf's progressWindow stored in self, don't require it to be passed in todo.py: fix the call to fstab.turnOnSwap to use the new method iw/rootpartition_gui.py: ditto. why was it passing a waitwindow, anyway?! textw/partitioning_text.py: ditto. | ||||
| * | log more info about dependencies | Matt Wilson | 2001-03-23 | 1 | -0/+21 |
| | | |||||
| * | don't traceback if we don't happen to have a package that causes dependency ↵ | Matt Wilson | 2001-03-22 | 1 | -4/+16 |
| | | | | | problems on upgrade (package on the system has the problem, not the package to be upgraded | ||||
| * | only make mount for /mnt/floppy if the device is a real floppy | bfox | 2001-03-22 | 1 | -1/+2 |
| | | |||||
| * | catch all gethostbyname errors | Erik Troan | 2001-03-22 | 1 | -1/+1 |
| | | |||||
| * | fixed typo error | bfox | 2001-03-21 | 1 | -1/+1 |
| | | |||||
| * | use self.intf rather then intf | Erik Troan | 2001-03-16 | 1 | -1/+1 |
| | | |||||
| * | only turn on an X server if the XFree86 package is also going to be ↵ | Matt Wilson | 2001-03-16 | 1 | -1/+4 |
| | | | | | installed (#31773) | ||||
| * | fix upgrade in test mode | Mike Fulbright | 2001-03-16 | 1 | -1/+1 |
| | | |||||
| * | todo.py: | Matt Wilson | 2001-03-16 | 1 | -1/+8 |
| | | | | | | | | | | | | | | 1) verifyDeps -- specify how we're adding packages to the transaction set so that if new packages being installed obsolete something on the system, and something on the system has a dependency on that package being installed, that the dependency problem will appear. (#28069) 2) upgradeMountFilesystems -- read in the fstab so testing upgrades work upgrade.py: mountRootPartition -- use instPath - hardcoding /mnt/sysimage is bad bad. | ||||
| * | fix so that if they installed all langs we list them all as option for ↵ | Mike Fulbright | 2001-03-13 | 1 | -3/+5 |
| | | | | | default language during reconfig | ||||
| * | add language support to reconfig mode, fixes bug 24954 | Mike Fulbright | 2001-03-09 | 1 | -21/+61 |
| | | |||||
| * | 1) added upgradeMountFilesystems() | Erik Troan | 2001-03-09 | 1 | -14/+15 |
| | | | | | | 2) leave filesystems mounted during the full upgrade path so swap files will work | ||||
| * | only twiddle packages on manually if we're NOT doing an upgrade (#30646) | Matt Wilson | 2001-03-08 | 1 | -37/+38 |
| | | |||||
| * | tweak LILO fail message | Mike Fulbright | 2001-03-08 | 1 | -2/+13 |
| | | |||||
| * | display lilo errors | Erik Troan | 2001-03-07 | 1 | -10/+20 |
| | | |||||
| * | add a newline between messages (per ewt) | Matt Wilson | 2001-03-06 | 1 | -0/+2 |
| | | |||||
| * | make the default match the entry in the locale-list file (#30207) | Matt Wilson | 2001-03-01 | 1 | -3/+3 |
| | | |||||
| * | search out localized lilo message files (#25023) | Matt Wilson | 2001-03-01 | 1 | -1/+8 |
| | | |||||
| * | added state variable for deadkey list | bfox | 2001-03-01 | 1 | -0/+1 |
| | | |||||
| * | fix for bug 26792 | Mike Fulbright | 2001-03-01 | 1 | -5/+9 |
| | | |||||
| * | reverted to anaconda reprobing for the pcic | Erik Troan | 2001-02-27 | 1 | -4/+3 |
| | | |||||
| * | hack workaround for hang | Matt Wilson | 2001-02-26 | 1 | -0/+1 |
| | | |||||
| * | make default for text/graphical login depend on whether GNOME/KDE exist or not | Mike Fulbright | 2001-02-14 | 1 | -1/+1 |
| | | |||||
| * | only care about the packages we are actually installing when checking the ↵ | Matt Wilson | 2001-02-14 | 1 | -1/+1 |
| | | | | | preorder... | ||||
| * | little warning | Matt Wilson | 2001-02-14 | 1 | -0/+1 |
| | | |||||
| * | remove debug | Matt Wilson | 2001-02-14 | 1 | -1/+0 |
| | | |||||
| * | if the installclass has no group/package list, set things up to be default ↵ | Matt Wilson | 2001-02-14 | 1 | -3/+11 |
| | | | | | (#26263) | ||||
| * | only record no dependency states in dep check | Matt Wilson | 2001-02-14 | 1 | -1/+5 |
| | | |||||
| * | fix upgrades post merge header | Matt Wilson | 2001-02-13 | 1 | -0/+1 |
| | | |||||
| * | use two part header lists | Erik Troan | 2001-02-10 | 1 | -0/+2 |
| | | |||||
| * | 1) don't do anything w/ removable media | Erik Troan | 2001-02-09 | 1 | -74/+1 |
| | | | | | 2) don't reset lilo append line | ||||
| * | 1) add "langsupport" flag to ks.cfg | Matt Wilson | 2001-02-08 | 1 | -12/+33 |
| | | | | | | | | | | "langsupport --default en_US" will support all languages, en_US default "langsupport de_DE fr_FR en_US --default fr_FR" will give German, French, English support, French default 2) don't apply comp default selection state to upgrades - explicitly turn off each comp 3) log to stderr on "not setupFilesystems" in log.py | ||||
| * | Several changes: | Mike Fulbright | 2001-02-01 | 1 | -7/+0 |
| | | | | | | | | - fixed bug where if no partition were specified to be allocated in ks, goto 'unslicable ....' error - made linear default for kickstart LILO option - made it so firewall and lba32warning messages skipped in ks mode | ||||
| * | Added /tmp and /var/tmp to checklink list | bfox | 2001-02-01 | 1 | -2/+2 |
| | | |||||
| * | fix something ewt broke with finding upgrade path | Mike Fulbright | 2001-01-31 | 1 | -1/+2 |
| | | |||||
| * | doh\! typo in todo.py | Matt Wilson | 2001-01-27 | 1 | -1/+1 |
| | | |||||
| * | argh\! use instpath | Matt Wilson | 2001-01-26 | 1 | -1/+1 |
| | | |||||
| * | clean up behind rpm's braindead %post script | Matt Wilson | 2001-01-26 | 1 | -0/+6 |
| | | |||||
| * | 1) we need to be fuzzy matching nick's in instTimeLang() | Erik Troan | 2001-01-25 | 1 | -5/+11 |
| | | | | | 2) don't *ever* try to match language names | ||||
| * | spit for euro | Matt Wilson | 2001-01-25 | 1 | -0/+3 |
| | | |||||
| * | need to set LC_ALL | Erik Troan | 2001-01-25 | 1 | -1/+1 |
| | | |||||
| * | 1) removed printf | Erik Troan | 2001-01-25 | 1 | -1/+4 |
| | | | | | 2) let us set the language to None | ||||
| * | don't delete | Matt Wilson | 2001-01-25 | 1 | -1/+1 |
| | | |||||
