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