How to install RockyLinux with Kickstart
-
How to Install RockyLinux in KVM with no user interaction
How to Install Rocky Linux in KVM without user interaction In this recorded video , I have installed Rocky Linux 9 in KVM and used virt-install tool for management. #virt-install script / command+++++++++++++++++++++++++++++++++++++++++++ hostname=Rocky9 virt-install –name $hostname –memory 2048 –vcpus 2 –os-variant rocky9.0 –location=Rocky-9.4-x86_64-minimal.iso –cdrom Rocky-9.4-x86_64-minimal.iso –disk path=/opt/sda1/IMAGES/$hostname.qcow2,bus=virtio,size=20 –initrd-inject $hostname.cfg –extra-args=”inst.ks=file:/$hostname.cfg console=tty0 console=ttyS0,115200n8″ –noautoconsole –graphics=none –autoconsole none –network default +++++++++++++++++++++++++++++++++++++++++++…
Read More »