@@ -24,15 +24,15 @@ supported.vendorpatchlevels=
24
24
# ## AnyKernel install
25
25
# # boot files attributes
26
26
boot_attributes () {
27
- set_perm_recursive 0 0 755 644 $ramdisk /* ;
28
- set_perm_recursive 0 0 750 750 $ramdisk /init* $ramdisk /sbin;
27
+ set_perm_recursive 0 0 755 644 $RAMDISK /* ;
28
+ set_perm_recursive 0 0 750 750 $RAMDISK /init* $RAMDISK /sbin;
29
29
} # end attributes
30
30
31
31
# boot shell variables
32
- block =/dev/block/platform/omap/omap_hsmmc.0/by-name/boot;
33
- is_slot_device =0;
34
- ramdisk_compression =auto;
35
- patch_vbmeta_flag =auto;
32
+ BLOCK =/dev/block/platform/omap/omap_hsmmc.0/by-name/boot;
33
+ IS_SLOT_DEVICE =0;
34
+ RAMDISK_COMPRESSION =auto;
35
+ PATCH_VBMETA_FLAG =auto;
36
36
37
37
# import functions/variables and setup patching - see for reference (DO NOT REMOVE)
38
38
. tools/ak3-core.sh;
@@ -62,15 +62,15 @@ write_boot; # use flash_boot to skip ramdisk repack, e.g. for devices with init_
62
62
63
63
# # init_boot files attributes
64
64
# init_boot_attributes() {
65
- # set_perm_recursive 0 0 755 644 $ramdisk /*;
66
- # set_perm_recursive 0 0 750 750 $ramdisk /init* $ramdisk /sbin;
65
+ # set_perm_recursive 0 0 755 644 $RAMDISK /*;
66
+ # set_perm_recursive 0 0 750 750 $RAMDISK /init* $RAMDISK /sbin;
67
67
# } # end attributes
68
68
69
69
# init_boot shell variables
70
- # block =init_boot;
71
- # is_slot_device =1;
72
- # ramdisk_compression =auto;
73
- # patch_vbmeta_flag =auto;
70
+ # BLOCK =init_boot;
71
+ # IS_SLOT_DEVICE =1;
72
+ # RAMDISK_COMPRESSION =auto;
73
+ # PATCH_VBMETA_FLAG =auto;
74
74
75
75
# reset for init_boot patching
76
76
# reset_ak;
@@ -83,10 +83,10 @@ write_boot; # use flash_boot to skip ramdisk repack, e.g. for devices with init_
83
83
84
84
85
85
# # vendor_kernel_boot shell variables
86
- # block =vendor_kernel_boot;
87
- # is_slot_device =1;
88
- # ramdisk_compression =auto;
89
- # patch_vbmeta_flag =auto;
86
+ # BLOCK =vendor_kernel_boot;
87
+ # IS_SLOT_DEVICE =1;
88
+ # RAMDISK_COMPRESSION =auto;
89
+ # PATCH_VBMETA_FLAG =auto;
90
90
91
91
# reset for vendor_kernel_boot patching
92
92
# reset_ak;
@@ -100,15 +100,15 @@ write_boot; # use flash_boot to skip ramdisk repack, e.g. for devices with init_
100
100
101
101
# # vendor_boot files attributes
102
102
# vendor_boot_attributes() {
103
- # set_perm_recursive 0 0 755 644 $ramdisk /*;
104
- # set_perm_recursive 0 0 750 750 $ramdisk /init* $ramdisk /sbin;
103
+ # set_perm_recursive 0 0 755 644 $RAMDISK /*;
104
+ # set_perm_recursive 0 0 750 750 $RAMDISK /init* $RAMDISK /sbin;
105
105
# } # end attributes
106
106
107
107
# vendor_boot shell variables
108
- # block =vendor_boot;
109
- # is_slot_device =1;
110
- # ramdisk_compression =auto;
111
- # patch_vbmeta_flag =auto;
108
+ # BLOCK =vendor_boot;
109
+ # IS_SLOT_DEVICE =1;
110
+ # RAMDISK_COMPRESSION =auto;
111
+ # PATCH_VBMETA_FLAG =auto;
112
112
113
113
# reset for vendor_boot patching
114
114
# reset_ak;
0 commit comments