From c5704ea0db826cafed5952931a62af6741c3d40c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 14 Jan 2020 12:14:18 -0500 Subject: [PATCH] update naming to match the machine on which it runs. --- build/build/stormux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build/stormux.conf b/build/build/stormux.conf index a14e5d6..d557a37 100644 --- a/build/build/stormux.conf +++ b/build/build/stormux.conf @@ -9,7 +9,7 @@ workdir=${PWD}/stormux version=$(date +%y.%m.%d) #The full path and filename of the Raspberry Pi image file -imagename="${PWD}/stormux-${version}.img" +imagename="${PWD}/stormux-pi4-${version}.img" # The size of the image file in MB, for example 8192 will create an 8GB zero-filled image file imagesize=7168