Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more credit. make sure that we successfully loaded the pcmcia device | Jeremy Katz | 2003-02-20 | 1 | -2/+19 | |
| | ||||||
* | add timeconfig-po to reduce-font'd po files (#84581) | Jeremy Katz | 2003-02-19 | 1 | -1/+1 | |
| | ||||||
* | default to vt100-nav (#83024) | Matt Wilson | 2003-02-19 | 1 | -25/+34 | |
| | ||||||
* | add a way to skip the probe if we're going into loadDriverFromMedia from | Jeremy Katz | 2003-02-18 | 5 | -10/+19 | |
| | | | | chooseManualDevice. fixes #83422 | |||||
* | support bind mounts for upgrade/rescue mode. | Jeremy Katz | 2003-02-18 | 8 | -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 kickstart | Jeremy Katz | 2003-02-17 | 1 | -4/+23 | |
| | | | | (mostly patch from mattdm@mattdm.org, #84409) | |||||
* | * don't run pump if loader is in test mode. it's annoying | Jeremy Katz | 2003-02-17 | 1 | -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 Nottingham | 2003-02-15 | 1 | -3/+9 | |
| | | | | part of #84379 | |||||
* | fix for bug #84282 | Mike Fulbright | 2003-02-14 | 1 | -0/+4 | |
| | ||||||
* | fixes for bug #82748 - ks with static networking was fubar if you didnt pull ↵ | Mike Fulbright | 2003-02-14 | 3 | -8/+36 | |
| | | | | ks file from network | |||||
* | move method from cmdline settings to a function. | Jeremy Katz | 2003-02-13 | 3 | -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 cjk | Jeremy Katz | 2003-02-12 | 1 | -4/+8 | |
| | | | | installs | |||||
* | oops forgot this one - fixes the multiple mounts of /mnt/source if several ↵ | Mike Fulbright | 2003-02-11 | 1 | -2/+6 | |
| | | | | NFS mount attemps failed (due to users giving a bad path) | |||||
* | avoid the ire of the translators | Jeremy Katz | 2003-02-11 | 2 | -2/+4 | |
| | ||||||
* | and set the info in loaderData... we only use this in kickstart right now, | Jeremy Katz | 2003-02-11 | 1 | -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 the | Jeremy Katz | 2003-02-11 | 1 | -0/+1 | |
| | | | | size (part of #80047 still not working) | |||||
* | no need to duplicate code, just use what's in isys | Jeremy Katz | 2003-02-11 | 1 | -16/+2 | |
| | ||||||
* | okay, I'm tired of wrapper scripts for LD_LIBRARY_PATH.... | Jeremy Katz | 2003-02-11 | 1 | -2/+9 | |
| | ||||||
* | override symbols from glibc to avoid bringing in setlocale.o | Matt Wilson | 2003-02-10 | 2 | -6/+20 | |
| | ||||||
* | use wlitediet | Matt Wilson | 2003-02-10 | 1 | -1/+1 | |
| | ||||||
* | add back device command for kickstart | Jeremy Katz | 2003-02-10 | 3 | -0/+67 | |
| | ||||||
* | driverdisk command returns to kickstart | Jeremy Katz | 2003-02-10 | 5 | -7/+81 | |
| | ||||||
* | so I can do test mode for kickstart loader stuff | Jeremy Katz | 2003-02-10 | 1 | -3/+11 | |
| | ||||||
* | now you can put the contents of a driver disk on an iso9660 fs as well | Jeremy Katz | 2003-02-07 | 1 | -1/+3 | |
| | ||||||
* | move loading of st.o for rescue mode tape support to loader | Mike Fulbright | 2003-02-07 | 3 | -1/+34 | |
| | ||||||
* | we can't just translate at the beginning because the language gets changed | Jeremy Katz | 2003-02-07 | 1 | -1/+7 | |
| | | | | later | |||||
* | remove silly message and make it so we set method correctly for ks ftp installs | Mike Fulbright | 2003-02-06 | 1 | -2/+1 | |
| | ||||||
* | list drivers manually loaded in the list (#83624) | Jeremy Katz | 2003-02-06 | 1 | -23/+29 | |
| | ||||||
* | nopcmcia, nofirewire, nousb, etc would all end up loading the drivers because | Jeremy Katz | 2003-02-05 | 1 | -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 correctly | Jeremy Katz | 2003-02-04 | 1 | -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 mode | Matt Wilson | 2003-02-04 | 1 | -1/+1 | |
| | ||||||
* | sleep after starting bterm so that we can make sure the geometry gets picked ↵ | Jeremy Katz | 2003-01-31 | 1 | -0/+4 | |
| | | | | up correctly by slang | |||||
* | nuke plip (#83131) | Jeremy Katz | 2003-01-31 | 1 | -6/+0 | |
| | ||||||
* | ask if they have a driver disk first (#81600) | Jeremy Katz | 2003-01-29 | 1 | -3/+11 | |
| | ||||||
* | only nag about mediacheck if we are not in rescue mode, and dont be anal ↵ | Mike Fulbright | 2003-01-29 | 1 | -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 Fulbright | 2003-01-28 | 1 | -1/+2 | |
| | | | | possible disc #1 | |||||
* | fix for change in kickstartNetworkUp invocation | Jeremy Katz | 2003-01-27 | 1 | -2/+4 | |
| | ||||||
* | add back support for 'linux ks' to grab server and filename from dhcp (#82404) | Jeremy Katz | 2003-01-23 | 2 | -3/+26 | |
| | ||||||
* | missed committing this one | Jeremy Katz | 2003-01-23 | 1 | -0/+2 | |
| | ||||||
* | add support for the ks=nfs:host/path/ ks=http://host/path/ syntax to resolve | Jeremy Katz | 2003-01-23 | 5 | -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 ifs | Jeremy Katz | 2003-01-22 | 2 | -3/+5 | |
| | ||||||
* | doh | Mike Fulbright | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | add ide-cs. now that we handle random identifiers for type, we can just ↵ | Jeremy Katz | 2003-01-21 | 1 | -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 Katz | 2003-01-21 | 1 | -0/+2 | |
| | | | | unrecognized in the module-info file | |||||
* | add wcstubs from dietstubs to their own file currently used by non-diet builds. | Jeremy Katz | 2003-01-21 | 2 | -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 anywhere | Jeremy Katz | 2003-01-21 | 1 | -1/+2 | |
| | ||||||
* | use strdup instead of alloca() for filesystems and ensure that we have something | Jeremy Katz | 2003-01-20 | 1 | -9/+10 | |
| | | | | before doing lots of comparisons on name | |||||
* | this would work a lot better. oops | Jeremy Katz | 2003-01-20 | 1 | -1/+1 | |
| | ||||||
* | work on non-o_direct systems | Matt Wilson | 2003-01-17 | 1 | -0/+4 | |
| | ||||||
* | s390 fun | Jeremy Katz | 2003-01-17 | 1 | -0/+4 | |
| |