diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-11 18:26:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-11 18:26:06 +0200 |
commit | 690cd79bba9a753a68e9e2e0b9def39ff2ec3a41 (patch) | |
tree | c4e45c44ce63e289cc3b8353ffb620b803aea1ed /CentOS8-wsl.sh | |
parent | 8c87644e546a1e43927d6f152412eb5a561fbea0 (diff) | |
download | imagefish-690cd79bba9a753a68e9e2e0b9def39ff2ec3a41.tar.gz |
el8: stream repos
Diffstat (limited to 'CentOS8-wsl.sh')
-rwxr-xr-x | CentOS8-wsl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS8-wsl.sh b/CentOS8-wsl.sh index 547a2e7..a47fdff 100755 --- a/CentOS8-wsl.sh +++ b/CentOS8-wsl.sh @@ -2,7 +2,7 @@ vers="${1-8}" name="centos-${vers}-wsl" -repo="repos/centos-${vers}.repo" +repo="repos/centos-${vers}-stream.repo" rpms="-kernel* -microcode_ctl -*-firmware git-core" tar="${IMAGEFISH_DESTDIR-.}/${name}.tar" |