diff --git a/Rocky8_Rpi4_mkimage.sh b/Rocky8_Rpi4_mkimage.sh index e4d945d..85069b9 100755 --- a/Rocky8_Rpi4_mkimage.sh +++ b/Rocky8_Rpi4_mkimage.sh @@ -14,7 +14,8 @@ time appliance-creator -v -c ./Rocky8_Rpi4.ks -n RockyRpi --version=20210626 -- mkdir -p /mnt/tmp # find the image we just made, and make it available on /dev/maper/loop* devices: -image=`find ${LOCATION} -iname *.raw | head -1` +image=`find ${OUTDIR} -iname *.raw | head -1` +echo "Getting UUID and inserting to boot from ${image} .... kpartx -av ${image} # Get the UUID of our root partition (the ext4 one) (UUID=e3984938429 , strip out quotes("))