diff --git a/recovery/root/system/bin/postrecoveryboot.sh b/recovery/root/system/bin/postrecoveryboot.sh index 457c88d..32abf99 100755 --- a/recovery/root/system/bin/postrecoveryboot.sh +++ b/recovery/root/system/bin/postrecoveryboot.sh @@ -19,7 +19,7 @@ copy-modules() { echo "using vendor$suffix modules" mkdir /v - mount -t ext4 -o ro /dev/block/mapper/vendor"$suffix" /v + mount -t erofs -o ro /dev/block/mapper/vendor"$suffix" /v rm -f /vendor/lib/modules/* cp -afR /v/lib/modules/* /vendor/lib/modules/ umount /v