diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-02-07 17:03:34 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-02-07 17:03:34 -0500 |
commit | e285b1614b00c5689ac71ec9afcfa83d996b22c0 (patch) | |
tree | 54f9df3a9620def7a87106b8d618c00c35a2007e /config/cloud.cfg | |
parent | 00ac0cfe971b1891b722455615df2230b0382567 (diff) | |
download | vyos-cloud-init-e285b1614b00c5689ac71ec9afcfa83d996b22c0.tar.gz vyos-cloud-init-e285b1614b00c5689ac71ec9afcfa83d996b22c0.zip |
add 'bootcmd' like 'runcmd' to cloud-config syntax for running things early
Diffstat (limited to 'config/cloud.cfg')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index dcd61280..c27cc5e8 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -4,6 +4,7 @@ preserve_hostname: False # datasource_list: [ "NoCloud", "OVF", "Ec2" ] cloud_init_modules: + - bootcmd - resizefs - set_hostname - update_hostname |