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
imgtec-ci20: genimage config/ u-boot env
[openadk.git]
/
target
/
x86_64
/
generic-x86_64
/
genimage-efi.cfg
blob
a59d75e4734be38d0e591a148301ac6829f51f35
1
image efi-part.vfat {
2
vfat {
3
file EFI {
4
image = "efi-part/EFI"
5
}
6
}
7
size = 32M
8
}
9
10
image disk.img {
11
12
hdimage {
13
}
14
15
partition boot {
16
partition-type = 0xEF
17
image = "efi-part.vfat"
18
}
19
20
partition root {
21
partition-type = 0x83
22
image = "rootfs.ext"
23
}
24
25
partition cfgfs {
26
partition-type = 0x88
27
image = "cfgfs.img"
28
}
29
30
}