aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* src/GLIGenDialog.py:Preston Cody2006-09-101-1/+7
| | | | | | | | | 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 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1514 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIStorageDevice.py:Andrew Gaffney2006-09-101-1/+5
| | | | | | | properly identify apple_bootstrap partitions git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1513 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIStorageDevice.py:Andrew Gaffney2006-09-091-1/+5
| | | | | | | pay attention to 'ignoredparts' when reading partition table git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1512 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIArchitectureTemplate.py:Andrew Gaffney2006-09-031-1/+5
| | | | | | | force conversion of 'mb' to long git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1510 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Lots of internationalization fixes. Point to a translation path calledPreston Cody2006-09-021-1/+6
| | | | | | | | languages in the dialog directory. Generated and added .pot files. Added gettext to GLIIP for package descriptions. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1509 f8877401-5920-0410-a79b-8e2d7e04ca0d
* move partitioning code to GLIATAndrew Gaffney2006-09-011-1/+3
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1504 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Added some more applications to the Extra Packages list.Chris Gianelloni2006-09-011-1/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1503 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/templates/ppcArchitectureTemplate.py:Andrew Gaffney2006-09-011-1/+6
| | | | | | | | this doesn't need to inherit from x86AT or create an infinite loop by calling its own __init__() git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1501 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIArchitectureTemplate.py:Andrew Gaffney2006-08-311-1/+5
| | | | | | | pass quotes_around_value=False when adding default route to conf.d/net git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1498 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIArchitectureTemplate.py:Andrew Gaffney2006-08-071-1/+5
| | | | | | | copy backup custom.conf from livecd if present git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1492 f8877401-5920-0410-a79b-8e2d7e04ca0d
* update Changelog to reflect 0.4 releaseAndrew Gaffney2006-08-041-1/+3
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1489 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Finally properly fixing the installer script. Thanks to Andrew Gaffney for ↵Chris Gianelloni2006-07-311-1/+5
| | | | | | doing the testing and coming up with the patch. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1485 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIClientConfiguration.py:Preston Cody2006-07-301-1/+5
| | | | | | | adding 'None' with capital N so that the frontends can parse the network type git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1484 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIArchitectureTemplate.py:Andrew Gaffney2006-07-291-1/+5
| | | | | | | skip blank entries/files in update_config_files() git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1483 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/templates/x86ArchitectureTemplate.py:Andrew Gaffney2006-07-281-1/+5
| | | | | | | move logical clipping logic a bit git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1482 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/templates/x86ArchitectureTemplate.py:Andrew Gaffney2006-07-281-1/+5
| | | | | | | clip logical partition at end of extended git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1481 f8877401-5920-0410-a79b-8e2d7e04ca0d
* I've commented out most of the code that used launch. It wasn't working and ↵Chris Gianelloni2006-07-271-1/+6
| | | | | | we don't have the time to fix it before the release. I'll look into it after the release and make it more robust and flexible. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1480 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Added a few more applications to the list of extra packages to be merged, ↵Chris Gianelloni2006-07-201-1/+6
| | | | | | all from various GRP sets. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1479 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Added launch variable to the end of each try-run with auth, which should ↵Chris Gianelloni2006-07-191-1/+5
| | | | | | cause this to function properly. Of course, more testing is needed. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1478 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Fix a missed space in the installer script.Chris Gianelloni2006-07-191-1/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1477 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIClientController.py:Andrew Gaffney2006-07-171-1/+5
| | | | | | | log version-stamp git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1476 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Updated the installer script to allow specifying the front-end to run from ↵Chris Gianelloni2006-07-131-358/+368
| | | | | | the command line. Currently, it only supports dialog and gtk. It still needs some testing, however. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1475 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIGenDialog.pyPreston Cody2006-07-101-1/+5
| | | | | | | make lilo only show up for x86 if non-networkless git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1471 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIGenDialog.pyPreston Cody2006-06-251-1/+6
| | | | | | | | adding code to auto-add doscsi if a scsi drive detected. this code is also in the gtkfe already git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1470 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIPortage.py:Andrew Gaffney2006-06-251-1/+5
| | | | | | | pass proper PORTAGE_TMPDIR git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1469 f8877401-5920-0410-a79b-8e2d7e04ca0d
* abandoned local USE project. no right way to do it.Preston Cody2006-06-171-1/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1463 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIUtility.py:Andrew Gaffney2006-06-171-1/+5
| | | | | | | fix list_mirrors() to ignore <uri> lines that don't end on the same line git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1461 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Initial attempt at moving extra_packages early in the setup to only showPreston Cody2006-06-171-1/+3
| | | | | | | local USE flags relating to those packages. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1460 f8877401-5920-0410-a79b-8e2d7e04ca0d
* Added code to the mta step in AT to parse the install packages list andPreston Cody2006-06-171-1/+5
| | | | | | | look for mtas and if it finds it emerge it. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1459 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIUtility.py:Andrew Gaffney2006-06-101-1/+5
| | | | | | | minor tweak to regex for parsing mirrors.xml git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1457 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/templates/x86ArchitectureTemplate.py:Andrew Gaffney2006-05-241-1/+5
| | | | | | | make use of strict_start and strict_end in partition recreation git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1442 f8877401-5920-0410-a79b-8e2d7e04ca0d
* only delete, recreate, resize, delete if growingAndrew Gaffney2006-05-161-1/+3
| | | | | | | pass new size to resize2fs in K git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1438 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/templates/x86ArchitectureTemplate.py:Andrew Gaffney2006-05-161-1/+10
| | | | | | | | | | | | add strict_start and strict_end parameters to _add_partition() add _find_current_minor_for_part() function to help with resizing fix logical/extended logic in _partition_delete_step() in _partition_resize_step(), delete, recreate at new size, resize, delete call resize2fs with no size argument so it fills entire partition more logging git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1437 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIStorageDevice.py:Andrew Gaffney2006-05-091-1/+8
| | | | | | | | | | call reorder_minors() from tidy_partitions() instead of set_partitions_from_disk() add code to reorder_minors() to take extended/logical into consideration with non-free partitions git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1436 f8877401-5920-0410-a79b-8e2d7e04ca0d
* added a check of the length of the directory in /usr/src if under 6 charactersPreston Cody2006-04-301-1/+5
| | | | | | | should fix bug 131809 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1429 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIArchitectureTemplate.py:Andrew Gaffney2006-04-191-1/+6
| | | | | | | | automatically emerge splashutils and splash-themes-livecd if kernel_bootsplash and livecd-kernel git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1424 f8877401-5920-0410-a79b-8e2d7e04ca0d
* change temp_use="-* " to temp_use="" because apparantly it's a bad idea to -*Preston Cody2006-04-171-1/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1421 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIInstallProfile.py:Andrew Gaffney2006-04-151-1/+5
| | | | | | | change kernel-modules to not be so stupid git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1419 f8877401-5920-0410-a79b-8e2d7e04ca0d
* GLIMD: fix display problem with execute.pyhtml.Preston Cody2006-04-091-1/+5
| | | | | | | make tables better. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1418 f8877401-5920-0410-a79b-8e2d7e04ca0d
* initial attempt at custom networking info per client. hostname support only.Preston Cody2006-04-081-1/+3
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1413 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/templates/x86ArchitectureTemplate.py:Andrew Gaffney2006-04-081-1/+5
| | | | | | | | | save/restore partition name src/GLIStorageDevice.py: support for partition name git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1412 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIInstallProfile.py:Andrew Gaffney2006-04-081-1/+5
| | | | | | | fix handling of int/float for minor git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1411 f8877401-5920-0410-a79b-8e2d7e04ca0d
* forgot changelogPreston Cody2006-04-081-1/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1410 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/net/server/html/webgli/partitioning[234].pyhtml:Andrew Gaffney2006-04-051-1/+5
| | | | | | | small fixes for new partioning code git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1406 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIClientController.py:Andrew Gaffney2006-04-031-1/+5
| | | | | | | record PID of secondary thread git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1405 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIGenDialog.py:Andrew Gaffney2006-04-011-1/+5
| | | | | | | small fix for new partitioning code git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1401 f8877401-5920-0410-a79b-8e2d7e04ca0d
* wipe disk and create new disklabel before recreating partitionsAndrew Gaffney2006-03-311-1/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1398 f8877401-5920-0410-a79b-8e2d7e04ca0d
* skip first 3 steps if partition layout hasn't changedAndrew Gaffney2006-03-311-1/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1395 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIArchitectureTemplate.py:Andrew Gaffney2006-03-301-1/+3
| | | | | | | use get_devnode() in local mount and fstab stuff git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1391 f8877401-5920-0410-a79b-8e2d7e04ca0d
* src/GLIStorageDevice.py:Andrew Gaffney2006-03-301-1/+8
| | | | | | | | | | add get_devnode() fix up detect_devices() to detect cciss/ida arrays src/templates/x86ArchitectureTemplate.py: use get_devnode() instead of figuring out the devnode git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1388 f8877401-5920-0410-a79b-8e2d7e04ca0d