update .gitignore and readme
This commit is contained in:
parent
7faed5734c
commit
3866c24507
|
|
@ -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
|
||||||
._*
|
._*
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue