YaST2 Developers Documentation: Auto-Installation Configuration System



functions
files
intro

Auto-Installation Configuration System

include/autoinstall/dialogs.ycp
This module handles the configuration for auto-installation

Imports

  • Misc

Functions

global Preferences ()

Preferences Dialog

global FileList (symbol type)

Generate control file list

Parameters:
type
Return value:
file list

global FileListSave ()

Dialog for saving control files

Return value:
dialog contents

global NewFileName (string caption, string textentry) -> string

Popup for a new file name

Parameters:
caption
textentry
Return value:
new file name

global FileDialog () -> symbol

Main file dialog

global SaveDialog ()

Save dialog

global checkFileName (string name) -> integer

Check validity of file name

Parameters:
name
Return value:
0 if valid, -1 if not.

global invalidFileName () -> string

Return a message about invalid file names @param -

Return value:
message

global cloneSystem ()

Clone running system

global showFeedback (string msg) -> void

Show feedback message in a simple dialog.

Parameters:
msg message to show

global clearFeedback () -> void

Close feedback dialog if it is open

global FileListClean ()

Generate control file list

Return value:
file list

global openProfile () -> symbol

Open file dialog


YaST2 Developers Documentation