update naming to match the machine on which it runs.

This commit is contained in:
Storm Dragon 2020-01-14 12:14:18 -05:00
parent 7105a5a4ce
commit c5704ea0db

View File

@ -9,7 +9,7 @@ workdir=${PWD}/stormux
version=$(date +%y.%m.%d) version=$(date +%y.%m.%d)
#The full path and filename of the Raspberry Pi image file #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 # The size of the image file in MB, for example 8192 will create an 8GB zero-filled image file
imagesize=7168 imagesize=7168