aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2005-07-21 21:09:53 +0000
committerPreston Cody <codeman@gentoo.org>2005-07-21 21:09:53 +0000
commit9f18112617338833290650432b595cb8519f21a4 (patch)
tree2f334fae5df0ce81cae42de93d59cd01402a5420 /src/GLIInstallProfile.py
parentFix one more corner case with the x86ArchitectureTemplate.py, as we might nee... (diff)
downloadgli-9f18112617338833290650432b595cb8519f21a4.tar.gz
gli-9f18112617338833290650432b595cb8519f21a4.tar.bz2
gli-9f18112617338833290650432b595cb8519f21a4.zip
GenDialog updates. changed comment in IP.
changed "Use Local" on portage and tarball selection to none for portage and stage3-on-the-fly for tarball selection. lowercase fix on portage sync type. fixed some more widths. fixed USE list_heights. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@747 f8877401-5920-0410-a79b-8e2d7e04ca0d
Diffstat (limited to 'src/GLIInstallProfile.py')
-rw-r--r--src/GLIInstallProfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GLIInstallProfile.py b/src/GLIInstallProfile.py
index 57c9a72..def9b70 100644
--- a/src/GLIInstallProfile.py
+++ b/src/GLIInstallProfile.py
@@ -1,7 +1,7 @@
"""
Gentoo Linux Installer
-$Id: GLIInstallProfile.py,v 1.68 2005/07/07 18:41:53 robbat2 Exp $
+$Id: GLIInstallProfile.py,v 1.69 2005/07/21 21:09:53 codeman Exp $
Copyright 2005 Gentoo Technologies Inc.
The GLI module contains all classes used in the Gentoo Linux Installer (or GLI).
@@ -1389,7 +1389,7 @@ class InstallProfile:
# Set the services to be started on bootup. Services should be
# seperated by ','. WARNING: This used to be ' ' instead!
# @param xml_path Used internally by the XML parser. Should be None when calling directly
- # @param services space-separated list of services
+ # @param services comma-separated list of services
# @param xml_attr Parameter description
def set_services(self, xml_path, services, xml_attr):
if type(services) == str: