~smoser/curtin/trunk.lp1402042

  • Committer: Scott Moser
  • Date: 2015-07-07 15:02:39 UTC
  • Revision ID: smoser@ubuntu.com-20150707150239-zs8so4x77759z394
declare the separator expected on kernel command line

this just makes KERNEL_CMDLINE_COPY_TO_INSTALL_SEP available to a
user of curtin, so they can determine which argument splits kernel
flags that should be copied over to target.

maas will use this as:
 import curtin
 cmdline_copy_sep = getattr(
     curtin, 'KERNEL_CMDLINE_COPY_TO_INSTALL_SEP', '--')
Filename Latest Rev Last Changed Committer Comment Size
..
bin 7 10 years ago Scott Moser initial stub multi-command Diff
curtin 7 10 years ago Scott Moser initial stub multi-command Diff
debian 9 10 years ago Scott Moser add initial packaging Diff
doc 2 11 years ago Scott Moser very rough initial doc using sphynx. Diff
examples 45 10 years ago Scott Moser add examples dir Diff
helpers 25 10 years ago Scott Moser block-meta simple now partitions with 'partition' Diff
tests 8 10 years ago Scott Moser make test (with 1 test) Diff
tools 8 10 years ago Scott Moser make test (with 1 test) Diff
.bzrignore 8 10 years ago Scott Moser make test (with 1 test) 18 bytes Diff Download File
LICENSE 6 10 years ago Scott Moser add LICENSE file 33.7 KB Diff Download File
Makefile 196.1.7 9 years ago Scott Moser add tools/write-curtin and update bin/curtin from 451 bytes Diff Download File
README 1 11 years ago Scott Moser initial README 163 bytes Diff Download File
setup.py 196.1.9 9 years ago Scott Moser add curtin.deps to setup.py 733 bytes Diff Download File