Simple testing of kickstart scripts

Something I use a lot when testing kickstart scripts over and over is:

target# dd if=/dev/zero of=/dev/sda bs=512 count=1; reboot

Zeroing out the bootloader drops the machine through to network booting without having to get the BIOS on a serial console and attempt to choose or change the boot source.

Comments

    Leave a comment