-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkobopatch.yaml
109 lines (98 loc) · 5.08 KB
/
kobopatch.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
## Works with kobopatch v0.15.0 and later.
## You can update kobopatch by downloading the latest release from https://github.com/pgaskin/kobopatch/releases.
version: 4.38.23171
in: src/kobo-update-4.38.23171-device.zip
out: out/KoboRoot.tgz
log: out/log.txt
patchFormat: kobopatch
patches:
src/nickel.yaml: usr/local/Kobo/nickel
src/libadobe.so.yaml: usr/local/Kobo/libadobe.so
src/libnickel.so.1.0.0.yaml: usr/local/Kobo/libnickel.so.1.0.0
src/librmsdk.so.1.0.0.yaml: usr/local/Kobo/librmsdk.so.1.0.0
## You can put lines in the following section to override the enabled state of patches.
## The indentation matters! Each override should be indented by 4 spaces. Add to the
## section below. This section can be copy and pasted into newer patch versions to
## keep your selections.
##
## Example of how it should look:
## overrides:
## src/nickel.yaml:
## Custom synopsis/details line spacing: yes
## Whatever the yaml is called: no
## src/libadobe.so.yaml:
## You get the idea: yes
overrides:
src/nickel.yaml:
Remove footer (row3) and increase cover size on new home screen: yes
Remove forgot pin button from lock screen: yes
New home screen subtitle custom font: yes
Increase Book Details synopsis area: yes
src/libadobe.so.yaml:
src/libnickel.so.1.0.0.yaml:
Block WiFi firmware upgrade: yes
Custom kepub default margins: yes
# Always show confirmation dialog before upgrading: yes
Disable all tutorial dialogs: yes
Never show Kobo Plus, wishlist, and points SmartLinks: yes
Remove beta features not supported text: yes
Remove line from bottom tab bar: yes
Remove title from reading header/footer: yes
FeatureSettings - BookSpecificStats: yes
FeatureSettings - MyWords: yes
FeatureSettings - ExportHighlights: yes
src/librmsdk.so.1.0.0.yaml:
files:
# Fonts
#fonts/Literata-BoldItalic.otf: mnt/onboard/fonts/Literata-BoldItalic.otf
#fonts/Literata-Bold.otf: mnt/onboard/fonts/Literata-Bold.otf
#fonts/Literata-Italic.otf: mnt/onboard/fonts/Literata-Italic.otf
#fonts/Literata-Regular.otf: mnt/onboard/fonts/Literata-Regular.otf
#fonts/MinionPro-BoldIt.otf: mnt/onboard/fonts/MinionPro-BoldIt.otf
#fonts/MinionPro-Bold.otf: mnt/onboard/fonts/MinionPro-Bold.otf
#fonts/MinionPro-It.otf: mnt/onboard/fonts/MinionPro-It.otf
#fonts/MinionPro-Regular.otf: mnt/onboard/fonts/MinionPro-Regular.otf
#fonts/OpenSans-BoldItalic.ttf: mnt/onboard/fonts/OpenSans-BoldItalic.ttf
#fonts/OpenSans-Bold.ttf: mnt/onboard/fonts/OpenSans-Bold.ttf
#fonts/OpenSans-Italic.ttf: mnt/onboard/fonts/OpenSans-Italic.ttf
#fonts/OpenSans-Regular.ttf: mnt/onboard/fonts/OpenSans-Regular.ttf
#fonts/Bookerly-BoldItalic.ttf: mnt/onboard/fonts/Bookerly-BoldItalic.ttf
#fonts/Bookerly-Bold.ttf: mnt/onboard/fonts/Bookerly-Bold.ttf
#fonts/Bookerly-Italic.ttf: mnt/onboard/fonts/Bookerly-Italic.ttf
#fonts/Bookerly-Regular.ttf: mnt/onboard/fonts/Bookerly-Regular.ttf
# Kobo Config
config/kobo/affiliate.conf: mnt/onboard/.kobo/affiliate.conf
# NickelMenu
config/nickel/config: mnt/onboard/.adds/nm/config
config/nickel/menu.png: mnt/onboard/.adds/nm/.menu.png
pkg/nickelmenu-749483b/libnm.so: usr/local/Kobo/imageformats/libnm.so
# NickelClock
config/clock/settings.ini: mnt/onboard/.adds/nickelclock/settings.ini
config/clock/uninstall: mnt/onboard/.adds/nickelclock/uninstall
pkg/nickelclock-0c8588b/libnickelclock.so: usr/local/Kobo/imageformats/libnickelclock.so
# Tailscale
pkg/tailscale-373914f/modules/tun.ko: lib/modules/tailscale/kernel/drivers/net/tun.ko
pkg/tailscale-373914f/bin/iptables/sbin/xtables-multi: sbin/xtables-multi
pkg/tailscale-373914f/bin/iptables/lib/libip4tc.so.0.1.0: lib/libip4tc.so.0.1.0
pkg/tailscale-373914f/bin/iptables/lib/libip6tc.so.0.1.0: lib/libip6tc.so.0.1.0
pkg/tailscale-373914f/bin/iptables/lib/libxtables.so.10.0.0: lib/libxtables.so.10.0.0
src/tailscale/tailscale: mnt/onboard/.adds/tailscale/tailscale
src/tailscale/tailscaled: mnt/onboard/.adds/tailscale/tailscaled
pkg/tailscale-373914f/scripts/boot.sh: usr/local/tailscale/boot.sh
pkg/tailscale-373914f/scripts/on-boot.sh: usr/local/tailscale/on-boot.sh
pkg/tailscale-373914f/scripts/on-wlan-down.sh: usr/local/tailscale/on-wlan-down.sh
pkg/tailscale-373914f/scripts/on-wlan-up.sh: usr/local/tailscale/on-wlan-up.sh
pkg/tailscale-373914f/rules/98-tailscale.rules: etc/udev/rules.d/98-tailscale.rules
# Dropbear
pkg/dropbear-aa37404/bin/dropbear: usr/bin/dropbear
pkg/dropbear-aa37404/scripts/boot.sh: usr/local/dropbear/boot.sh
pkg/dropbear-aa37404/scripts/on-boot.sh: usr/local/dropbear/on-boot.sh
pkg/dropbear-aa37404/rules/96-dropbear.rules: etc/udev/rules.d/96-dropbear.rules
symlinks:
sbin/xtables-multi: sbin/iptables
lib/libip4tc.so.0.1.0: lib/libip4tc.so.0
lib/libip6tc.so.0.1.0: lib/libip6tc.so.0
lib/libxtables.so.10.0.0: lib/libxtables.so.10
mnt/onboard/.adds/tailscale/tailscale: usr/bin/tailscale
mnt/onboard/.adds/tailscale/tailscaled: usr/bin/tailscaled
# mnt/onboard/.adds/nm/config: usr/local/confiture