commit 858c37edeec18180bf4589218b9520bbdfe205d2 parent c018a20268fb4c47c3207aa37aa2dc7feee92f08 Author: parazyd <parazyd@dyne.org> Date: Fri, 27 Oct 2017 20:00:53 +0200 fixup! add ext2 support for partitioning Diffstat:
M | zlibs/imaging | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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}