Skip to content

Commit

Permalink
wdt: add support for debian unstable and slim variants
Browse files Browse the repository at this point in the history
Change-Id: Iec0240201d02c3bf6678ba9363ca434a21968975
Signed-off-by: Vaisakh Murali <mvaisakh@statixos.com>
  • Loading branch information
mvaisakh committed May 26, 2023
1 parent 259df1d commit d999d41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ At the moment only a few distributions are exported. These include:
* Arch Linux
* CentOS
* Clear Linux
* Debian
* Debian (Stable and Unstable with slim variants)
* Fedora (Stable and Rawhide)
* Ubuntu (Stable and Bleeding edge [devel])

Expand Down
3 changes: 3 additions & 0 deletions wsl-tar-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ DISTROS=(
"centos"
"clearlinux"
"debian"
"debian:stable-slim"
"debian:unstable"
"debian:unstable-slim"
"fedora"
"fedora:rawhide"
"ubuntu"
Expand Down

0 comments on commit d999d41

Please sign in to comment.