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}