Bereinigung

This commit is contained in:
2023-11-09 13:11:14 +01:00
parent 2da8033c11
commit 2ff468a53a

View File

@@ -24,8 +24,8 @@ VBoxManage clonehd Erstelte_VM.vdi Master_VDI-disk0.vdi
``` ```
test: test:
├── create_vbox.sh - Erstellt die benötigten VMs (CentOS, Ubuntu). ├── vbox_create.sh - Erstellt die benötigten VMs (CentOS, Ubuntu).
├── create_vdi.sh - Erstellt die benötigten VMs von einem Template (CentOS, Ubuntu). ├── vdi_create.sh - Erstellt die benötigten VMs von einem Template (CentOS, Ubuntu).
``` ```