duos sd disable bootlogo partition
This commit is contained in:
@ -23,13 +23,15 @@ image milkv-duos-sd.img {
|
|||||||
partition boot {
|
partition boot {
|
||||||
partition-type = 0xC
|
partition-type = 0xC
|
||||||
bootable = "true"
|
bootable = "true"
|
||||||
image = "boot.vfat"
|
image = "boot.vfat"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
partition logo {
|
partition logo {
|
||||||
image = "logo.jpg"
|
image = "logo.jpg"
|
||||||
size = 2M
|
size = 2M
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
partition rootfs {
|
partition rootfs {
|
||||||
partition-type = 0x83
|
partition-type = 0x83
|
||||||
|
|||||||
Reference in New Issue
Block a user