From 3d520237a51ee46ca1e83af28c29a60896b361a1 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 17 Dec 2025 01:33:44 -0700 Subject: [PATCH] added pi_create_from_img --- customscripts/pi_create_image_from_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/pi_create_image_from_img b/customscripts/pi_create_image_from_img index 2bd489d..546b5e3 100644 --- a/customscripts/pi_create_image_from_img +++ b/customscripts/pi_create_image_from_img @@ -56,7 +56,7 @@ sudo kpartx -dv "$imgpath" sleepfive -echo "shrinking $imgpath to $imgpath.xz" +echo "shrinking $imgpath to $xzpath" sudo pishrink -Z -r -v -a "$imgpath" sleepfive