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
remove duplicate package
[openadk.git]
/
target
/
x86_64
/
qemu-x86_64
/
genimage-efi.cfg
blob
c7fa9a2c3bb189664558609b4a0fcf83b5150ff9
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
partition-table-type = "gpt"
14
}
15
16
partition boot {
17
image = "efi-part.vfat"
18
partition-type-uuid = U
19
offset = 32K
20
bootable = true
21
}
22
23
partition root {
24
partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
25
image = "rootfs.ext"
26
}
27
28
partition cfgfs {
29
partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
30
image = "cfgfs.img"
31
}
32
33
}