Skip to content

Instantly share code, notes, and snippets.

@rubiojr
Created March 30, 2011 11:34
Show Gist options
  • Save rubiojr/894246 to your computer and use it in GitHub Desktop.
Save rubiojr/894246 to your computer and use it in GitHub Desktop.
isolinux sample config file to auto kickstart RHEL5 ISOs
default kickstart
prompt 1
timeout 60
display boot.msg
F1 boot.msg
F2 options.msg
F4 param.msg
F5 rescue.msg
label local
localboot 1
label rescue
kernel vmlinuz
append rescue initrd=initrd.img
label memtest86
kernel memtest
append -
label linux
kernel vmlinuz
append initrd=initrd.img lang=en noparport nofirewire nopcmcia
label kickstart
kernel vmlinuz
append initrd=initrd.img lang=en noparport nofirewire nopcmcia ks=http://kickstart.bcn.abiquo.com/abiquo.ks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment