From d56ab0d5e7223cfea5adc9ebc75b166071bef505 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 28 Dec 2024 17:05:36 +0000 Subject: [PATCH] Changed to ordinary config file --- tupper/machine.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tupper/machine.cfg b/tupper/machine.cfg index 962ef40..f55f555 100644 --- a/tupper/machine.cfg +++ b/tupper/machine.cfg @@ -1,5 +1,5 @@ -hardware: - cpus: 2 - ram: 4096 - rootdisk: 15 - datadisk: 15 \ No newline at end of file +#hardware configuration +cpus=2 +ram=4096 +rootdisk=15 +datadisk=15 \ No newline at end of file