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
linux: update to 6.10.x, 6.9.x is EOL
[openadk.git]
/
target
/
x86_64
/
qemu-x86_64
/
genimage-dual.cfg
blob
647a2bcb505354881092f255b8f33d90fe92e1d9
1
image disk.img {
2
3
hdimage {
4
}
5
6
partition boot {
7
in-partition-table = "no"
8
image = "boot.img"
9
offset = 0
10
size = 512
11
}
12
13
partition grub {
14
in-partition-table = "no"
15
image = "grub.img"
16
offset = 512
17
}
18
19
partition root1 {
20
partition-type = 0x83
21
image = "rootfs.ext"
22
size = 64M
23
}
24
25
partition root2 {
26
partition-type = 0x83
27
image = "rootfs.ext"
28
size = 64M
29
}
30
31
partition cfgfs {
32
partition-type = 0x88
33
image = "cfgfs.img"
34
}
35
36
}