acrn-hypervisor/doc/tutorials/partition_desc.ini

27 lines
752 B
INI
Executable File

# ----------------- BEGIN MIX-IN DEFINITIONS -----------------
# Mix-In definitions are auto-generated by mixin-update
##############################################################
# Source: device/intel/mixins/groups/boot-arch/abl/gpt.ini
##############################################################
[base]
# The sequence matters, and the index starts from p1.
# The fastboot ABL by default boots from the 2nd partition.
partitions = sos_rootfs sos_boot data_partition
device = auto
[partition.sos_boot]
label = sos_boot
len = 100
type = linux
[partition.sos_rootfs]
label = sos_rootfs
len = 4000
type = linux
[partition.data_partition]
label = data_partition
len = -1
type = linux
# ------------------ END MIX-IN DEFINITIONS ------------------