forked from sig_altarch/RockyRpi
Fixed typo
Wrong output directory -Skip G.
This commit is contained in:
parent
1ea9e39ffb
commit
8eea380dcd
@ -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("))
|
||||
|
Loading…
Reference in New Issue
Block a user