From fd4980215ef9c49c54bc516874266c972278cdd9 Mon Sep 17 00:00:00 2001 From: Skip Grube Date: Mon, 5 Jun 2023 22:56:56 -0400 Subject: [PATCH] Fixed naming of .ks file -Skip G. --- createRocky8_Image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/createRocky8_Image.sh b/createRocky8_Image.sh index ef2b0ea..b9b92f5 100755 --- a/createRocky8_Image.sh +++ b/createRocky8_Image.sh @@ -3,7 +3,7 @@ # Simple script that runs a Rocky Raspberry pi creation (via appliance-creator), then inserts a UUID to the kernel boot line of the image # after-the-fact # -# Usage: ./Rocky8_Rpi4_mkimage.sh /path/to/outputfolder/ +# Usage: ./createRocky8_Image.sh /path/to/outputfolder/ # # Needs to be run in the same directory as the rocky rpi kickstart, as it relies on it! # @@ -34,7 +34,7 @@ fi # Actually create the image. Our kickstart data should be in the same git repo as this script: # (This takes a while, especially building on an rpi. Patience!) -appliance-creator -v -c ./Rocky8_Rpi4.ks -n RockyRpi \ +appliance-creator -v -c ./Rocky8_Rpi.ks -n RockyRpi \ --version=`date +"%Y%m%d"` --release=1 \ -d --logfile $LOGDIR/LOGFILE \ --vmem=2048 --vcpu=2 --no-compress -o "${OUTDIR}"