Add additional info to the README

This commit is contained in:
Sandwich 2024-03-22 05:11:09 +01:00
parent 508997ed8d
commit 946a705eb9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# Info
Most of the roles are adaptable for use with systems beyond ArchLinux, requiring only that the target system can install a necessary package manager, such as `dnf` for RHEL-based systems. Additionally, a replacement for the `arch-chroot` command may be required for these systems.
**NOTE**:
- RHEL Systems are not currently supported due to restricted access to their repositories.
A workaround could involve using an ISO as a local repository or setting up a proxy repository to facilitate access.
# Documentation
## Table of Contents

View File

@ -13,7 +13,7 @@
cpu: "host"
cores: "{{ vm_cpus }}" # Number of CPU cores
memory: "{{ vm_memory }}" # Memory size in MB
balloon: "{{ vm_ballo | default(omit) }}"
balloon: "{{ vm_ballo | default(omit) }}" # Minimum Memory size in MB
numa_enabled: true
hotplug: "network,disk"
bios: ovmf