commit c018a20268fb4c47c3207aa37aa2dc7feee92f08
parent 9b97dc038d27a31f820ba0b0b824f360b9662e83
Author: parazyd <parazyd@dyne.org>
Date: Fri, 27 Oct 2017 19:22:48 +0200
add ext2 support for partitioning
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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'"