summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a23aeb)
raw | patch | inline | side by side (parent: 3a23aeb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 May 2011 14:15:46 +0000 (14:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 May 2011 14:15:46 +0000 (14:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20785 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc
index ee8d88fee80cdbe592e07e2e3ebde0b809566adf..9ed86671d31a8a1df505b6c342f4d5bd6f2fbf28 100644 (file)
public $rpcErrorMessage = "";
- /* Plugin attributes
- */
+ // Template options
public $installTemplate = "";
+ public $installationTemplateNames = array();
+ public $templateToRelease = array();
+ public $installationTemplates = array();
+
+ // The selected installation release
public $installRelease = "";
+
+ // Selected config management variant
public $installConfigManagement = '';
- public $installConfigManagementList = NULL;
+ public $installConfigManagementList = array();
+
+ // Bootstrap method
public $installBootstrapMethod = '';
- public $installBootstrapMethodList = NULL;
+ public $installBootstrapMethodList = array();
+
+ // Timezone settings
public $installTimezone = "";
public $installTimeUTC = "";
+ // Kernel packages
public $installKernelPackage = "";
public $installKernelPackageList = array();
+ // System Locale
public $installSystemLocale = "";
public $installSystemLocaleList = array();
+ // Selected NTP Server
public $installNTPServer = array();
- private $installNTPServerList = NULL;
+ public $installNTPServerList = NULL;
+ // Root password
public $installRootEnabled = "";
public $installRootPasswordHash = "";
public $setPasswordHash = FALSE;
+ // Partition table variables
public $installPartitionTable = "";
+ // Keyboard-layout attribute
public $installKeyboardlayout = "";
public $installKeyboardlayoutList = array();
+ // Mirror related attribute
public $installMirror = "";
public $installMirrorList = array();