15 lines
362 B
Bash
Executable File
15 lines
362 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# bbone-card-write.sh
|
|
# (c) Copyright 2019 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-bbone.inc
|
|
|
|
StartCardWrite
|