diff --git a/zlibs/imaging b/zlibs/imaging index 8577c93..3aa7e38 100644 --- a/zlibs/imaging +++ b/zlibs/imaging @@ -52,6 +52,9 @@ image_format_partitions() { ext4) act "formatting boot as ext4" sudo mkfs.ext4 ${bootpart} + ext2) + act "formating boot as ext2" + sudo mkfs.ext2 ${bootpart} ;; *) error "unknown parted_bootfs type '$bootfs'"