~evilnick/maas/1.2-docs-tidyup+preseed

« back to all changes in this revision

Viewing changes to src/provisioningserver/kernel_opts.py

  • Committer: Tarmac
  • Author(s): John Arbash Meinel
  • Date: 2012-11-08 06:53:56 UTC
  • mfrom: (1291.1.1 1.2-lint)
  • Revision ID: tarmac-20121108065356-rdwhy0pzm5q860f5
[r=jameinel][bug=][author=jameinel] Just get 'make lint' happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        "preseed_url",  # URL from which a preseed can be obtained.
38
38
        "log_host",  # Host/IP to which syslog can be streamed.
39
39
        "fs_host",  # Host/IP on which ephemeral filesystems are hosted.
40
 
        "extra_opts", # String of extra options to supply, will be appended
41
 
                      # verbatim to the kernel command line
 
40
        "extra_opts",  # String of extra options to supply, will be appended
 
41
                       # verbatim to the kernel command line
42
42
        ))
43
43
 
44
44