arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit 8ee145f1b5afdde9cc7d23e4803c96c799c2fe11
parent b7e78d48a379c578abde741aa546490bf489ae3c
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 24 Apr 2016 20:00:51 +0200

gpt partition

Diffstat:
Marm/profiles/common-devuan | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan @@ -316,7 +316,7 @@ ${device_name}-prepimg() { rootpart=${mappdevice}p2 notice "Formatting partitions..." - mkfs.ext4 -L rootfs $rootpart + sudo mkfs.ext4 -L rootfs $rootpart mkdir -p ${workdir}/root sudo mount $rootpart ${workdir}/root && notice "Mounted root part"