-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from yast/wsl_systemd
Wsl systemd
- Loading branch information
Showing
7 changed files
with
191 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Testing WSL Changes | ||
|
||
This document serve as reminder how is the optimal way to test changes done for WSL firstboot as working with | ||
windows server can be linux unfriendly and we would like to test without any mocking to get the best results. | ||
|
||
### Creating Testing APPX | ||
|
||
The easiest way is to use OBS. Find the target release for WSL image like `SUSE:SLE-15-SP6:Update:WSL` | ||
and branch there `kiwi-images-wsl` that is responsible for creation of appx. In your branch create package | ||
yast2-firstboot ( as it is usually inherited from target and does not live in WSL subproject ) and copy there | ||
modified sources with rake tarball. It is also mandatory to link or branch package `wsl-appx` as it ensures | ||
that certificate used for appx matches with the one used in kiwi. | ||
Another important think is to ensure that certificate for home repo is valid and not outdated. To check it use | ||
`osc signkey --sslcert home:...` and if it is invalid use `osc signkey --sslcert --create home:...`. | ||
|
||
### Installing Modified APPX | ||
|
||
Just follow instructions at https://en.opensuse.org/WSL/Manual_Installation | ||
Appx installer reports quite useless error when there is any issue, so use help at https://en.opensuse.org/WSL/Debugging_Hints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Thu Dec 14 20:38:43 UTC 2023 - Josef Reidinger <[email protected]> | ||
|
||
- Allow selecting WSL systemd pattern (jsc#PED-5644, jsc#PED-5099) | ||
- 4.6.3 | ||
|
||
------------------------------------------------------------------- | ||
Fri Sep 01 19:57:03 UTC 2023 - Josef Reidinger <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters