Skip to content

Commit

Permalink
Add support for AlmaLinux 8 & 9
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni authored and richm committed Sep 27, 2023
1 parent 551be65 commit 41b0f4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vars/AlmaLinux_8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
blivet_package_list:
- python3-blivet
- libblockdev-crypto
- libblockdev-dm
- libblockdev-lvm
- libblockdev-mdraid
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs
11 changes: 11 additions & 0 deletions vars/AlmaLinux_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
blivet_package_list:
- python3-blivet
- libblockdev-crypto
- libblockdev-dm
- libblockdev-lvm
- libblockdev-mdraid
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs

0 comments on commit 41b0f4e

Please sign in to comment.