~lutostag/ubuntu/trusty/maas/1.5.2+packagefix

« back to all changes in this revision

Viewing changes to etc/maas/templates/uefi/config.commissioning.template

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-03-28 10:43:53 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20140328104353-ekpolg0pm5xnvq2s
Tags: upstream-1.5+bzr2204
ImportĀ upstreamĀ versionĀ 1.5+bzr2204

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set default="0"
 
2
set timeout=0
 
3
 
 
4
# Force AMD64 for commissioning as UEFI only supports AMD64 currently.
 
5
menuentry 'Commission' {
 
6
    echo   'Booting under MAAS direction...'
 
7
    echo   '{{kernel_params() | kernel_command}} BOOTIF=01-'${net_default_mac}
 
8
    linux  {{kernel_params(arch="amd64") | kernel_path }} {{kernel_params(arch="amd64") | kernel_command}} BOOTIF=01-${net_default_mac}
 
9
    initrd {{kernel_params(arch="amd64") | initrd_path }}
 
10
}