Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Converting openSUSE references to SUSE references
  • Loading branch information
sbradnick authored Jan 22, 2025
1 parent 6ad570f commit 6751887
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repo will be used to store `*.tar.xz` files from OBS for Leap[1] and Tumbleweed[2] which can be updated for use with:
This repo will be used to store `*.tar.xz` files from IBS for SLE[1] which can be updated for use with:

```
wsl --install <distro name from `wsl -l -o` output> --web-download
Expand Down Expand Up @@ -32,23 +32,23 @@ via PR to [#gh/microsoft/WSL](https://github.com/microsoft/WSL/pulls) as part of
```
{
"ModernDistributions": {
"openSUSE": [
"SUSE": [
{
"Name": "openSUSE-Tumbleweed",
"FriendlyName": "openSUSE Tumbleweed",
"Name": "SUSE-Linux-Enterprise-15-SP5",
"FriendlyName": "SUSE Linux Enterprise 15 SP5",
"Default": false,
"Amd64Url": {
"Url": "https://github.com/openSUSE/WSL-instarball/releases/download/v20250110.0/openSUSE-Tumbleweed-20250108.x86_64-7.31-Build7.31.tar.xz",
"Sha256": "0x8c89f858145e2ff778eb061817d91d31ee5bee3b2797af7e4000d236553872b0"
"Url": "https://github.com/SUSE/WSL-instarball/releases/download/<tag>/<distro-name>.wsl",
"Sha256": "0x<.wsl file hash>"
}
},
{
"Name": "openSUSE-Leap-15.6",
"FriendlyName": "openSUSE Leap 15.6",
"Default": false,
"Name": "SUSE-Linux-Enterprise-15-SP6",
"FriendlyName": "SUSE Linux Enterprise 15 SP6",
"Default": true,
"Amd64Url": {
"Url": "https://github.com/openSUSE/WSL-instarball/releases/download/v20250110.0/openSUSE-Leap-15.6-15.6.x86_64-7.19-Build7.19.tar.xz",
"Sha256": "0x81d1abf44ab438e5333ff7da09baa101a7c9b64873bb37cfeaf5bf5f0cbed57a"
"Url": "https://github.com/SUSE/WSL-instarball/releases/download/<tag>/<distro-name>.wsl",
"Sha256": "0x<.wsl file hash>"
}
}
]
Expand All @@ -58,5 +58,4 @@ via PR to [#gh/microsoft/WSL](https://github.com/microsoft/WSL/pulls) as part of

### Reference Links

* [1] https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Leap_15.6_images/
* [2] https://download.opensuse.org/repositories/Virtualization:/WSL:/instarball/openSUSE_Tumbleweed_images/
* [1] to be added later

0 comments on commit 6751887

Please sign in to comment.