diff options
Diffstat (limited to 'platforms/rpi-aarch64/specialFunctions.sh')
-rwxr-xr-x | platforms/rpi-aarch64/specialFunctions.sh | 10 |
1 files changed, 1 insertions, 9 deletions
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 <http://www.gnu.org/licenses/>. -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 } |