diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-09 11:16:42 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-09 11:16:42 +0100 |
commit | 3c369f1bc4c574a698a4c5efee162f7bf100e784 (patch) | |
tree | 62b3f8262f7cfb15e8f7da528f8de2124e151995 /RHEL8-wsl.sh | |
parent | 39505772f2f9aaa4980e9ea1b3f4d88567c32fea (diff) | |
download | imagefish-3c369f1bc4c574a698a4c5efee162f7bf100e784.tar.gz |
centos wsl, tweak rpms
Diffstat (limited to 'RHEL8-wsl.sh')
-rwxr-xr-x | RHEL8-wsl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RHEL8-wsl.sh b/RHEL8-wsl.sh index 2b58b17..9acff5d 100755 --- a/RHEL8-wsl.sh +++ b/RHEL8-wsl.sh @@ -3,7 +3,7 @@ vers="$1" name="rhel-${vers}-wsl" repo="/mort/mirror/rhel/repo/el8/mirror-RHEL-${vers}-BaseOS.repo" -rpms="-kernel* -microcode_ctl git-core" +rpms="-kernel* -microcode_ctl -*-firmware" tar="${IMAGEFISH_DESTDIR-.}/${name}.tar" |