Skip to content

Instantly share code, notes, and snippets.

@kkumler
Forked from antaflos/foreman-ubuntu-12.04.pxe
Created February 11, 2013 21:20
Show Gist options
  • Save kkumler/4757729 to your computer and use it in GitHub Desktop.
Save kkumler/4757729 to your computer and use it in GitHub Desktop.
default Ubuntu
label Ubuntu
kernel <%= @kernel %>
append initrd=<%= @initrd %> video=vga16fb:off vga16fb.modeset=0 interface=eth0 url=<%= foreman_url("provision")%> ramdisk_size=10800 root=/dev/rd/0 rw auto=true priority=critical hostname=unassigned-hostname DEBCONF_DEBUG=5 language=en locale=en_IE.UTF-8 console-setup/ask_detect=false keyboard-configuration/layoutcode=de console-keymaps-at/keymap=de-latin1-nodeadkeys keyboard-configuration/xkb-keymap=de debian-installer/country=AT debian-installer/fb=false BOOTIF=<%= mac %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment