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
/
generic-x86_64
/
genimage-efi-dual.cfg
blob
7c82a0bcb852e94318b4b42186fda12c00a3d062
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 root1 {
21
partition-type = 0x83
22
image = "rootfs.ext"
23
size = 128M
24
}
25
26
partition root2 {
27
partition-type = 0x83
28
image = "rootfs.ext"
29
size = 128M
30
}
31
32
partition cfgfs {
33
partition-type = 0x88
34
image = "cfgfs.img"
35
}
36
37
}