For testing purposes, I frequently create and drop Oracle Linux VMs.
Installing Oracle Linux 9.4 takes time.
During installation,
I want to create a custom disk layout (with custom Volume groups, etc)
I want to choose specific software to install
I want 2 IPs in the Linux VM, the first one adapter should be connected to the NAT network created at Virtualbox. The second network adapter needs to assigned a static IP
etc, etc.
I want to do pretty much everything that is done in the below link (for Oracle Linux Installation) plus above ones but from command line using some automation tool.
https://linuxiac.com/how-to-install-oracle-linux-9/
What is the most recommended way to automate Oracle Linux 9.x installations in Virtualbox ?