-
Notifications
You must be signed in to change notification settings - Fork 24
Testing in Installation
Ladislav Slezák edited this page Feb 10, 2021
·
2 revisions
Here is a short description how to test your changes in a SLE installation:
-
Boot the installation with
startshell=1 netsetup=dhcpoptions (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
yastto start the installation