build_library: replace coreos-usr with flatcar-usr in disk_util

The disk_util also needs an update for the GPT type string.
This commit is contained in:
Dongsu Park 2019-11-18 13:32:29 +01:00
parent 50962b847e
commit 2cd7b3b051

View File

@ -400,7 +400,7 @@ def FormatExt(part, device):
if 'fs_label' in part:
tune_cmd += ['-L', part['fs_label']]
if part['type'] == 'coreos-usr':
if part['type'] == 'flatcar-usr':
tune_cmd += ['-U', 'clear',
'-T', '20091119110000',
'-c', '0', '-i', '0', # Disable auto fsck