Skip to content

Instantly share code, notes, and snippets.

@dizz
Created July 12, 2012 11:53
Show Gist options
  • Save dizz/3097693 to your computer and use it in GitHub Desktop.
Save dizz/3097693 to your computer and use it in GitHub Desktop.
Preseed default PXElinux file
default linux
label linux
kernel <%= @kernel %>
append initrd=<%= @initrd %> interface=auto url=<%= foreman_url("provision")%> ramdisk_size=10800 root=/dev/rd/0 rw auto hostname=unassigned-hostname locale=en_US console-setup/ask_detect=false console-setup/layout=USA console-setup/variant=USA keyboard-configuration/layoutcode=us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment