27 lines
753 B
INI
Executable File
27 lines
753 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 = data_partition sos_boot sos_rootfs
|
|
device = auto
|
|
|
|
[partition.data_partition]
|
|
label = data_partition
|
|
len = 20000
|
|
type = linux
|
|
|
|
[partition.sos_boot]
|
|
label = sos_boot
|
|
len = 100
|
|
type = linux
|
|
|
|
[partition.sos_rootfs]
|
|
label = sos_rootfs
|
|
len = -1
|
|
type = linux
|
|
# ------------------ END MIX-IN DEFINITIONS ------------------
|