Skip to content

Testing in Installation

Ladislav Slezák edited this page Feb 10, 2021 · 2 revisions

Testing in SLE

Here is a short description how to test your changes in a SLE installation:

  • Boot the installation with startshell=1 netsetup=dhcp options (if DHCP does not work you need to manually configure the network)

  • In the shell run these commands (replace <branch> with the Git branch name):

    yupdate overlay create
    yupdate overlay create /usr/share/icons
    mv /usr/share/YaST2/theme/current /usr/share/YaST2/theme/current.bak
    ln -s /usr/share/YaST2/theme/SLE /usr/share/YaST2/theme/current
    yupdate patch yast-theme <branch>

    This will patch the YaST theme in the installer directly with the files from GitHub.

  • Then just run yast to start the installation

Clone this wiki locally