diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-25 23:01:59 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-25 23:01:59 +0100 |
commit | f6d65d12644c9a9f28d3900400e482291e595730 (patch) | |
tree | 1a7b99c519e4943cc817912b00b71da9d7edc37f /packer/provision | |
parent | dd9e88dc86c818c8010332cc25adbc8a8af58cf8 (diff) |
New small baseimage for control node.
Change-Id: Iec3e26163caad81cd12c6cce6a35431403dc285d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/provision')
-rw-r--r-- | packer/provision/basebuild-no-tmpfs.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packer/provision/basebuild-no-tmpfs.sh b/packer/provision/basebuild-no-tmpfs.sh new file mode 100644 index 00000000..ea34ee32 --- /dev/null +++ b/packer/provision/basebuild-no-tmpfs.sh @@ -0,0 +1,6 @@ +#!/bin/bash -x +# vim: set tw=4 sw=4 sts=4 et : + +# Presently nothing to do + +set -x |