Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extra 'self' | Andrew Gaffney | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | missing ) | Andrew Gaffney | 2006-09-16 | 1 | -1/+1 |
| | |||||
* | src/GLIArchitectureTemplate.py: | Andrew Gaffney | 2006-09-15 | 2 | -17/+8 |
| | | | | use _wait_for_device_node() any place we were looping and checking before | ||||
* | add -k option to usage message | Andrew Gaffney | 2006-09-13 | 1 | -1/+3 |
| | |||||
* | -k option to install livecd-kernel to shut up wolf31o2 :P | Andrew Gaffney | 2006-09-13 | 2 | -2/+9 |
| | |||||
* | src/GLIPortage.py: | Andrew Gaffney | 2006-09-13 | 2 | -2/+6 |
| | | | | raise an exception in get_deps() if pkglist is empty | ||||
* | src/GLIArchitectureTemplate.py: | Andrew Gaffney | 2006-09-13 | 2 | -2/+23 |
| | | | | add _wait_for_device_node() | ||||
* | src/GLIArchitectureTemplate.py: | Andrew Gaffney | 2006-09-12 | 2 | -2/+7 |
| | | | | break after installing 1 mta in install_mta() | ||||
* | src/fe/gtk/PartProperties.py: | Andrew Gaffney | 2006-09-11 | 3 | -13/+20 |
| | | | | pull list of supported filesystems from GLISD instead of parent | ||||
* | mess w/ the exception screen abit to see if I can make it fit on screen | Preston Cody | 2006-09-11 | 1 | -1/+2 |
| | |||||
* | was missing /dev and /proc mounts. adding them. | Preston Cody | 2006-09-11 | 2 | -2/+8 |
| | | | | also resorting before reversing to unmount. | ||||
* | third time's the charm | Preston Cody | 2006-09-11 | 1 | -3/+3 |
| | |||||
* | more stupid mistakes | Preston Cody | 2006-09-11 | 1 | -3/+5 |
| | |||||
* | need to reverse the mounted list | Preston Cody | 2006-09-11 | 1 | -4/+6 |
| | |||||
* | list instead of tuple for ignoredparts | Andrew Gaffney | 2006-09-10 | 1 | -3/+3 |
| | |||||
* | added a while condition on setting a user password | Preston Cody | 2006-09-10 | 2 | -10/+23 |
| | | | | | | src/GLIArchitectureTemplate.py: adding a self._mounted_devices to keep track of mounted partitions. When cleaning up, only unmount these partitions. Not yet tested. | ||||
* | src/GLIGenDialog.py: | Preston Cody | 2006-09-10 | 2 | -20/+66 |
| | | | | | | rewrote how the USE flags work so that they are written correctly in relation to the system's USE flags. added a while condition on setting a user password | ||||
* | src/GLIStorageDevice.py: | Andrew Gaffney | 2006-09-10 | 5 | -7/+24 |
| | | | | properly identify apple_bootstrap partitions | ||||
* | src/GLIStorageDevice.py: | Andrew Gaffney | 2006-09-09 | 2 | -2/+11 |
| | | | | pay attention to 'ignoredparts' when reading partition table | ||||
* | src/fe/gtk/MakeDotConf.py: | Andrew Gaffney | 2006-09-06 | 2 | -3/+7 |
| | | | | make ACCEPT_KEYWORDS code arch-agnostic. fixes bug #146553 | ||||
* | src/GLIArchitectureTemplate.py: | Andrew Gaffney | 2006-09-03 | 2 | -9/+12 |
| | | | | force conversion of 'mb' to long | ||||
* | Lots of internationalization fixes. Point to a translation path called | Preston Cody | 2006-09-02 | 3 | -138/+155 |
| | | | | | languages in the dialog directory. Generated and added .pot files. Added gettext to GLIIP for package descriptions. | ||||
* | adding the .pot files necessary for use in gli-dialog | Preston Cody | 2006-09-02 | 3 | -0/+2407 |
| | |||||
* | fixing up a lot of internationalization code. | Preston Cody | 2006-09-02 | 1 | -35/+41 |
| | |||||
* | move imports from x86AT to GLIAT | Andrew Gaffney | 2006-09-01 | 2 | -6/+6 |
| | |||||
* | missing comma | Andrew Gaffney | 2006-09-01 | 1 | -2/+2 |
| | |||||
* | move partitioning code to GLIAT | Andrew Gaffney | 2006-09-01 | 3 | -420/+423 |
| | |||||
* | Added some more applications to the Extra Packages list. | Chris Gianelloni | 2006-09-01 | 2 | -16/+28 |
| | |||||
* | src/fe/gtk/Partitioning.py: | Andrew Gaffney | 2006-09-01 | 2 | -3/+7 |
| | | | | add hfs+ to list of supported filesystems and color mapping | ||||
* | src/templates/ppcArchitectureTemplate.py: | Andrew Gaffney | 2006-09-01 | 2 | -5/+10 |
| | | | | | this doesn't need to inherit from x86AT or create an infinite loop by calling its own __init__() | ||||
* | Add alpha CFLAGS to the make.conf screen. | Chris Gianelloni | 2006-09-01 | 1 | -2/+3 |
| | |||||
* | ppc CFLAGS patch from wolf31o2 | Andrew Gaffney | 2006-09-01 | 1 | -1/+2 |
| | |||||
* | src/GLIArchitectureTemplate.py: | Andrew Gaffney | 2006-08-31 | 2 | -3/+7 |
| | | | | pass quotes_around_value=False when adding default route to conf.d/net | ||||
* | missing ) | Andrew Gaffney | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | gtkfe reports which disk and minor is 'unknown' | Andrew Gaffney | 2006-08-28 | 1 | -1/+1 |
| | |||||
* | perhaps we shouldn't use a non-existant variable | Andrew Gaffney | 2006-08-21 | 1 | -3/+4 |
| | |||||
* | check grp_install instead of install_type=networkless to force livecd-kernel | Andrew Gaffney | 2006-08-16 | 1 | -1/+2 |
| | |||||
* | amd64 cflags fixup | Andrew Gaffney | 2006-08-12 | 1 | -13/+14 |
| | |||||
* | src/GLIArchitectureTemplate.py: | Andrew Gaffney | 2006-08-07 | 2 | -2/+8 |
| | | | | copy backup custom.conf from livecd if present | ||||
* | separate amd64 CFLAGS from x86 CFLAGS | Andrew Gaffney | 2006-08-05 | 1 | -2/+4 |
| | |||||
* | disable MBR checkbox if selecting None for bootloader | Andrew Gaffney | 2006-08-05 | 1 | -0/+4 |
| | |||||
* | update Changelog to reflect 0.4 release | Andrew Gaffney | 2006-08-04 | 1 | -1/+3 |
| | |||||
* | src/fe/gtk/RunInstall.py, src/fe/gtk/gtkfe.py: | Andrew Gaffney | 2006-08-04 | 3 | -2/+22 |
| | | | | ask user if they really want to exit with X in corner clicked | ||||
* | kill old versions of scripts from src/fe | Andrew Gaffney | 2006-07-31 | 3 | -30/+0 |
| | |||||
* | kill src/fe/web | Andrew Gaffney | 2006-07-31 | 5 | -231/+0 |
| | |||||
* | Finally properly fixing the installer script. Thanks to Andrew Gaffney for ↵ | Chris Gianelloni | 2006-07-31 | 2 | -47/+39 |
| | | | | doing the testing and coming up with the patch. | ||||
* | src/GLIClientConfiguration.py: | Preston Cody | 2006-07-30 | 2 | -3/+7 |
| | | | | adding 'None' with capital N so that the frontends can parse the network type | ||||
* | src/GLIArchitectureTemplate.py: | Andrew Gaffney | 2006-07-29 | 2 | -2/+10 |
| | | | | skip blank entries/files in update_config_files() | ||||
* | src/templates/x86ArchitectureTemplate.py: | Andrew Gaffney | 2006-07-28 | 2 | -4/+10 |
| | | | | move logical clipping logic a bit | ||||
* | src/templates/x86ArchitectureTemplate.py: | Andrew Gaffney | 2006-07-28 | 2 | -2/+8 |
| | | | | clip logical partition at end of extended |