YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Mode
  • PackageLock
  • PackageSystem
  • Stage
  • SuSERelease
  • Wizard

Global Variables

Global Functions

Info:

File: modules/Product.ycp Package: yast2 Summary: Product data Authors: Klaus Kaempf Lukas Ocilka

global name -> string

General product name and version

global dist -> string

Distribution: Personal, Professional, etc.

global baseproduct -> string

base product

global relnotesurl -> string

url of release notes (downloaded during internet test)

global relnotesurl_all -> list <string>

list of all urls of release notes (downloaded during internet test) bugzilla #160563

global product_of_relnotes -> map <string, string>

map relnotes url to product name

global run_you -> boolean

Run YOU during the Internet connection test.

global flags -> list

list of flags from content file

global patterns -> list<string>

list of patterns from content file

global shortlabel -> string

Short label for bootloader entry

global ReadProducts () -> void

Read the products from the package manager

global Product () -> void

Constructor