YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Maintainer: Jiri Srain

Imports

  • ImageInstallation
  • Installation
  • LiveInstaller
  • Progress
  • Report
  • SlideShow
  • Wizard

Local Functions

local LinksToCopyList () -> list<string>

Find symlinks which need to be resolved and copied

Return value:
a list of such symlinks
local LinksMap (list<string> links) -> map<string,string>

Create a map of relevant link pointers

Parameters:
links
Return value:
a map $[ link : target ]
local CopySymlinkedImage (map<string,string> symlinks, integer progress_start) -> boolean

Copy all the symlinks as needed

Parameters:
symlinks a map of resolved symlinks
progress_start
Return value:
true on success
local CopyRootImage (integer progress_start, integer progress_finish) -> boolean

Copy root image to hard disk

Parameters:
progress_start
progress_finish
Return value:
true on success