Project

General

Profile

« Previous | Next » 

Revision 91de0279

Added by Marek Hulán over 5 years ago

Sync templates

View differences:

app/views/unattended/provisioning_templates/PXEGrub2/preseed_default_pxegrub2.erb
options << 'console-setup/ask_detect=false console-setup/layout=USA console-setup/variant=USA keyboard-configuration/layoutcode=us localechooser/translation/warn-light=true localechooser/translation/warn-severe=true'
end
options << "locale=#{host_param('lang') || 'en_US'}"
# send PXELinux "IPAPPEND 2" option along
options.push("BOOTIF=01-$net_default_mac")
options = options.join(' ')
if (os_name == 'Ubuntu' && os_major > 12) || (os_name == 'Debian' && os_major > 8)

Also available in: Unified diff