mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-18 07:56:19 +01:00
* Use Genimage for declarative image layout instead of s[fg]disk and dd * Change partition type to hybrid for M1, M1S and Green This is what it really is, so just make sure only one "fix" function is called. * Change efi BOOT_SYS to gpt There is no reason to have separate efi and boot sys, since all boards that use efi also use grub as the loader. * Change BOOT_SYS to more explanatory PARTITION_TABLE_TYPE * Add units to DISK_SIZE * Add forced-primary patch and use it in MBR images * Avoid disabling SC2155, remove old comments
9 lines
272 B
INI
9 lines
272 B
INI
partition hassos-boot {
|
|
size = ${BOOT_SIZE}
|
|
partition-type = 0xc
|
|
# partition-type-uuid = "e3c9e316-0b5c-4db8-817d-f92df00215ae" # Microsoft reserved partition
|
|
partition-type-uuid = "esp"
|
|
partition-uuid = "b3dd0952-733c-4c88-8cba-cab9b8b4377f"
|
|
image = "boot.vfat"
|
|
}
|