InstallConfig
Object Hierarchy:
Description:
Namespace: Osinfo
Package: libosinfo-1.0
Content:
Creation methods:
- public InstallConfig (string id)
Construct a new install configuration with default values for language, keyboard, timezone and admin password.
Methods:
- public unowned string get_admin_password ()
- public unowned string get_avatar_disk ()
- public unowned string get_avatar_location ()
- public bool get_driver_signing ()
- public unowned string get_hardware_arch ()
- public unowned string get_hostname ()
- public unowned string get_installation_url ()
Returns the URL the script will use to perform the installation.
- public unowned string get_l10n_keyboard ()
- public unowned string get_l10n_language ()
- public unowned string get_l10n_timezone ()
- public unowned string get_post_install_drivers_disk ()
- public unowned string get_post_install_drivers_location ()
- public unowned string get_pre_install_drivers_disk ()
- public unowned string get_pre_install_drivers_location ()
- public unowned string get_reg_login ()
- public unowned string get_reg_password ()
- public unowned string get_reg_product_key ()
- public unowned string get_script_disk ()
- public unowned string get_target_disk ()
- public bool get_user_administrator ()
- public bool get_user_autologin ()
- public unowned string get_user_login ()
- public unowned string get_user_password ()
- public unowned string get_user_realname ()
- public void set_admin_password (string password)
Sets the INSTALL_CONFIG_PROP_ADMIN_PASSWORD parameter
- public void set_avatar_disk (string disk)
Sets the INSTALL_CONFIG_PROP_AVATAR_DISK parameter.
- public void set_avatar_location (string location)
Sets the INSTALL_CONFIG_PROP_AVATAR_LOCATION parameter.
- public void set_driver_signing (bool signing)
If a script requires drivers to be signed, this function can be used to disable that security feature.
- public void set_hardware_arch (string arch)
Sets the INSTALL_CONFIG_PROP_HARDWARE_ARCH parameter.
- public void set_hostname (string hostname)
Sets the INSTALL_CONFIG_PROP_HOSTNAME parameter.
- public void set_installation_url (string url)
When performing a tree based installation the script will need the installation URL to be set, whenever the installation is performed from a non canonical place.
- public void set_l10n_keyboard (string keyboard)
Sets the INSTALL_CONFIG_PROP_L10N_KEYBOARD parameter.
- public void set_l10n_language (string language)
Sets the INSTALL_CONFIG_PROP_L10N_LANGUAGE parameter.
- public void set_l10n_timezone (string tz)
Set the INSTALL_CONFIG_PROP_L10N_TIMEZONE parameter.
- public void set_post_install_drivers_disk (string disk)
Specify the disk on which drivers to be installed at the end of installation, are available.
- public void set_post_install_drivers_location (string location)
Specify the disk on which drivers to be installed at the end of installation, are available.
- public void set_pre_install_drivers_disk (string disk)
Specify the disk on which drivers to be installed at the very beginning of installation, are available.
- public void set_pre_install_drivers_location (string location)
Specify the location on which drivers to be installed at the very beginning of installation, are available.
- public void set_reg_login (string name)
Sets the value of INSTALL_CONFIG_PROP_REG_LOGIN parameter.
- public void set_reg_password (string password)
Sets the value of INSTALL_CONFIG_PROP_REG_PASSWORD parameter.
- public void set_reg_product_key (string key)
- public void set_script_disk (string disk)
Sets the INSTALL_CONFIG_PROP_SCRIPT_DISK parameter.
- public void set_target_disk (string disk)
Sets the INSTALL_CONFIG_PROP_TARGET_DISK parameter.
- public void set_user_administrator (bool admin)
Sets the value of INSTALL_CONFIG_PROP_USER_ADMIN parameter.
- public void set_user_autologin (bool autologin)
Sets the value of INSTALL_CONFIG_PROP_USER_AUTOLOGIN parameter.
- public void set_user_login (string username)
Sets the value of INSTALL_CONFIG_PROP_USER_LOGIN parameter.
- public void set_user_password (string password)
Sets the INSTALL_CONFIG_PROP_USER_PASSWORD parameter
- public void set_user_realname (string name)
Sets the value of INSTALL_CONFIG_PROP_USER_REALNAME parameter.
Inherited Members:
All known members inherited from class Osinfo.Entity
All known members inherited from class GLib.Object