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

« back to all changes in this revision

Viewing changes to etc/maas/templates/pxe/config.commissioning.armhf.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
 
DEFAULT execute
2
 
 
3
 
LABEL execute
4
 
  {{# SAY is not implemented in U-Boot }}
5
 
  {{if kernel_params.release not in ("precise", "quantal")}}
6
 
    {{# Return a copy of kernel_params with an overridden subarch.
7
 
        See https://bugs.launchpad.net/maas/+bug/1166994 }}
8
 
    {{py: kernel_params=kernel_params(subarch="generic")}}
9
 
  {{endif}}
10
 
  KERNEL {{kernel_params | kernel_path }}
11
 
  INITRD {{kernel_params | initrd_path }}
12
 
  APPEND {{kernel_params | kernel_command}}
13
 
  IPAPPEND 2