YaST2 Developers Documentation: Autoinstallation Configuration System



functions
files
intro

Autoinstallation Configuration System

modules/Kickstart.ycp
Imports older and foreign formats

Imports

  • AutoinstConfig
  • AutoinstStorage
  • IP
  • Keyboard
  • Partitions
  • Popup
  • Profile

Includes

  • autoinstall/xml.ycp

Global Functions

Local Functions

global Kickstart () -> void

Constructor

global Read () -> map

Read a Kickstart file

Return value:
kickstart configuration.

local Users () -> list

Users() Read KS Users (root)

Return value:
user list

local X11 () -> map

X11 Read KS X11

Return value:
x11 configuration

local General () -> map

KS General

Return value:
general configuration

local Scripts () -> map

KS Scripts

local Partitioning () -> list

KS Partitioning

local Raid () -> list

KS RAID

local Network () -> list

KS Network

local Authentication () -> list

KS Authentication

local Bootloader () -> map

KS Bootloader

local Software () -> map

KS Software

global KS2AY () -> map

Kickstart to AutoYaST main


YaST2 Developers Documentation