Add guest agents to Minimal ISO

This commit is contained in:
Andrew Lukoshko 2023-04-19 19:45:26 +02:00
parent d64f0624b8
commit 16c6b184e0
5 changed files with 15 additions and 0 deletions

View File

@ -139,6 +139,9 @@ additional_packages = [
"tmux",
"usbguard",
"kernel",
"hyperv-daemons",
"open-vm-tools",
"qemu-guest-agent",
]
}
),

View File

@ -146,6 +146,9 @@ additional_packages = [
"tmux",
"usbguard",
"kernel",
"hyperv-daemons",
"open-vm-tools",
"qemu-guest-agent",
]
}
),

View File

@ -156,6 +156,9 @@ additional_packages = [
"tmux",
"usbguard",
"kernel",
"hyperv-daemons",
"open-vm-tools",
"qemu-guest-agent",
]
}
),

View File

@ -166,6 +166,9 @@ additional_packages = [
"tmux",
"usbguard",
"kernel",
"hyperv-daemons",
"open-vm-tools",
"qemu-guest-agent",
]
}
),

View File

@ -152,6 +152,9 @@ additional_packages = [
"tmux",
"usbguard",
"kernel",
"hyperv-daemons",
"open-vm-tools",
"qemu-guest-agent",
]
}
),