Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added firstDevNum/lastDevNum for eth | Matt Wilson | 2000-02-27 | 1 | -18/+17 | |
| | ||||||
* | various changes to get better ^C, ^Z handling | Erik Troan | 2000-02-23 | 1 | -0/+4 | |
| | ||||||
* | don't eject CDs on alpha/sparc | Matt Wilson | 2000-02-15 | 1 | -2/+2 | |
| | ||||||
* | typo | Matt Wilson | 2000-02-10 | 1 | -1/+1 | |
| | ||||||
* | use right macro here | Matt Wilson | 2000-02-09 | 1 | -1/+1 | |
| | ||||||
* | use stage2 for alpha/sparc | Matt Wilson | 2000-02-06 | 1 | -2/+11 | |
| | ||||||
* | make it possible to go back and change the language in serial mode | Matt Wilson | 2000-02-03 | 1 | -7/+25 | |
| | ||||||
* | change for split stage2 | Matt Wilson | 2000-02-02 | 1 | -2/+2 | |
| | ||||||
* | added ks=cdrom | Matt Wilson | 2000-02-02 | 1 | -5/+42 | |
| | ||||||
* | only put /mnt/sysimage stuff in LD_LIBRARY_PATH for bash | Matt Wilson | 2000-01-20 | 1 | -0/+4 | |
| | ||||||
* | made dir stuff more sane | Matt Wilson | 2000-01-19 | 1 | -4/+5 | |
| | ||||||
* | changes from dist by ewtanaconda-6-2-beta2-tag | Matt Wilson | 2000-01-18 | 1 | -2/+2 | |
| | ||||||
* | added noprobe option | Erik Troan | 2000-01-17 | 1 | -0/+2 | |
| | ||||||
* | mount unix98 pty on alpha, fixed http/ftp crash - extra newtPopWindow() | Matt Wilson | 2000-01-13 | 1 | -1/+0 | |
| | ||||||
* | got ks=file: working | Matt Wilson | 2000-01-11 | 1 | -1/+2 | |
| | ||||||
* | added ks=nfs:server:/path syntax | Matt Wilson | 2000-01-11 | 1 | -8/+18 | |
| | ||||||
* | merge from Alpha/SPARC branch | Matt Wilson | 2000-01-06 | 1 | -2/+6 | |
| | ||||||
* | fixes for driver disks with dependencies: | Bill Nottingham | 2000-01-05 | 1 | -2/+2 | |
| | | | | | - load dependent modules first from driver disk path, then default path - fix loading of modules.dep from driver disk | |||||
* | add ':' after transport type | Matt Wilson | 2000-01-04 | 1 | -1/+1 | |
| | ||||||
* | load vfat module for loopback install magic | Matt Wilson | 2000-01-03 | 1 | -0/+5 | |
| | ||||||
* | 1) don't use librpm for anything | Erik Troan | 2000-01-01 | 1 | -13/+10 | |
| | | | | 2) use built-in ftp and http code (because of #1) | |||||
* | added ks=file:/ semantic | Erik Troan | 1999-12-16 | 1 | -0/+6 | |
| | ||||||
* | Reverting changes to require --install or --reconfig - will instead | Mike Fulbright | 1999-12-06 | 1 | -2/+0 | |
| | | | | | | require either --reconfig or else an install method specification. Dr Mike <drmike@redhat.com> | |||||
* | anaconda: change to require either --install or --reconfig to specify mode | Mike Fulbright | 1999-12-06 | 1 | -0/+2 | |
| | | | | | | | | loader/loader.c: Put --install on anacondaArgs always reconfig.init: Invoke anaconda with the --reconfig command line arg Dr Mike <drmike@redhat.com> | |||||
* | o changes needed to use rpmio from rpm HEADr0-7-3 | Matt Wilson | 1999-11-30 | 1 | -12/+16 | |
| | | | | | o typo in exception screen o other things that came along the way. | |||||
* | merge with anaconda-6-1-1-merge-2 | Matt Wilson | 1999-11-23 | 1 | -3/+5 | |
| | ||||||
* | 1) handle update images | Matt Wilson | 1999-10-18 | 1 | -7/+124 | |
| | | | | 2) fixed serial check to handle pty's for japanese | |||||
* | For now, disallow GUI mode install with display= from CD-ROM. | jakub | 1999-10-15 | 1 | -0/+5 | |
| | | | | The right solution is obviously ask the user to set up networking. | |||||
* | just continue. | Matt Wilson | 1999-10-13 | 1 | -2/+2 | |
| | ||||||
* | more japan | Matt Wilson | 1999-10-13 | 1 | -2/+7 | |
| | ||||||
* | obob | Matt Wilson | 1999-10-12 | 1 | -1/+1 | |
| | ||||||
* | loader fixes on alpha | Matt Wilson | 1999-10-12 | 1 | -3/+17 | |
| | ||||||
* | Accept serial command line option. On SPARC, autoprobing is still done | jakub | 1999-10-11 | 1 | -4/+7 | |
| | | | | | | | and the things differ a little bit: when it is autoprobed, console is /dev/console, while when it was not autoprobed, yet requested, use /dev/ttyS0. Only default to "text" for serial installs if display is not given. | |||||
* | this should catch all cases | Matt Wilson | 1999-10-08 | 1 | -2/+5 | |
| | ||||||
* | 1) Automatically start anaconda on sparc if there is an anaconda cd in the | Matt Wilson | 1999-10-08 | 1 | -3/+11 | |
| | | | | | drive 2) parse lang= argument and set LANG variable. | |||||
* | add parport_lowlevel aliases | Bill Nottingham | 1999-10-08 | 1 | -0/+6 | |
| | ||||||
* | fix for sparc | Matt Wilson | 1999-10-07 | 1 | -1/+1 | |
| | ||||||
* | Serial console install. | jakub | 1999-10-03 | 1 | -0/+10 | |
| | ||||||
* | three jj patches | Matt Wilson | 1999-09-27 | 1 | -17/+83 | |
| | ||||||
* | don't free alloca's memory! | Matt Wilson | 1999-09-26 | 1 | -1/+0 | |
| | ||||||
* | fixed a couple of back buttons | Matt Wilson | 1999-09-24 | 1 | -3/+2 | |
| | ||||||
* | added isa option | Matt Wilson | 1999-09-24 | 1 | -3/+6 | |
| | ||||||
* | 1) handle ks option | Matt Wilson | 1999-09-23 | 1 | -1/+3 | |
| | | | | 2) build ks=nfs remote file name properly for copy | |||||
* | getting kickstart file via the network should work now | Erik Troan | 1999-09-23 | 1 | -8/+72 | |
| | ||||||
* | close the kickstart drive after reading the partition table IN THE RIGHT PLACE | Matt Wilson | 1999-09-22 | 1 | -2/+2 | |
| | ||||||
* | close the kickstart drive after reading the partition table | Matt Wilson | 1999-09-22 | 1 | -0/+2 | |
| | ||||||
* | merge from jj | Matt Wilson | 1999-09-22 | 1 | -2/+5 | |
| | ||||||
* | driverdisk command works (for hard drive anyway) | Matt Wilson | 1999-09-19 | 1 | -1/+1 | |
| | ||||||
* | began adding driverdisk command -- it's not working yet though | Matt Wilson | 1999-09-19 | 1 | -3/+46 | |
| | ||||||
* | added separate dd option | Matt Wilson | 1999-09-19 | 1 | -7/+20 | |
| |