From 858c37edeec18180bf4589218b9520bbdfe205d2 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 27 Oct 2017 20:00:53 +0200 Subject: [PATCH] fixup! add ext2 support for partitioning --- zlibs/imaging | 1 + 1 file changed, 1 insertion(+) diff --git a/zlibs/imaging b/zlibs/imaging index 3aa7e38..2211d95 100644 --- a/zlibs/imaging +++ b/zlibs/imaging @@ -52,6 +52,7 @@ image_format_partitions() { ext4) act "formatting boot as ext4" sudo mkfs.ext4 ${bootpart} + ;; ext2) act "formating boot as ext2" sudo mkfs.ext2 ${bootpart}