mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-18 18:02:40 +01:00
revert to MBR
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
@@ -3,16 +3,8 @@ config {
|
||||
|
||||
image sdcard-prod.img {
|
||||
hdimage {
|
||||
gpt = true
|
||||
gpt-location = 800K
|
||||
}
|
||||
|
||||
# partition gpt-header {
|
||||
# in-partition-table = "no"
|
||||
# offset = 1K
|
||||
# size = 512
|
||||
# }
|
||||
|
||||
partition u-boot {
|
||||
in-partition-table = "no"
|
||||
image = "Recovery/output/images/u-boot-sunxi-with-spl.bin"
|
||||
@@ -27,12 +19,6 @@ image sdcard-prod.img {
|
||||
image = "Recovery/output/images/u-boot-env-prod.img"
|
||||
}
|
||||
|
||||
# partition gpt-table {
|
||||
# in-partition-table = "no"
|
||||
# offset = 800K
|
||||
# size = 16K
|
||||
# }
|
||||
|
||||
partition Recovery {
|
||||
offset = 1M
|
||||
partition-type = 0x83
|
||||
|
||||
Reference in New Issue
Block a user