From d7b7f5a0440da862db7701f5135b68c9a9ec75b4 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Mon, 22 Oct 2018 00:59:33 +0200 Subject: Add Azure creation script --- tools/cloud-init/config.boot.default | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tools/cloud-init/config.boot.default (limited to 'tools/cloud-init/config.boot.default') diff --git a/tools/cloud-init/config.boot.default b/tools/cloud-init/config.boot.default new file mode 100644 index 00000000..18f6ef09 --- /dev/null +++ b/tools/cloud-init/config.boot.default @@ -0,0 +1,30 @@ +system { + syslog { + global { + facility all { + level info + } + facility protocols { + level debug + } + } + } + ntp { + server "0.pool.ntp.org" + server "1.pool.ntp.org" + server "2.pool.ntp.org" + } + console { + device ttyS0 { + speed 9600 + } + } + config-management { + commit-revisions 100 + } +} + +interfaces { + loopback lo { + } +} -- cgit v1.2.3