Open flozanorht opened 1 month ago
Tested using --cdrom, it works and pass self-test (checksum)
$ virt-install --name edge-test-4 --os-variant rhel9.2 --memory 4096 --vcpus 2 --disk size=20 --cdrom /home/student/rhel9-httpd-v1-mkksiso.iso -v
Automatically changes the grub menu to use the name of the new kickstart It was necessary to change ownership of the output ISO to use with virt-installer
Also work using --location for text-mode boot
$ virt-install --name edge-test-4b --os-variant rhel9.2 --memory 4096 --vcpus 2 --disk size=20 --location /home/student/rhel9-httpd-v1-mkksiso.iso --graphics=none --extra-arg console=ttyS0 --extra-arg inst.ks=hd:LABEL=$LABEL:/rhel9-httpd-installer.ks -v
From Brian Lane bcl@redhat.com on tech-list
On Fri, Oct 18, 2024 at 03:23:54PM -0300, Fernando Lozano wrote:
Why are you using tar? There's an easier way -- just use mkksiso:
https://weldr.io/lorax/mkksiso.html