summaryrefslogtreecommitdiff
path: root/webgli
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2006-04-15 21:05:11 +0000
committerPreston Cody <codeman@gentoo.org>2006-04-15 21:05:11 +0000
commit85c8c98090a98fa69c6f24b3d2c9c90c746c5d1a (patch)
treec7f98a5c2111470f29e463075306fff92e6d674f /webgli
parentoutput with spacing (diff)
downloadscire-85c8c98090a98fa69c6f24b3d2c9c90c746c5d1a.tar.gz
scire-85c8c98090a98fa69c6f24b3d2c9c90c746c5d1a.tar.bz2
scire-85c8c98090a98fa69c6f24b3d2c9c90c746c5d1a.zip
missing 's
svn path=/; revision=21
Diffstat (limited to 'webgli')
-rw-r--r--webgli/webgliIP.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/webgli/webgliIP.php b/webgli/webgliIP.php
index be17ac2..85413e4 100644
--- a/webgli/webgliIP.php
+++ b/webgli/webgliIP.php
@@ -24,7 +24,7 @@ class InstallProfile extends XMLParser {
'bootloader_kernel_args' => array( 'type' => 'string', 'value' => "" ),
'bootloader_mbr' => array( 'type' => 'bool', 'value' => 1 ),
'bootloader_pkg' => array( 'type' => 'string', 'value' => 'grub' ),
- 'cron_daemon_pkg' => array( 'type' => 'string', value => 'vixie-cron' ),
+ 'cron_daemon_pkg' => array( 'type' => 'string', 'value' => 'vixie-cron' ),
'default_gateway' => array( 'type' => 'array', 'value' => array(), 'serialize_func' => 'serialize_default_gateway' ),
'dns_servers' => array( 'type' => 'array', 'value' => array() ),
'domainname' => array( 'type' => 'string', 'value' => "localdomain" ),
@@ -40,10 +40,10 @@ class InstallProfile extends XMLParser {
'install_pcmcia_cs' => array( 'type' => 'bool', 'value' => 0 ),
'install_rp_pppoe' => array( 'type' => 'bool', 'value' => 0 ),
'install_stage' => array( 'type' => 'int', 'value' => 3 ),
- 'logging_daemon_pkg' => array( 'type' => 'string', value => 'syslog-ng' ),
+ 'logging_daemon_pkg' => array( 'type' => 'string', 'value' => 'syslog-ng' ),
'kernel_bootsplash' => array( 'type' => 'bool', 'value' => 0 ),
- 'kernel_build_method' => array( 'type' => 'string', value => 'genkernel' ),
- 'kernel_config_uri' => array( 'type' => 'uri', value => '' ),
+ 'kernel_build_method' => array( 'type' => 'string', 'value' => 'genkernel' ),
+ 'kernel_config_uri' => array( 'type' => 'uri', 'value' => '' ),
'kernel_modules' => array( 'type' => 'array', 'value' => array() ),
'kernel_initrd' => array( 'type' => 'bool', 'value' => 1 ),
'kernel_source_pkg' => array( 'type' => 'string', 'value' => "livecd-kernel" ),