~curtin-dev/curtin/trunk

« back to all changes in this revision

Viewing changes to examples/tests/dirty_disks_config.yaml

  • Committer: Scott Moser
  • Date: 2017-12-20 17:33:03 UTC
  • Revision ID: smoser@ubuntu.com-20171220173303-29gha5qb8wpqrd40
README: Mention move of revision control to git.

curtin development has moved its revision control to git.
It is available at
  https://code.launchpad.net/curtin

Clone with
  git clone https://git.launchpad.net/curtin
or
  git clone git+ssh://git.launchpad.net/curtin

For more information see
  http://curtin.readthedocs.io/en/latest/topics/development.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
early_commands:
2
 
  # running block-meta custom from the install environment
3
 
  # inherits the CONFIG environment, so this works to actually prepare
4
 
  # the disks exactly as in this config before the rest of the install
5
 
  # will just blow it all away.  We have clean out other environment
6
 
  # that could unintentionally mess things up.
7
 
  blockmeta: [env, -u, OUTPUT_FSTAB,
8
 
              TARGET_MOUNT_POINT=/tmp/my.bdir/target,
9
 
              WORKING_DIR=/tmp/my.bdir/work.d, 
10
 
              curtin, --showtrace, -v, block-meta, --umount, custom]