YaST2 Developers Documentation: Autoinstallation Configuration System

Autoinstallation Configuration System

modules/Kickstart.ycp
Imports older and foreign formats
  • Anas Nashif

This module has an unstable interface.

Imports

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

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<string, any>

Kickstart to AutoYaST main