fixup! add ext2 support for partitioning

This commit is contained in:
parazyd 2017-10-27 20:00:53 +02:00
parent c018a20268
commit 858c37edee
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 0 deletions

View File

@ -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}