Initial cloud-init support
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 51-cloud-init
1 #!/bin/bash
2 # Filename:      ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/51-cloud-init
3 # Purpose:       configure cloud-init package
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2 or any later version.
7 ################################################################################
8
9 set -u
10 set -e
11
12 # NOTE: this file is relevant only with cloud-init package installed,
13 # though we install it unconditionally via GRMLBASE class to have it
14 # available and configured as shipped by Grml ISOs
15 fcopy -v /etc/cloud/cloud.cfg.d/42_grml.cfg
16
17 ## END OF FILE #################################################################
18 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2