Created
July 12, 2012 11:53
-
-
Save dizz/3097693 to your computer and use it in GitHub Desktop.
Preseed default PXElinux file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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