Compare commits
5
Commits
main
...
server-fedora-44
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdda0a57a3 | ||
|
|
b4010ee2fb | ||
|
|
cd442c555f | ||
|
|
6e040e05a7 | ||
|
|
8a6a97559d |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages --exclude-weakdeps
|
||||||
|
|
||||||
|
grub2-tools # Provides grub2-mkconfig and grub2-editenv, required by the grub2-common %posttrans scriptlet (exit 127 otherwise, which fails the whole dnf transaction)
|
||||||
pciutils # PCI bus related utilities
|
pciutils # PCI bus related utilities
|
||||||
libusb # Library for accessing USB devices
|
libusb # Library for accessing USB devices
|
||||||
usbutils # Linux USB utilities
|
usbutils # Linux USB utilities
|
||||||
|
|||||||
@@ -26,15 +26,16 @@ recipes:
|
|||||||
hardware-support: [true, false]
|
hardware-support: [true, false]
|
||||||
guest-agents: [true, false]
|
guest-agents: [true, false]
|
||||||
|
|
||||||
# # Server variants
|
# Server variants
|
||||||
# - name: server
|
- name: server
|
||||||
# variants:
|
variants:
|
||||||
# - repository: ["43", "rawhide"]
|
- repository: ["44"]
|
||||||
# storage: standard
|
storage: standard
|
||||||
# bootloader: grub
|
bootloader: systemd-boot
|
||||||
# hardware-support: false
|
hardware-support: false
|
||||||
# guest-agents: true
|
guest-agents: true
|
||||||
#
|
initial-setup: server
|
||||||
|
|
||||||
# # Hypervisor variants
|
# # Hypervisor variants
|
||||||
# - name: hypervisor
|
# - name: hypervisor
|
||||||
# variants:
|
# variants:
|
||||||
|
|||||||
Reference in New Issue
Block a user