update .gitignore and readme

This commit is contained in:
Jakub Kowalik 2025-07-23 16:19:10 +02:00
parent 7faed5734c
commit 3866c24507
2 changed files with 12 additions and 2 deletions

7
.gitignore vendored
View File

@ -1,3 +1,7 @@
tmp/
.*.swp
# ---> macOS # ---> macOS
# General # General
.DS_Store .DS_Store
@ -5,7 +9,8 @@
.LSOverride .LSOverride
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*

View File

@ -1,3 +1,8 @@
# hswro-vm-provisioning # hswro-vm-provisioning
VM provisioning for HSWro servers 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