Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rindex() doesn't exist anymore | Erik Troan | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | merge to HEAD | Jeremy Katz | 2002-07-08 | 1 | -1/+1 |
| | |||||
* | don't need to define -ggdb, we already get -g from COPTS (#64332) | Jeremy Katz | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | move version/release definitions into Makefile.inc so that they can be ↵ | Jeremy Katz | 2002-07-02 | 1 | -2/+0 |
| | | | | pulled in and used in the loader's version string and the like | ||||
* | if kudzu suggests a module try to install it even if it isn't in thepre-newcomps | Erik Troan | 2002-06-27 | 1 | -23/+19 |
| | | | | modules-info file | ||||
* | get rid of Other CDROM option since we don't even make the disk anymore | Jeremy Katz | 2002-06-27 | 1 | -3/+2 |
| | |||||
* | turn on mediacheck for beta period | Mike Fulbright | 2002-06-24 | 1 | -0/+3 |
| | |||||
* | fix segfault on http/ftp kickstarts without a username/password combo (#66537) | Jeremy Katz | 2002-06-19 | 1 | -27/+37 |
| | |||||
* | now we write out loader log messages to /tmp/anaconda.log also (#62743) | Jeremy Katz | 2002-06-19 | 1 | -4/+25 |
| | |||||
* | add askmethod flag so that we can avoid the automatically going to the ↵ | Jeremy Katz | 2002-06-19 | 2 | -3/+8 |
| | | | | detected cd | ||||
* | add patch for #21088 (<sopwith@redhat.com>)r0-9-2 | Bill Nottingham | 2002-06-18 | 1 | -0/+4 |
| | |||||
* | prepare for zSeries with japanese/german translations | Karsten Hopp | 2002-06-11 | 1 | -1/+1 |
| | |||||
* | hopefully fixes the loopback mounted iso ftp/http installs for kickstart ↵ | Jeremy Katz | 2002-06-04 | 1 | -0/+14 |
| | | | | (#65811) | ||||
* | added mechanism to easily pass through boot time arguments that we only care ↵ | Mike Fulbright | 2002-05-24 | 2 | -34/+57 |
| | | | | that the python anaconda script receives, and dont need to know about inside the loader. Much easier - just add to the list of extra args we test for in parseCmdLineFlags(). Moved several options which were in this class from using a LOADER_FLAG_XXX to new mechanism | ||||
* | make it build again | Matt Wilson | 2002-05-06 | 1 | -0/+1 |
| | |||||
* | get the easy bits of the merge first.... hampton loader and isys directories | Jeremy Katz | 2002-04-19 | 14 | -125/+244 |
| | | | | should be fine since I had originally just copied them into hampton from head :) | ||||
* | merge using zlib for stage2 instead of gzlib | Jeremy Katz | 2002-03-12 | 4 | -117/+137 |
| | |||||
* | don't remove .config on make clean | Jeremy Katz | 2002-03-11 | 1 | -1/+1 |
| | |||||
* | don't try to load usb mouse if we don't have a /proc/bus/usb/devices (#60365) | Jeremy Katz | 2002-03-07 | 1 | -0/+2 |
| | |||||
* | merge ks=cdrom:/ fix from branch | Jeremy Katz | 2002-03-07 | 1 | -25/+40 |
| | |||||
* | merge to HEAD | Jeremy Katz | 2002-03-05 | 1 | -3/+4 |
| | |||||
* | commit to head also | Jeremy Katz | 2002-03-01 | 1 | -0/+1 |
| | |||||
* | verify that your boot image matches your stage 2 and reboot otherwise, since ↵ | Jeremy Katz | 2002-03-01 | 1 | -0/+37 |
| | | | | anything else is nonsense :) | ||||
* | add nokill option to make init not terminate processes so you can actually ↵ | Mike Fulbright | 2002-02-28 | 1 | -1/+38 |
| | | | | debug something | ||||
* | make a little more sure we don't overflow string | Mike Fulbright | 2002-02-27 | 1 | -1/+1 |
| | |||||
* | fix typos and bug #59743 | Mike Fulbright | 2002-02-25 | 1 | -7/+27 |
| | |||||
* | doh | Mike Fulbright | 2002-02-22 | 1 | -2/+2 |
| | |||||
* | new mediacheck screens and support for enhanced stamp files | Mike Fulbright | 2002-02-22 | 5 | -43/+176 |
| | |||||
* | use kernel-pcmcia-cs for the pcmcia stuff for the loader | Jeremy Katz | 2002-02-22 | 1 | -2/+1 |
| | |||||
* | warn when we don't find any harddrives -- this hasn't been tested (my local | Erik Troan | 2002-02-15 | 1 | -0/+17 |
| | | | | install tree is broken) | ||||
* | do media check on HD and NFS now | Mike Fulbright | 2002-02-08 | 1 | -35/+95 |
| | |||||
* | improve message you get when no checksum read | Mike Fulbright | 2002-02-08 | 1 | -1/+4 |
| | |||||
* | remove debug messages | Mike Fulbright | 2002-02-06 | 1 | -6/+0 |
| | |||||
* | since we have usb-uhci in kernel now, we shouldnt fail out here. Going to ↵ | Mike Fulbright | 2002-02-05 | 1 | -1/+3 |
| | | | | try to install module anyways since who knows if it will fall out of a kernel build randomly one day | ||||
* | hard drive installs are happier now (#59301) | Jeremy Katz | 2002-02-04 | 1 | -2/+4 |
| | |||||
* | fix mediacheck and CDROM installs to work | Mike Fulbright | 2002-02-04 | 2 | -7/+8 |
| | |||||
* | treat driver disks properly (was broken by multiple module loads) | Erik Troan | 2002-01-25 | 1 | -27/+37 |
| | |||||
* | moved functions from devices.c to modules.c that weren't used anywhere | Erik Troan | 2002-01-25 | 3 | -194/+225 |
| | | | | | | else anyway; made them static fixed small problem in reloadUnloadedModule() | ||||
* | added support for nfsiso method | Erik Troan | 2002-01-25 | 1 | -37/+84 |
| | |||||
* | updated copyright | Erik Troan | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | add lvm-mod to the loaded module set and add jfs and xfs too while we're at ↵ | Jeremy Katz | 2002-01-25 | 1 | -1/+1 |
| | | | | it (since having non-existent modules isn't fatal) | ||||
* | removed upgradeonly support | Erik Troan | 2002-01-23 | 1 | -2/+0 |
| | |||||
* | disable japanese when running over telnet | Erik Troan | 2002-01-10 | 1 | -1/+4 |
| | |||||
* | removed more debugging fluff | Erik Troan | 2002-01-10 | 1 | -5/+0 |
| | |||||
* | 1) don't spawn a shell in telnet mode | Erik Troan | 2002-01-10 | 1 | -46/+32 |
| | | | | 2) set flags to stop spawning shell and usb rather then using #ifdef | ||||
* | 1) fixed/enhanced debugging mode | Erik Troan | 2002-01-10 | 1 | -5/+42 |
| | | | | 2) set window size | ||||
* | 1) added terminal size | Erik Troan | 2002-01-10 | 2 | -17/+24 |
| | | | | 2) removed debugging messages | ||||
* | get controlling terminal right | Erik Troan | 2002-01-10 | 1 | -11/+20 |
| | |||||
* | use the proper telnet terminal type | Erik Troan | 2002-01-10 | 4 | -9/+89 |
| | |||||
* | more changes for s390, cleaned up a bit | Jeremy Katz | 2002-01-08 | 1 | -8/+32 |
| |