update naming to match the machine on which it runs.
This commit is contained in:
parent
7105a5a4ce
commit
c5704ea0db
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user