~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
..
debian 821.2.1 10 years ago Juerg Haefliger Add SysV init scripts for Debian Diff
freebsd 908.1.1 10 years ago Joshua Harlow Add freebsd rc.d/sysvinit scripts Diff
gentoo 914.1.1 10 years ago nathan.house at rackspace Initial add Gentoo distro Diff
redhat 821.2.2 10 years ago Juerg Haefliger move redhat sysvinit scripts Diff