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 »
  • LinuxUnable to automate Linux OS install on KVM

    Unable to automate Linux OS install on KVM

    Unable to automate Linux OS install on KVM I hope you found a solution that worked for you πŸ™‚ The Content is licensed under ( CC BY-SA. Attention! This video does always use the same license as the source! Thanks to all those great people for their contributions! (serverfault.com/users/484609/user2233706)user2233706 (serverfault.com/users/484609/user2233706)user2233706 A special thanks goes out to the (serverfault.com/questions/1166085/unable-to-automate-linux-os-install-on-kvm)Stackexchange community I…

    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