URI: 
       tgpt partition - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 8ee145f1b5afdde9cc7d23e4803c96c799c2fe11
   DIR parent b7e78d48a379c578abde741aa546490bf489ae3c
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sun, 24 Apr 2016 20:00:51 +0200
       
       gpt partition
       
       Diffstat:
         M arm/profiles/common-devuan          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan
       t@@ -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"