Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 9309e75

Browse files
committed
[Release] - Kernvatore v3.11 is limping along
- also use newer patch_fstab syntax
1 parent 8c4ed55 commit 9309e75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

arch/arm64/configs/kernvatore_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
4040
#
4141
CONFIG_INIT_ENV_ARG_LIMIT=32
4242
CONFIG_CROSS_COMPILE=""
43-
CONFIG_LOCALVERSION="-kernvatore-angler-3.10-"
43+
CONFIG_LOCALVERSION="-kernvatore-angler-3.11-"
4444
# CONFIG_LOCALVERSION_AUTO is not set
4545
CONFIG_DEFAULT_HOSTNAME="(none)"
4646
# CONFIG_SWAP is not set

kernvatore.anykernel2/anykernel.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## AnyKernel setup
55
# EDIFY properties
6-
kernel.string=Kernvatore v3.10 by vt0r @ xda-developers
6+
kernel.string=Kernvatore v3.11 by vt0r @ xda-developers
77
do.devicecheck=1
88
do.initd=0
99
do.modules=0
@@ -34,10 +34,10 @@ remove_section init.angler.rc "# Update dm-verity state and set partition.*.veri
3434
# fstab.angler
3535
#insert_line fstab.angler "data f2fs" after "data ext4" "/dev/block/platform/soc.0/f9824900.sdhci/by-name/userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr wait,formattable,encryptable=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata";
3636
#insert_line fstab.angler "cache f2fs" after "cache ext4" "/dev/block/platform/soc.0/f9824900.sdhci/by-name/cache /cache f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr wait,check,formattable";
37-
patch_fstab fstab.angler /system ext4 flags "wait,verify=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata" "wait";
38-
patch_fstab fstab.angler /vendor ext4 flags "wait,verify=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata" "wait";
37+
patch_fstab fstab.angler /system ext4 flags ",verify=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata" "";
38+
patch_fstab fstab.angler /vendor ext4 flags ",verify=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata" "";
3939
### Uncomment the following line to disable encryption enforcement
40-
patch_fstab fstab.angler /data ext4 flags "wait,check,forcefdeorfbe=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata" "wait,check,encryptable=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata";
40+
patch_fstab fstab.angler /data ext4 flags "forcefdeorfbe" "encryptable";
4141
remove_line fstab.angler "/dev/block/zram0"
4242

4343
# end ramdisk changes

0 commit comments

Comments
 (0)