repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
squid: update to 6.13
[openadk.git]
/
target
/
aarch64
/
rockpi4-plus
/
genimage-dual.cfg
blob
27f9a797e04aa38d4c19ecc424ad9aacd23b8c8a
1
image sdcard.img {
2
hdimage {
3
}
4
5
partition loader1 {
6
in-partition-table = "no"
7
image = "idbloader.img"
8
offset = 32K
9
}
10
11
partition loader2 {
12
in-partition-table = "no"
13
image = "u-boot.itb"
14
offset = 8M
15
}
16
17
partition root1 {
18
partition-type = 0x83
19
bootable = "true"
20
image = "rootfs1.ext"
21
size = 64M
22
}
23
24
partition root2 {
25
partition-type = 0x83
26
image = "rootfs2.ext"
27
size = 64M
28
}
29
30
partition cfgfs {
31
partition-type = 0x88
32
image = "cfgfs.img"
33
}
34
}