YaST2 Developers Documentation: installation



functions
files
intro

installation

modules/ProductFetures.ycp
Product features

Imports

  • Misc
  • Mode

Global Variables

Global Functions

global relnotesurl -> string

url of release notes (downloaded during internet test)

global run_you -> boolean

Run YOU during the Internet connection test.

global flags -> list

list of flags from content file

global base_selection_choice -> symbol

Control how the base selection is chosen: `fixed - the base selection is fixed (see fixed_base_selection below) `auto - a base selection is automatically choosen (depending on disk space)

global fixed_base_selection -> string

Name of the fixed base selection.

global packages -> list<string>

List of additional packages to add

global packages_transmogrify -> string

If non-empty it will be called with WFM::CallFunction from Packages::ComputeSystemPackageList. Gets a list of packages as the one and only argument and must return a list of packages again.

global inform_about_suboptimal_distribution -> boolean

Should the software proposal inform about the fact that the user wants to install e.g. i386 on amd64.

global flexible_partitioning -> boolean

Flexible partitioning

global evms_config -> boolean

EVMS config in YaST2

global FlexiblePartitioning -> map

Flexible partitioning map

global enable_autologin -> boolean

autologin is enabled by default.

global language -> string

Language

global keyboard -> string

Keyboard

global timezone -> string

Timezone

global use_desktop_scheduler -> boolean

needed for desktop product to use shorter timeslices.

global io_scheduler -> string

The I/O scheduler selection

global fam_local_only -> string

Value of FAM_LOCAL_ONLY in /etc/sysconfig/fam One of "kde", "gnome", "always", "never" (default) Adds according to the default window manager No need to save in the system

global confirm_installation -> boolean

Skip green confirmation popup alltogather

Info:

Save product features

Info:

Restore product features in running system

global ProductFeatures () -> void

Constructor


YaST2 Developers Documentation