Skip to content

Commit eb1a640

Browse files
committed
Release 1.4
1 parent b44db6b commit eb1a640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ The rootfs tarball is taken from AnLinux Resources [Repository](https://github.c
7070
- This module will turn SELinux from enforcing to permissive to ensure linux is working properly.
7171
- If you want to store your chroot in image file, make image file first using make_image then mount the image using mount_image script.
7272
- coreutils can be installed via @Zackptg5 's [ccbins](https://github.com/Magisk-Modules-Repo/ccbins) module.
73-
- mke2fs can be installed via my [e2fsprogs module](https://github.com/FerryAr/e2fsprogs-arm), support for arm device only, other arch will be use busybox mke2fs applets, and limited 2GB image size.
73+
- mke2fs can be installed via my [e2fsprogs module](https://github.com/FerryAr/e2fsprogs-arm), support for arm device only, other arch will be use busybox mke2fs applets,will use ext2 filesystem and limited 2GB image size.

system/bin/make_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -n "$1" ]; then
2828
then
2929
echo "install busybox first"
3030
else
31-
busybox mke2fs -t ext4 -F "$1"/"$2"
31+
busybox mke2fs -F "$1"/"$2"
3232
fi
3333
fi
3434
else

0 commit comments

Comments
 (0)