summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* temporary workaround for hardware suckage; #82122 is a blocker + reminderJeremy Katz2003-01-171-9/+7
| | | | to remove this when the time is right
* 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
| | | | put pcmcia bits in module-info to clean up hack and unbreak pcmcia from floppy
* 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
| | | | /.buildstamp at runtime
* 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
| | | | | | | language as specified in the lang-table. this is needed for cjk locales because we want to use utf-8 for them during the install (we only have bterm support for utf-8), but we can't use utf-8 post-install yet because of lack of input method support and other such problems.
* 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 ↵Jeremy Katz2003-01-101-1/+0
| | | | set LC_NUMERIC if setlocale() gets called (and it does)
* fix scsi disk counting to be correctJeremy Katz2003-01-101-22/+31
| | | | only reload usb storage if we have scsi disks attached. scsi cdroms aren't a problem because kudzu adds them to the fstab during the firstboot, not during the install
* basic module reload support for the usb-storage nonsense. this brings us backJeremy Katz2003-01-091-5/+151
| | | | to 8.0 level at least.
* only load usb-storage if we have any devices that need it. this willJeremy Katz2003-01-091-2/+17
| | | | | speed up installs on systems with scsi but not usb-storage devices once the hacks to remove the module come back
* 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 ↵Matt Wilson2003-01-041-6/+15
| | | | buffer space. also fix error condition checks to be more specific
* 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
| | | | | | | the required type, we now ask if you want to load a driver disk. (#80222) also fix the load driver from driver disk action for the manual driver selection screen
* 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
| | | | | | | | | should sleep and to give the nic time to negotiate its link before doing the actual dhcp request (#68442) arguably, we should return an error if link isn't detected and require you to override that you want to use a nic that doesn't appear to have an active link
* 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
| | | | into every makefile. fix non-dietlinkage
* it helps if we actually set the stage so that we don't keep looping throughJeremy Katz2002-12-181-1/+3
| | | | here
* 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
| | | | locales that require starting bterm
* 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
| | | | | first priority for beta4 -- get this autogenerated (since I mostly autogenerated this list....)
* 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
| | | | Bad Things (tm) happen
* 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
| | | | | | | | lang en lang en_US lang en_US.UTF-8 and have any of them work. this keeps kickstart configs from breaking
* 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
|