YaST2 Developers Documentation: inst_kickoff.ycp

inst_kickoff.ycp

  • Arvin Schnell
  • Purpose: Do various tasks before starting with installation of rpms.

This module has an unstable interface.

Imports

  • Arch
  • Directory
  • FileUtils
  • Initrd
  • Installation
  • Kernel
  • Kernel
  • Linuxrc
  • Mode
  • ModuleLoading
  • Popup
  • Stage
  • String

Local Functions

local fake_mtab () -> void

Write a fake mtab to the target system since some %post scripts might need it.

local remove_stuff () -> void

Remove some old junk.

local backup_stuff () -> void

Handle the backup.

local createmdadm () -> void

Create /etc/mdadm.conf if it does not exist and it's needed bugs: #169710 and #146304

local load_network_modules () -> void

Load all network modules. The package sysconfig requires this during update.

local LocalCommand (string command) -> boolean

Calls a local command and returns if successful

Parameters:
command