YaST2 Developers Documentation: System installation

System installation

include/installation/misc.ycp
Miscelaneous functions
  • Jiri Srain

This module has an unstable interface.

Imports

  • FileUtils
  • HTML
  • InstData
  • Installation
  • Label
  • Linuxrc
  • Mode
  • ProductControl
  • ProductFeatures
  • Storage

Local Functions

local AdjustModprobeBlacklist () -> void

Function appends blacklisted modules to the /etc/modprobe.d/50-blacklist.conf file.

local confirmInstallation () -> boolean

Confirm installation or update. Returns 'true' if the user confirms, 'false' otherwise.

local WriteSecondStageRequired (boolean scst_required) -> void

Writes to /etc/install.inf whether running the second stage is required This is written to inst-sys and not copied to the installed system (which is already umounted in that time).

Parameters:
scst_required
See
BNC #439572