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
riscv: add experimental linux/glibc support
[openadk.git]
/
adk
/
genimage
/
genimage-dual.cfg
blob
80ea64a84b22a3ad9abdb2fee5c74ed949c46bb1
1
image disk.img {
2
3
hdimage {
4
}
5
6
partition root1 {
7
partition-type = 0x83
8
image = "rootfs.ext"
9
size = 64M
10
}
11
12
partition root2 {
13
partition-type = 0x83
14
image = "rootfs.ext"
15
size = 64M
16
}
17
18
partition cfgfs {
19
partition-type = 0x88
20
image = "cfgfs.img"
21
}
22
23
}