aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* make install log location consistent throughout codeAndrew Gaffney2007-11-175-4/+17
* adding a change to force networkless mode.Preston Cody2007-11-131-22/+22
* Added x11-themes/gentoo-artwork-livecd to the list of extra packages.Chris Gianelloni2007-09-042-2/+7
* fix typo from bug 189053Andrew Gaffney2007-08-161-1/+1
* don't default to on-CD snapshot for standard/advancedAndrew Gaffney2007-06-041-2/+2
* fixed misspelled 'separated' per bug 179703Andrew Gaffney2007-05-251-3/+3
* remove bit about sun-jdk being fetch restrictedAndrew Gaffney2007-05-191-1/+1
* create /var and /var/tmp in chroot if they don't existAndrew Gaffney2007-05-141-0/+4
* add check for mounted partitionsAndrew Gaffney2007-05-113-0/+11
* new gtkfe splash imageAndrew Gaffney2007-04-123-10/+9
* don't freak out if partition table can't be readAndrew Gaffney2007-04-011-23/+6
* update grub help textAndrew Gaffney2007-03-281-4/+2
* ugh, copy and paste malfunctionAndrew Gaffney2007-03-281-5/+5
* allow kernel args even in networkless modeAndrew Gaffney2007-03-271-20/+20
* don't cause a KeyError for a blank deviceAndrew Gaffney2007-03-271-1/+1
* remove description text from topAndrew Gaffney2007-03-271-9/+0
* list all available partitions and automatically populate the type field when ...Andrew Gaffney2007-03-271-2/+17
* use devnode instead of deviceAndrew Gaffney2007-03-271-1/+1
* fstab code can handle swap or linux-swap nowAndrew Gaffney2007-03-271-1/+1
* add kernel arguments entry field and activate 'doscsi' detection codeAndrew Gaffney2007-03-271-20/+23
* move swap activation code before empty mountpoint checkAndrew Gaffney2007-03-271-5/+5
* use html entities instead of < and > in help textAndrew Gaffney2007-03-271-1/+1
* attach right label objectAndrew Gaffney2007-03-271-7/+9
* s/or/and/Andrew Gaffney2007-03-271-1/+1
* subtract 1 from max size for freeAndrew Gaffney2007-03-271-1/+3
* copying the overhaul branch into trunk.overhaul-mergedPreston Cody2007-03-25166-18514/+18189
|\
| * force bootloader choice to grub in networkless mode. this is 0.5.1Andrew Gaffney2007-03-251-19/+26
| * fixing full-length package names in extra_packagesPreston Cody2007-03-241-4/+6
| * the correct variable name helps tooAndrew Gaffney2007-03-231-1/+1
| * apparently python doesn't like two concurrent triple-quoted sectionsAndrew Gaffney2007-03-231-10/+0
| * set verbose if -d/--debug on commandlineAndrew Gaffney2007-03-231-0/+3
| * use get_verbose() from IP instead of variable passed to __init__()Andrew Gaffney2007-03-231-3/+3
| * fix none entry for bootloader.Preston Cody2007-03-231-5/+6
| * adding Finnish translations provided by Flammie Pirinen <flammie@gentoo.org>Preston Cody2007-03-224-0/+2293
| * updates to the french franslations provided by Camille HuotPreston Cody2007-03-224-260/+249
| * adding zh_CN translations from Robert Zhang Le.Preston Cody2007-03-224-0/+2135
| * fix up help textAndrew Gaffney2007-03-2111-115/+90
| * remove RcDotConf.py as it's no longer usedAndrew Gaffney2007-03-211-328/+0
| * remove ClientConfig as it's no longer usedAndrew Gaffney2007-03-211-458/+0
| * update help textAndrew Gaffney2007-03-213-23/+17
| * check return value for >= 1 instead of just == 1Andrew Gaffney2007-03-211-1/+1
| * increase height of list to 400px from 180pxAndrew Gaffney2007-03-191-1/+1
| * generate module dependencies after copying kernel to avoid missing System.map...Andrew Gaffney2007-03-191-4/+5
| * allow bootloader selection in all modesAndrew Gaffney2007-03-192-32/+24
| * missing self in MakeDotConfAndrew Gaffney2007-03-191-2/+2
| * only load USE in onceAndrew Gaffney2007-03-191-8/+9
| * fix up make.conf screen to suck a bit lessAndrew Gaffney2007-03-181-69/+76
| * fix up StartupServices to only display services that currently exist on the s...Andrew Gaffney2007-03-181-38/+45
| * add ability to specify runlevel with serviceAndrew Gaffney2007-03-181-2/+4
| * bypass exit button checks if install finished/failedAndrew Gaffney2007-03-183-9/+17