From 6018e236e397e5028b1ffa1f0e7229d646b98143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Tue, 21 Jan 2020 15:17:37 +0100 Subject: [PATCH] Add minimal README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a7f285 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# uncloud-init + +This tool takes care of initializing and maintaining virtual machines in +[uncloud](https://code.ungleich.ch/uncloud/uncloud) environments, which means: + + * Growing root partition/filesystem when the underlying disk is expanded. + * Fetch and deploy SSH keys.