Skip to content

Commit

Permalink
Merge pull request #9 from taalojarvi/main
Browse files Browse the repository at this point in the history
Deprecate CentOS and add support for AlmaLinux OS and Rocky Linux
  • Loading branch information
mvaisakh authored Oct 11, 2024
2 parents 26c8387 + 91293e9 commit 6ea9b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ Distros that are available on the Microsoft Store are really quite limited and f
This script generates WSL2 importable minimal tarballs that are extracted from docker containers.
At the moment only a few distributions are exported. These include:
* Adélie Linux
* AlmaLinux OS
* Alpine Linux (Latest and Edge)
* Arch Linux (Stable and base-devel)
* CentOS
* Clear Linux
* Debian (Stable and Unstable with slim variants)
* Fedora (Stable and Rawhide)
* Gentoo (Latest stage3 tarballs)
* Kali Linux (Rolling release)
* openSUSE Tumbleweed
* Rocky Linux 9
* Ubuntu (Stable and Bleeding edge [devel])

Grab the latest tarballs of your favourite distro from the [Releases Page](https://github.com/mvaisakh/wsl-distro-tars/releases)!
Expand Down
5 changes: 4 additions & 1 deletion wsl-tar-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ mkdir -p "$TAR_DIR"
# parse desired distro
DISTROS=(
"adelielinux/adelie"
"almalinux:latest"
"almalinux:minimal"
"alpine:latest"
"alpine:edge"
"archlinux"
"archlinux:base-devel"
"centos"
"clearlinux"
"debian"
"debian:stable-slim"
Expand All @@ -44,6 +45,8 @@ DISTROS=(
"gentoo/stage3:systemd"
"kalilinux/kali-rolling"
"opensuse/tumbleweed"
"rockylinux:9"
"rockylinux:9-minimal"
"ubuntu"
"ubuntu:devel"
)
Expand Down

0 comments on commit 6ea9b5c

Please sign in to comment.