From ddedfea7912b8b2906e79312c8785770b21187c5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 17 Dec 2025 01:45:45 -0700 Subject: [PATCH] UPDOOTIN pi_create_from_img --- customscripts/pi_create_image_from_img | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/customscripts/pi_create_image_from_img b/customscripts/pi_create_image_from_img index 546b5e3..1b40e15 100644 --- a/customscripts/pi_create_image_from_img +++ b/customscripts/pi_create_image_from_img @@ -28,7 +28,9 @@ sleepfive () { sleep 5 } -echo -e "\nsettings:\n\tmountpoint: $mountpoint\n\timgpath: $imgpath\n\timgdir: $imgdir\n\txzpath: $xzpath\n\trenamepath: $renamepath\n" +echo -e "creating pi image from existing .img file $imgpath" + +echo -e "\nsettings:\n\tmountpoint: $mountpoint\n\timgpath: $imgpath\n\timgdir: $imgdir\n\txzpath: $xzpath\n\trenamepath: $renamepath\n\tdevice: $device\n" echo "changing directory to $imgdir" cd "$imgdir" @@ -76,4 +78,4 @@ if [[ "$delimg" =~ ^[yY] ]]; then sudo rm -f "$imgpath" fi -echo "DONEEE $renamepath" \ No newline at end of file +echo -e "\nDONEEE $renamepath\n" \ No newline at end of file