UPDOOTIN pi_create_from_img

This commit is contained in:
2025-12-17 01:45:45 -07:00
parent 3d520237a5
commit ddedfea791
+4 -2
View File
@@ -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"
echo -e "\nDONEEE $renamepath\n"