~harlowja/cloud-init/early-abort

  • Committer: Scott Moser
  • Author(s): Dustin Kirkland
  • Date: 2014-03-03 21:44:31 UTC
  • Revision ID: smoser@ubuntu.com-20140303214431-494bqb0xlhp3xai1
seed_random: support a 'command' to seed /dev/random

This extends 'random_seed' top level entry to include a 'command'
entry, that has the opportunity to then seed the random number generator.

Example config:
 #cloud-config
 random_seed:
   command: ['dd', 'if=/dev/zero', 'of=/dev/random', 'bs=1M', 'count=10']
Filename Latest Rev Last Changed Committer Comment Size
..
examples 133 14 years ago Scott Moser add doc/userdata.txt, move examples to doc/. Diff
rtd 763 11 years ago Joshua Harlow Add docs which can be used on readthedocs.org Inc Diff
sources 620 11 years ago Scott Moser doc: move datasource documentation to doc/sources Diff
merging.rst 805 11 years ago Joshua Harlow Fix the default string used for merging. It had b 7.1 KB Diff Download File
README 148 14 years ago Scott Moser more removal of 'ec2init' string, replacement with 134 bytes Diff Download File
userdata.txt 415.1.5 12 years ago Scott Moser make 'include-once' really "download source once p 3.3 KB Diff Download File
var-lib-cloud.txt 337 13 years ago Scott Moser add previous-instance-id and previous-datasource f 1.8 KB Diff Download File
vendordata.txt 896.2.15 10 years ago Scott Moser doc improvements 2.4 KB Diff Download File