bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -6,13 +6,13 @@ image boot.vfat {
"extlinux"
}
}
size = 16M
}
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {
@@ -26,14 +26,14 @@ image sdcard.img {
}
partition boot {
partition-type = 0xC
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
bootable = "true"
image = "boot.vfat"
offset = 16M
}
partition rootfs {
partition-type = 0x83
partition-type-uuid = 69dad710-2ce4-4e3c-b16c-21a1d49abed3
image = "rootfs.ext4"
}
}