Remove unavailable commented out packages from centos-9 vars file

Change-Id: Icb9a5cecf6eaa8d6840d82817ef3a2a5b6d192c2
This commit is contained in:
Jonathan Rosser 2022-05-29 17:17:33 +01:00
parent 532cda8ecb
commit 98c41c076f

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
packages_install: packages_install:
# - bridge-utils bridge-utils is not available in 8
# - btrfs-progs BTRFS is not available in 8
- curl - curl
- dbus - dbus
- ethtool - ethtool
@ -24,8 +22,6 @@ packages_install:
- lvm2 - lvm2
- python3 - python3
- python3-devel - python3-devel
# - sshpass sshpass is not available in 8
#- systemd-networkd networkd is not available in 8
- vim - vim
- xfsprogs - xfsprogs