inst_uml_kickoff.ycp
|
|
- Arvin Schnell <arvin@suse.de>
- Purpose: Do various tasks before starting with uml installation.
|
|
Imports
- Directory
- Package
- Progress
- Report
- Service
- UML
Local Functions
|
|
|
|
local install_packages () -> boolean
|
|
|
local create_user () -> boolean
|
|
|
local register_options_file () -> void
|
|
|
local unregister_options_file () -> void
|
|
|
local save_options () -> void
|
|
|
local make_disks () -> boolean
|
|
|
local copy_files () -> boolean
|
|
|
local FindRootDevice (string stdout) -> string
|
|
Parse uml_mconsole /proc/mounts output, return device which is mounted to /mnt directory
- Parameters:
|
stdout |
output from uml_mconsole |
- Return value:
|
|
device name or empty string when /mnt entry was not found |
|
local WriteRootDevice (string root_device) -> void
|
|
Write ROOT_DEVICE variable into sysconfig file
- Parameters:
|
root_device |
ROOT_DEVICE value |
|
local start_uml (string uml_command) -> void
|
|
- Parameters:
|
local enable_uml_service () -> boolean
|
|
Enable uml service if start mode is "onboot"
|