minor correction and first shot of disk configuration to base future works

This commit is contained in:
levasseur
2022-02-21 18:48:57 +01:00
parent b9fc8ed51c
commit e8c6f46572
7 changed files with 52 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ vm_hardenning()
pkginst linux-image-cloud-amd64
if [[ $WITH_ROUTING == yes ]]; then
# do it!
: # do it!
fi
}