
functions
files
intro
|
|
Network configuration |
clients/inst_do_net_test.ycp |
Configuration dialogs for installation |
|
|
Imports
- Directory
- GetInstArgs
- Internet
- Label
- Mode
- PackageCallbacks
- Popup
- Product
- Proxy
- Wizard
Includes
- network/installation/dialogs.ycp
- network/routines.ycp
Local Functions
|
|
|
local GetLanguageUTF8 () -> string
|
|
Return current language with .UTF-8 appended.
FIXME: there must be a better way!
local make_dialog () -> void
|
|
Create the dialog contents
local mark_label (integer i, symbol s) -> void
|
|
- Parameters:
i |
step number 1..4 |
s |
bullet: `arrow: current, `check: done, `dash: not done or failed |
|