Files
meta-mortsgna/scripts/raspberrypi-card-write.sh
Andreas Müller ca5f873b08 Rewrite of card scripts completely
Reduce the card specific code to what's needed.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 09:58:24 +02:00

15 lines
374 B
Bash
Executable File

#! /bin/bash
# raspberrypi-card-write.sh
# (c) Copyright 2018 Andreas Müller <schnitzeltony@gmail.com>
# Licensed under terms of GPLv2
#
# This script writes image to sdcard and aligns rootfs partition to max size.
# Includes
. `dirname $0`/include/common-helpers.inc
. `dirname $0`/include/card-helpers.inc
. `dirname $0`/include/machine-raspberrypi.inc
StartCardWrite