fixup! add ext2 support for partitioning
This commit is contained in:
parent
c018a20268
commit
858c37edee
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue