Rename Chrome OS kernel partition to pmOS_kernel (MR 2187)

Make it consistent with pmOS_boot and pmOS_root and
make itmore pmOS-specific to prepare for automatic
kernel upgrades in the future.
This commit is contained in:
Anton Bambura 2022-06-08 02:44:51 +03:00 committed by Alexey Min
parent f1cbcb7b3b
commit dc1433ead0
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def partition_cgpt(args, layout, size_boot, size_reserve):
"-t", "kernel",
"-b", cgpt['kpart_start'],
"-s", cgpt['kpart_size'],
"-l", "Kernel",
"-l", "pmOS_kernel",
"-S", "1", # Successful flag
"-T", "5", # Tries flag
"-P", "10", # Priority flag