summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* more non-diet build fixupsJeremy Katz2002-12-301-1/+2
* define USEDIET in top-level Makefile.inc. use throughout instead of scatteringJeremy Katz2002-12-301-13/+4
* it helps if we actually set the stage so that we don't keep looping throughJeremy Katz2002-12-181-1/+3
* don't do the unicode keymap if we're in test modeJeremy Katz2002-12-181-1/+2
* fix back in url setup - don't go forward accidentallyMatt Wilson2002-12-181-0/+1
* LD_PRELOAD libunicode-lite.so.1 if it exists (only ftp/http/hd)Jeremy Katz2002-12-181-0/+5
* move things around a little so that we can have kickstart work withJeremy Katz2002-12-182-23/+46
* free up some ramMatt Wilson2002-12-181-0/+1
* add a lot of pcmcia modules so that cardbus has a chance of actually working.Jeremy Katz2002-12-171-4/+39
* hack so that usb-storage and sbp2 don't end up in modules.conf. bleah :(Jeremy Katz2002-12-171-0/+8
* only set the unicode keymap up once. if we do it while X is running,Jeremy Katz2002-12-171-0/+1
* more cvsignoreMatt Wilson2002-12-171-1/+2
* regularlize language names so that for (eg) en_US.UTF-8, you can specifyJeremy Katz2002-12-171-10/+79
* add support for pulling ks.cfg from hd or cdMike Fulbright2002-12-176-26/+148
* allow opt-out of vga16Matt Wilson2002-12-173-2/+6
* escape %Matt Wilson2002-12-171-2/+2
* fix language loadingMatt Wilson2002-12-171-6/+7
* flush stdoutMatt Wilson2002-12-172-2/+3
* make it a dep tooMatt Wilson2002-12-171-1/+1