summaryrefslogtreecommitdiffstats
path: root/anaconda
Commit message (Collapse)AuthorAgeFilesLines
* make the same parsing change for oldhd that we did for hd methodMatt Wilson2001-03-071-6/+7
|
* split the hd method on the colons, then the slash. This fixes devices with ↵Matt Wilson2001-03-051-7/+8
| | | | / in them (ida/c0d0p0) (#23942)
* reverted to anaconda reprobing for the pcicErik Troan2001-02-271-4/+1
|
* need to load rescue in traceonlyErik Troan2001-02-221-0/+1
|
* create /tmp/cleanup when necessaryErik Troan2001-02-221-1/+1
|
* added nofbmodebfox2001-02-091-4/+4
|
* Added option for nofbbfox2001-02-091-3/+6
|
* added memory overhead facilityErik Troan2001-02-011-2/+5
|
* reworked rescue mode to automatically mount the user's systemErik Troan2001-01-121-3/+13
|
* 1) check for enough ram to runErik Troan2001-01-121-1/+14
| | | | 2) use symbolic names for memory from isys
* bump up max pidMatt Wilson2001-01-111-1/+1
|
* change to vt1 on gui startup failureMatt Wilson2001-01-101-0/+6
|
* get pcic from command line, don't probe for it ourselfErik Troan2001-01-081-2/+5
|
* Commented out 2 lines that force ia64 into text mode.bfox2000-12-211-2/+2
|
* put a space after a messageErik Troan2000-12-131-1/+1
|
* Removed unneeded print statementbfox2000-11-291-2/+4
|
* Removed some print statementsbfox2000-11-271-2/+0
|
* Added some code to fix resolution weirdnessbfox2000-11-271-2/+7
|
* Changed the way 640x480 mode worksbfox2000-11-221-4/+4
|
* Added option to run the installer in 640x480 mode. --lowresbfox2000-11-221-3/+7
|
* added import re for traceonly (we used to get it via glob, which we don'tErik Troan2000-11-171-0/+1
| | | | actually need)
* modified hard drive install method to use iso images on hard driveErik Troan2000-11-171-1/+13
|
* support ANACONDAARGS so we can exec kon2 for cd-booted installsErik Troan2000-10-041-2/+13
|
* set LC_NUMERIC to C so we don't get funky mathMatt Wilson2000-08-181-0/+1
|
* 1) add a --nofallback option to anaconda such that we can see theMatt Wilson2000-08-101-5/+12
| | | | | | traceback for syntax errors in GUI mode 2) don't over remember custom x modes (#12176) 3) german boot disk messages
* better error message handling for argument parseMatt Wilson2000-08-101-1/+5
|
* more fallbacksMatt Wilson2000-07-261-1/+5
|
* moved threshhold for forcing text mode to include machines w/ 32M of RAMErik Troan2000-07-211-2/+1
|
* rework exception handling in GUI so we can catch during the todo.doinstall, ↵Matt Wilson2000-07-121-70/+2
| | | | use pc104 as default kbd
* Avoid using RedHat/instimage because it may be missing (and it willjakub2000-07-111-1/+1
| | | | go away after changing CDs no matter how splitdistro looks like).
* clear hdlist and comps before picklingErik Troan2000-07-071-0/+3
|
* 1) save the local variables on the innermost frame. 2) implement dump ↵Matt Wilson2000-07-031-4/+15
| | | | window on gui
* set terminal for xmodeMatt Wilson2000-06-191-0/+1
|
* support alternate floppy devices (gulp)Erik Troan2000-06-181-2/+1
|
* dumps work in text modeErik Troan2000-06-171-6/+38
|
* began adding crash dump facilityErik Troan2000-06-171-6/+21
|
* use translate module for _, add xmode for text install (shoot zvt back at ↵Matt Wilson2000-06-121-6/+31
| | | | you), print traceback before going into pdb
* force text mode on ia64Erik Troan2000-06-071-0/+4
|
* create /tmp/cleanup properlyErik Troan2000-06-021-3/+0
|
* added support for upgradeonly class specified from loaderMike Fulbright2000-05-191-19/+30
|
* added support for upgradeonly classMike Fulbright2000-05-181-2/+20
|
* import all installclasses during traceonlyErik Troan2000-05-111-0/+3
|
* import edd on i386 for traceonlyErik Troan2000-05-111-0/+4
|
* pass more stuff onto cdrom methodErik Troan2000-05-111-11/+12
|
* use different installmethod class names, and different classes forErik Troan2000-05-101-7/+11
| | | | cdrom and nfs
* added edd path for test mode operationMike Fulbright2000-05-101-0/+1
|
* we don't have a rpmmodule directory anymore...Matt Wilson2000-05-091-1/+1
|
* don't upgrade systems with dirty fileystemsErik Troan2000-05-091-3/+5
|
* first pass at new install class placement -- works in text modeErik Troan2000-05-031-10/+6
|
* can read url from file nowErik Troan2000-04-241-0/+7
|