lang: core: embedded: provisioner: Not sure we need this package

Seems to cause some issues. Remove it for now.
This commit is contained in:
James Shubin
2024-10-29 18:53:36 -04:00
parent 1cd4af5838
commit 0222a682fc

View File

@@ -105,7 +105,7 @@ class base($config) {
# packages
#
# TODO: do we need "syslinux-nonlinux" ?
$pkgs_bios = ["syslinux", "syslinux-nonlinux",]
$pkgs_bios = ["syslinux",]
$pkgs_uefi = ["shim-x64", "grub2-efi-x64",]
pkg $pkgs_bios {
state => "installed",