summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* more credit. make sure that we successfully loaded the pcmcia deviceJeremy Katz2003-02-201-2/+19
|
* add timeconfig-po to reduce-font'd po files (#84581)Jeremy Katz2003-02-191-1/+1
|
* default to vt100-nav (#83024)Matt Wilson2003-02-191-25/+34
|
* add a way to skip the probe if we're going into loadDriverFromMedia fromJeremy Katz2003-02-185-10/+19
| | | | chooseManualDevice. fixes #83422
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-188-24/+24
| | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader
* handle specifying multiple dns servers either via command line or kickstartJeremy Katz2003-02-171-4/+23
| | | | (mostly patch from mattdm@mattdm.org, #84409)
* * don't run pump if loader is in test mode. it's annoyingJeremy Katz2003-02-171-18/+18
| | | | | | * don't require an ip setting to fill out netdev struct (#84266) * fill in entry boxes even if it's dynamic (just have them insensitive) to be more like the rest of the installation
* don't write things like "alias yenta_socket" to /etc/modules.conf.Bill Nottingham2003-02-151-3/+9
| | | | part of #84379
* fix for bug #84282Mike Fulbright2003-02-141-0/+4
|
* fixes for bug #82748 - ks with static networking was fubar if you didnt pull ↵Mike Fulbright2003-02-143-8/+36
| | | | ks file from network
* move method from cmdline settings to a function.Jeremy Katz2003-02-133-17/+39
| | | | | add hard drive and cdrom add urlinstall based on patch from mattdm@mattdm.org (#84156)
* don't start bterm for serial installs. we can then get pretty serial cjkJeremy Katz2003-02-121-4/+8
| | | | installs
* oops forgot this one - fixes the multiple mounts of /mnt/source if several ↵Mike Fulbright2003-02-111-2/+6
| | | | NFS mount attemps failed (due to users giving a bad path)
* avoid the ire of the translatorsJeremy Katz2003-02-112-2/+4
|
* and set the info in loaderData... we only use this in kickstart right now,Jeremy Katz2003-02-111-0/+5
| | | | so only set it there (other part of driverdisk command segfaulting)
* actually stat the file so that we have something sane to look at for theJeremy Katz2003-02-111-0/+1
| | | | size (part of #80047 still not working)
* no need to duplicate code, just use what's in isysJeremy Katz2003-02-111-16/+2
|
* okay, I'm tired of wrapper scripts for LD_LIBRARY_PATH....Jeremy Katz2003-02-111-2/+9
|
* override symbols from glibc to avoid bringing in setlocale.oMatt Wilson2003-02-102-6/+20
|
* use wlitedietMatt Wilson2003-02-101-1/+1
|
* add back device command for kickstartJeremy Katz2003-02-103-0/+67
|
* driverdisk command returns to kickstartJeremy Katz2003-02-105-7/+81
|
* so I can do test mode for kickstart loader stuffJeremy Katz2003-02-101-3/+11
|
* now you can put the contents of a driver disk on an iso9660 fs as wellJeremy Katz2003-02-071-1/+3
|
* move loading of st.o for rescue mode tape support to loaderMike Fulbright2003-02-073-1/+34
|
* we can't just translate at the beginning because the language gets changedJeremy Katz2003-02-071-1/+7
| | | | later
* remove silly message and make it so we set method correctly for ks ftp installsMike Fulbright2003-02-061-2/+1
|
* list drivers manually loaded in the list (#83624)Jeremy Katz2003-02-061-23/+29
|
* nopcmcia, nofirewire, nousb, etc would all end up loading the drivers becauseJeremy Katz2003-02-051-1/+13
| | | | | | we just probe for CLASS_UNSPEC on BUS_PCI which will pick them up. this isn't necessarily what we want, so let's do some filtering (and logging of the filtering) (#83125)
* handle the case of not overriding a module with a new moduleball correctlyJeremy Katz2003-02-041-15/+25
| | | | | (for the case of the second stage modules.cgz which should never override things from stage1 which are likely to be driver disks). (#82314, #83128)
* no need to do this in testing modeMatt Wilson2003-02-041-1/+1
|
* sleep after starting bterm so that we can make sure the geometry gets picked ↵Jeremy Katz2003-01-311-0/+4
| | | | up correctly by slang
* 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 ↵Mike Fulbright2003-01-291-3/+4
| | | | about .discinfo file unless we are not in rescue
* make sure there is a .discinfo file before we try to mount the CD as a ↵Mike Fulbright2003-01-281-1/+2
| | | | possible disc #1
* 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
| | | | | to ip-kickstart. Also adds ftp kickstart file pulling. (#77320 at least... I think there are a few others on this)
* 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 ↵Jeremy Katz2003-01-211-0/+3
| | | | make it ide which seems to make the most sense of anything
* we have driver other, might as well make use of it if we get something ↵Jeremy Katz2003-01-211-0/+2
| | | | unrecognized in the module-info file
* add wcstubs from dietstubs to their own file currently used by non-diet builds.Jeremy Katz2003-01-212-0/+55
| | | | | should make this used by diet builds also and then use it for prepping the unicode-lite stub lib that we use for ftp/http
* 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
| | | | before doing lots of comparisons on name
* 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
|