Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | I seem to be having problems with this recently... | Jeremy Katz | 2003-02-19 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -25/+37 | |
| | ||||||
* | oops | Jeremy Katz | 2003-02-19 | 1 | -2/+2 | |
| | ||||||
* | this is needed so USB cdroms will work | Mike Fulbright | 2003-02-18 | 1 | -2/+2 | |
| | ||||||
* | 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 | |||||
* | fix for bug #82858 | Mike Fulbright | 2003-02-18 | 1 | -0/+5 | |
| | ||||||
* | support bind mounts for upgrade/rescue mode. | Jeremy Katz | 2003-02-18 | 13 | -36/+69 | |
| | | | | | | | | 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 | |||||
* | add all of the new command line options | Jeremy Katz | 2003-02-18 | 1 | -0/+34 | |
| | ||||||
* | handle more than one dns server in a nicer fashion for kickstart | Jeremy Katz | 2003-02-17 | 1 | -3/+19 | |
| | ||||||
* | 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) | |||||
* | disable the effect of desensitizing the button bar of anaconda when release ↵ | Mike Fulbright | 2003-02-17 | 1 | -8/+23 | |
| | | | | notes are launched. This had the bad side effect that if you popped up the relnotes during package selection, and didnt close it before packages had finished installing, when you did close the relnotes your Next button got desensitized. Will fix with a separate viewer app next release. Yeah I know this message is larger than the commit. | |||||
* | I haven't seen this, but if we're going to fallback on resolution, we should | Jeremy Katz | 2003-02-17 | 1 | -3/+6 | |
| | | | | on depth as well (#81197) | |||||
* | * 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 | |||||
* | refresh | Jeremy Katz | 2003-02-14 | 34 | -6798/+7278 | |
| | ||||||
* | refresh from elvis | Jeremy Katz | 2003-02-14 | 8 | -2238/+2001 | |
| | ||||||
* | okay, forget trying to use convertdb1, it doesn't seem to work. just tell ↵ | Jeremy Katz | 2003-02-14 | 1 | -14/+8 | |
| | | | | them to upgrade to the errata rpm. | |||||
* | 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 | |||||
* | betanag off. we're in the final stretch | Jeremy Katz | 2003-02-14 | 1 | -1/+1 | |
| | ||||||
* | bump bterm requirement, add epochs | Jeremy Katz | 2003-02-14 | 1 | -1/+1 | |
| | ||||||
* | 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) | |||||
* | add 100k to get the jfs module on the second stage. then at least things ↵ | Jeremy Katz | 2003-02-13 | 1 | -1/+1 | |
| | | | | don't blow up if people were silly and made jfs partitions | |||||
* | use utf8 appropriately for lang-table | Jeremy Katz | 2003-02-13 | 2 | -29/+29 | |
| | | | | | | use correct map names in locale-list (#84183) see #84275 for what needs to happen here after we branch for gingin | |||||
* | any more changes for this beta should be a patch in the src.rpm | Jeremy Katz | 2003-02-13 | 1 | -2/+2 | |
| | ||||||
* | we don't want to remove things more than once (#84221) | Jeremy Katz | 2003-02-13 | 1 | -0/+3 | |
| | ||||||
* | use sig_dfl, sig_ign is special (#84138) | Jeremy Katz | 2003-02-12 | 1 | -1/+1 | |
| | ||||||
* | fix for bug #80746 | Mike Fulbright | 2003-02-12 | 1 | -1/+3 | |
| | ||||||
* | and then there were five... | Jeremy Katz | 2003-02-12 | 1 | -1/+1 | |
| | ||||||
* | ow. | Jeremy Katz | 2003-02-12 | 2 | -12/+46 | |
| | | | | | | | | | | keep a copy of whether metapkgs and optional components are selected by default. then use this information when writing out the anaconda-ks.cfg so that we can write out something which is correct (#73195, #80838). note that for metapkgs, we have to write out -pkg for each package in the group because we have no syntax for unselecting groups and staying that way seems saner | |||||
* | make back work from customize package selection (#80679) | Matt Wilson | 2003-02-12 | 1 | -1/+2 | |
| | ||||||
* | cciss, etc show up as cciss_c0d0p2 (et al) in /proc/lvm/VGs/vgname/PVs/. | Jeremy Katz | 2003-02-12 | 1 | -0/+3 | |
| | | | | handle this properly (#77872) | |||||
* | fix for bug #84078 and gave callback a useful name | Mike Fulbright | 2003-02-12 | 1 | -3/+5 | |
| | ||||||
* | and we need to not start bterm in the second stage either for serial | Jeremy Katz | 2003-02-12 | 1 | -1/+2 | |
| | ||||||
* | now its 4 | Mike Fulbright | 2003-02-12 | 1 | -1/+1 | |
| | ||||||
* | don't start bterm for serial installs. we can then get pretty serial cjk | Jeremy Katz | 2003-02-12 | 1 | -4/+8 | |
| | | | | installs | |||||
* | better fix for missing/inaccessible hdlist via ftp/http | Mike Fulbright | 2003-02-12 | 1 | -7/+27 | |
| | ||||||
* | make easier to debug this in future | Mike Fulbright | 2003-02-12 | 1 | -5/+13 | |
| | ||||||
* | add lang tags to make the font look nicer (#82082) | Matt Wilson | 2003-02-12 | 1 | -5/+9 | |
| | ||||||
* | using wrong log function | Mike Fulbright | 2003-02-12 | 1 | -4/+4 | |
| | ||||||
* | fix for bug #80521 | Mike Fulbright | 2003-02-12 | 1 | -3/+8 | |
| | ||||||
* | bump release | Mike Fulbright | 2003-02-11 | 1 | -1/+1 | |
| | ||||||
* | 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) | |||||
* | -2 | Jeremy Katz | 2003-02-11 | 1 | -1/+1 | |
| | ||||||
* | I call shenanigans on myself! | Jeremy Katz | 2003-02-11 | 1 | -5/+5 | |
| | | | | how did this ever manage to work... | |||||
* | add a comment for me to think about later | Jeremy Katz | 2003-02-11 | 1 | -0/+2 | |
| | ||||||
* | we need to move the lvs to the new vg id if it changes due to kickstart | Jeremy Katz | 2003-02-11 | 2 | -5/+18 | |
| | | | | preexisting stuff | |||||
* | refresh-po, nothing new though | Jeremy Katz | 2003-02-11 | 33 | -9936/+10606 | |
| | ||||||
* | nl updated in the middle of what I was doing | Jeremy Katz | 2003-02-11 | 1 | -378/+373 | |
| |