summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Collapse)AuthorAgeFilesLines
* rindex() doesn't exist anymoreErik Troan2002-07-111-1/+1
|
* merge to HEADJeremy Katz2002-07-081-1/+1
|
* don't need to define -ggdb, we already get -g from COPTS (#64332)Jeremy Katz2002-07-021-1/+1
|
* move version/release definitions into Makefile.inc so that they can be ↵Jeremy Katz2002-07-021-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-newcompsErik Troan2002-06-271-23/+19
| | | | modules-info file
* get rid of Other CDROM option since we don't even make the disk anymoreJeremy Katz2002-06-271-3/+2
|
* turn on mediacheck for beta periodMike Fulbright2002-06-241-0/+3
|
* fix segfault on http/ftp kickstarts without a username/password combo (#66537)Jeremy Katz2002-06-191-27/+37
|
* now we write out loader log messages to /tmp/anaconda.log also (#62743)Jeremy Katz2002-06-191-4/+25
|
* add askmethod flag so that we can avoid the automatically going to the ↵Jeremy Katz2002-06-192-3/+8
| | | | detected cd
* add patch for #21088 (<sopwith@redhat.com>)r0-9-2Bill Nottingham2002-06-181-0/+4
|
* prepare for zSeries with japanese/german translationsKarsten Hopp2002-06-111-1/+1
|
* hopefully fixes the loopback mounted iso ftp/http installs for kickstart ↵Jeremy Katz2002-06-041-0/+14
| | | | (#65811)
* added mechanism to easily pass through boot time arguments that we only care ↵Mike Fulbright2002-05-242-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 againMatt Wilson2002-05-061-0/+1
|
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-1914-125/+244
| | | | should be fine since I had originally just copied them into hampton from head :)
* merge using zlib for stage2 instead of gzlibJeremy Katz2002-03-124-117/+137
|
* don't remove .config on make cleanJeremy Katz2002-03-111-1/+1
|
* don't try to load usb mouse if we don't have a /proc/bus/usb/devices (#60365)Jeremy Katz2002-03-071-0/+2
|
* merge ks=cdrom:/ fix from branchJeremy Katz2002-03-071-25/+40
|
* merge to HEADJeremy Katz2002-03-051-3/+4
|
* commit to head alsoJeremy Katz2002-03-011-0/+1
|
* verify that your boot image matches your stage 2 and reboot otherwise, since ↵Jeremy Katz2002-03-011-0/+37
| | | | anything else is nonsense :)
* add nokill option to make init not terminate processes so you can actually ↵Mike Fulbright2002-02-281-1/+38
| | | | debug something
* make a little more sure we don't overflow stringMike Fulbright2002-02-271-1/+1
|
* fix typos and bug #59743Mike Fulbright2002-02-251-7/+27
|
* dohMike Fulbright2002-02-221-2/+2
|
* new mediacheck screens and support for enhanced stamp filesMike Fulbright2002-02-225-43/+176
|
* use kernel-pcmcia-cs for the pcmcia stuff for the loaderJeremy Katz2002-02-221-2/+1
|
* warn when we don't find any harddrives -- this hasn't been tested (my localErik Troan2002-02-151-0/+17
| | | | install tree is broken)
* do media check on HD and NFS nowMike Fulbright2002-02-081-35/+95
|
* improve message you get when no checksum readMike Fulbright2002-02-081-1/+4
|
* remove debug messagesMike Fulbright2002-02-061-6/+0
|
* since we have usb-uhci in kernel now, we shouldnt fail out here. Going to ↵Mike Fulbright2002-02-051-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 Katz2002-02-041-2/+4
|
* fix mediacheck and CDROM installs to workMike Fulbright2002-02-042-7/+8
|
* treat driver disks properly (was broken by multiple module loads)Erik Troan2002-01-251-27/+37
|
* moved functions from devices.c to modules.c that weren't used anywhereErik Troan2002-01-253-194/+225
| | | | | | else anyway; made them static fixed small problem in reloadUnloadedModule()
* added support for nfsiso methodErik Troan2002-01-251-37/+84
|
* updated copyrightErik Troan2002-01-251-1/+1
|
* add lvm-mod to the loaded module set and add jfs and xfs too while we're at ↵Jeremy Katz2002-01-251-1/+1
| | | | it (since having non-existent modules isn't fatal)
* removed upgradeonly supportErik Troan2002-01-231-2/+0
|
* disable japanese when running over telnetErik Troan2002-01-101-1/+4
|
* removed more debugging fluffErik Troan2002-01-101-5/+0
|
* 1) don't spawn a shell in telnet modeErik Troan2002-01-101-46/+32
| | | | 2) set flags to stop spawning shell and usb rather then using #ifdef
* 1) fixed/enhanced debugging modeErik Troan2002-01-101-5/+42
| | | | 2) set window size
* 1) added terminal sizeErik Troan2002-01-102-17/+24
| | | | 2) removed debugging messages
* get controlling terminal rightErik Troan2002-01-101-11/+20
|
* use the proper telnet terminal typeErik Troan2002-01-104-9/+89
|
* more changes for s390, cleaned up a bitJeremy Katz2002-01-081-8/+32
|