From c61fc7cfea3bbf36f34d911b5a0648d32cef51b4 Mon Sep 17 00:00:00 2001 From: Jybz Date: Wed, 17 Jan 2024 13:40:30 +0100 Subject: fix(rpi-aarch64): partition flag --- platforms/rpi-aarch64/specialFunctions.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'platforms/rpi-aarch64/specialFunctions.sh') diff --git a/platforms/rpi-aarch64/specialFunctions.sh b/platforms/rpi-aarch64/specialFunctions.sh index f81a273..d61a2bd 100755 --- a/platforms/rpi-aarch64/specialFunctions.sh +++ b/platforms/rpi-aarch64/specialFunctions.sh @@ -17,18 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -SFDISK_SCRIPT=",128M,c,*\n,,L,\nwrite\n" +SFDISK_SCRIPT=",128M,c,\n,,L,\nwrite\n" function preImgCreation() { - -# title "Download binary blob for Rpi" -# for i in ${FIRMWARE_DOWNLOAD_URL}; do -# info "Download ${i}" -# curl -L -O -J ${i} -s -# done - - title "Creating Pi image" title "Making raspberry pi image" return 0 } -- cgit v1.2.1