kickstart

  • LinuxMaking an Answer File to Automate your Linux Install with Kickstart

    Making an Answer File to Automate your Linux Install with Kickstart

    This app helps in automating the manual OS installation process. It gives you the options to create very basic to advanced kickstart which includes custom file system layouts, package selections, network configurations, and installation scripts that would normally be asked during the installation of Red Hat Enterprise Linux. Learn more: [ad_2] source

    Read More »
  • 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 »
Back to top button