From 3866c245076bcdcfa275c5ccc8999a394b5febb2 Mon Sep 17 00:00:00 2001 From: Kuba Kowalik Date: Wed, 23 Jul 2025 16:19:10 +0200 Subject: [PATCH] update .gitignore and readme --- .gitignore | 7 ++++++- README.md | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4777d2..96d1f1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +tmp/ +.*.swp + + # ---> macOS # General .DS_Store @@ -5,7 +9,8 @@ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* diff --git a/README.md b/README.md index 924c250..6a4c2ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # hswro-vm-provisioning -VM provisioning for HSWro servers \ No newline at end of file +VM provisioning for HSWro servers + +In this repo we have a couple files: + +- preseed.cfg - used as a preseed for debian install +- post-install.sh - invoked as preseed late-command, it takes care of creating users and adding their ssh keys so they can access freshly created host via SSH \ No newline at end of file