summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* sleep after starting bterm so that we can make sure the geometry gets picked ...Jeremy Katz2003-01-311-0/+4
* nuke plip (#83131)Jeremy Katz2003-01-311-6/+0
* ask if they have a driver disk first (#81600)Jeremy Katz2003-01-291-3/+11
* only nag about mediacheck if we are not in rescue mode, and dont be anal abou...Mike Fulbright2003-01-291-3/+4
* make sure there is a .discinfo file before we try to mount the CD as a possib...Mike Fulbright2003-01-281-1/+2
* fix for change in kickstartNetworkUp invocationJeremy Katz2003-01-271-2/+4
* add back support for 'linux ks' to grab server and filename from dhcp (#82404)Jeremy Katz2003-01-232-3/+26
* missed committing this oneJeremy Katz2003-01-231-0/+2
* add support for the ks=nfs:host/path/ ks=http://host/path/ syntax to resolveJeremy Katz2003-01-235-54/+51
* add driver_ide. properly do else instead of just ifsJeremy Katz2003-01-222-3/+5
* dohMike Fulbright2003-01-211-1/+1
* add ide-cs. now that we handle random identifiers for type, we can just make...Jeremy Katz2003-01-211-0/+3
* we have driver other, might as well make use of it if we get something unreco...Jeremy Katz2003-01-211-0/+2
* add wcstubs from dietstubs to their own file currently used by non-diet builds.Jeremy Katz2003-01-212-0/+55
* umm, how did that ever work anywhereJeremy Katz2003-01-211-1/+2
* use strdup instead of alloca() for filesystems and ensure that we have somethingJeremy Katz2003-01-201-9/+10
* this would work a lot better. oopsJeremy Katz2003-01-201-1/+1
* work on non-o_direct systemsMatt Wilson2003-01-171-0/+4
* s390 funJeremy Katz2003-01-171-0/+4
* temporary workaround for hardware suckage; #82122 is a blocker + reminderJeremy Katz2003-01-171-9/+7
* on 64-bit arches we want the lib64 dirs in our LD_LIBRARY_PATH tooJeremy Katz2003-01-171-0/+4
* add X binary dir to pathMike Fulbright2003-01-161-1/+3
* helps to actually build the loader everywhere...Jeremy Katz2003-01-151-2/+1
* umm... as for that last commit message --Jeremy Katz2003-01-141-2/+2
* hardware.cJeremy Katz2003-01-143-12/+20
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-145-5/+5
* strip the product nameJeremy Katz2003-01-131-0/+8
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-139-18/+41
* clean up warningsJeremy Katz2003-01-131-0/+2
* add support for the install time language to be different from the post-intsallJeremy Katz2003-01-132-7/+8
* patch from twaugh (#81679)Jeremy Katz2003-01-121-1/+1
* we really don't want to set LC_ALL because it will override when we later set...Jeremy Katz2003-01-101-1/+0
* fix scsi disk counting to be correctJeremy Katz2003-01-101-22/+31
* basic module reload support for the usb-storage nonsense. this brings us backJeremy Katz2003-01-091-5/+151
* only load usb-storage if we have any devices that need it. this willJeremy Katz2003-01-091-2/+17
* bogus comment nowJeremy Katz2003-01-091-1/+1
* leak fixJeremy Katz2003-01-081-0/+2
* fix spacingMatt Wilson2003-01-081-2/+1
* rename function to something more correctJeremy Katz2003-01-083-6/+9
* better ld_library_path for new openssl requiring krb5Jeremy Katz2003-01-072-2/+2
* improve mediacheck failed message as per bug #81285Mike Fulbright2003-01-071-7/+14
* non-cardbus pcmcia support. it looks like it basically worksJeremy Katz2003-01-073-5/+137
* attempt to use O_DIRECT for loopback stage2 - should use less kernel buffer...Matt Wilson2003-01-041-6/+15
* spacing irks meMike Fulbright2003-01-031-1/+1
* this could be useful so we don't wait for link forever...Jeremy Katz2003-01-031-0/+1
* if you get to manual device selectoin and don't have any devices ofJeremy Katz2003-01-034-30/+48
* q could be used uninitializedJeremy Katz2003-01-031-1/+1
* make error reporting better so that people can spot their errors (#66851)Jeremy Katz2003-01-031-2/+4
* before doing a dhcp request, if we see that we don't have link, then weJeremy Katz2003-01-031-4/+24
* the loader shouldn't care about any of %post, %packages or %pre (fixes #71115)Jeremy Katz2003-01-021-4/+5