Fixed typo

Wrong output directory

-Skip G.
This commit is contained in:
Skip Grube 2021-06-26 09:09:56 -04:00
parent 1ea9e39ffb
commit 8eea380dcd
1 changed files with 2 additions and 1 deletions

View File

@ -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("))