summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* and then there were five...anaconda-8.0.94-5Jeremy Katz2003-02-121-1/+1
|
* ow.Jeremy Katz2003-02-122-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 Wilson2003-02-121-1/+2
|
* cciss, etc show up as cciss_c0d0p2 (et al) in /proc/lvm/VGs/vgname/PVs/.Jeremy Katz2003-02-121-0/+3
| | | | handle this properly (#77872)
* fix for bug #84078 and gave callback a useful nameMike Fulbright2003-02-121-3/+5
|
* and we need to not start bterm in the second stage either for serialJeremy Katz2003-02-121-1/+2
|
* now its 4anaconda-8.0.94-4Mike Fulbright2003-02-121-1/+1
|
* don't start bterm for serial installs. we can then get pretty serial cjkJeremy Katz2003-02-121-4/+8
| | | | installs
* better fix for missing/inaccessible hdlist via ftp/httpMike Fulbright2003-02-121-7/+27
|
* make easier to debug this in futureMike Fulbright2003-02-121-5/+13
|
* add lang tags to make the font look nicer (#82082)Matt Wilson2003-02-121-5/+9
|
* using wrong log functionMike Fulbright2003-02-121-4/+4
|
* fix for bug #80521Mike Fulbright2003-02-121-3/+8
|
* bump releaseanaconda-8.0.94-3Mike Fulbright2003-02-111-1/+1
|
* 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)
* -2anaconda-8.0.94-2Jeremy Katz2003-02-111-1/+1
|
* I call shenanigans on myself!Jeremy Katz2003-02-111-5/+5
| | | | how did this ever manage to work...
* add a comment for me to think about lateranaconda-8.0.94-1Jeremy Katz2003-02-111-0/+2
|
* we need to move the lvs to the new vg id if it changes due to kickstartJeremy Katz2003-02-112-5/+18
| | | | preexisting stuff
* refresh-po, nothing new thoughJeremy Katz2003-02-1133-9936/+10606
|
* nl updated in the middle of what I was doingJeremy Katz2003-02-111-378/+373
|
* avoid the ire of the translatorsJeremy Katz2003-02-112-2/+4
|
* refresh po files from elvisJeremy Katz2003-02-1117-4669/+2946
|
* let's go ahead and get a -1Jeremy Katz2003-02-111-1/+1
|
* soften message for non-existent packagesJeremy Katz2003-02-111-1/+1
|
* # XXX we always unskip disk druid in tui right now sinceJeremy Katz2003-02-111-0/+5
| | | | | # we don't ask if you want to review amd if you're using # text mode, we hope you're smart enough to deal (#82474)
* check that files exist before we read header lists. this is gettingJeremy Katz2003-02-112-1/+17
| | | | annoying :) (#84016)
* add 2 megs to have more space for lvm metadata. I don't like this andJeremy Katz2003-02-111-2/+2
| | | | would rather have a better solution before gingin final :/
* 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)
* add libbogl for bterm stuffJeremy Katz2003-02-111-1/+2
|
* support starting bterm from the second stage. whee!Jeremy Katz2003-02-111-18/+27
|
* no need to duplicate code, just use what's in isysJeremy Katz2003-02-111-16/+2
|
* add a way to change the screen for the intf (needed for when we start bterm)Jeremy Katz2003-02-111-0/+3
|
* put start bterm in lang.c, bind from pythonJeremy Katz2003-02-115-1/+41
|
* okay, I'm tired of wrapper scripts for LD_LIBRARY_PATH....Jeremy Katz2003-02-111-2/+9
|
* shouldn't require a size for preexisting lvsJeremy Katz2003-02-111-1/+1
|
* add (undocumented) preexisting lvm/raid support to kickstart. useJeremy Katz2003-02-113-13/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the partition strings in error cases to avoid breaking string freeze (should be fixed post gingin) Adds the following: raid / --device md0 --useexisting Use existing raid device md0, don't format it raid /home --device md0 --noformat Use existing raid device, but format it volgroup myvg --noformat volgroup myvg --useexisting Use existing volume group. Doesn't run vgcreate logvol /foo --vgname=myvg --name=root --noformat Reuse existing logical volume myvg/root and don't format logvol / --vgname=myvg --name=root --useexisting Reuse existing logical volume myvg/root and format it clearpart --none For completeness sake (and because I tried to use it :-) These aren't really supported but are there so that people can play with them and hopefully find the bugs before taroon :) Also has the side effect of probably fixing the occasional traceback mikem sees with lvm that I haven't reproduced (but got something similar to while testing this stuff)
* override symbols from glibc to avoid bringing in setlocale.oMatt Wilson2003-02-102-6/+20
|
* use wlitedietMatt Wilson2003-02-102-2/+2
|
* I can't reproduce getting into a state where this would happen, but let'sJeremy Katz2003-02-101-3/+5
| | | | be safe (#83765)
* add /tmp/lvmout to the list of files we pull in to tracebacksJeremy Katz2003-02-101-0/+1
|
* translate and then substitute, not vice versa (#83799)anaconda-s390-tag7Jeremy Katz2003-02-101-3/+3
|
* 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
|
* import the exception (#83749)Jeremy Katz2003-02-081-0/+1
|
* now you can put the contents of a driver disk on an iso9660 fs as wellJeremy Katz2003-02-071-1/+3
|
* moved loading of st.o to loaderMike Fulbright2003-02-071-6/+0
|
* move loading of st.o for rescue mode tape support to loaderMike Fulbright2003-02-073-1/+34
|