From 2cd7b3b05105a92b697eb80fe3041460f7f2bedf Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 18 Nov 2019 13:32:29 +0100 Subject: [PATCH] build_library: replace coreos-usr with flatcar-usr in disk_util The disk_util also needs an update for the GPT type string. --- build_library/disk_util | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/disk_util b/build_library/disk_util index 0e79976860..42b2880c53 100755 --- a/build_library/disk_util +++ b/build_library/disk_util @@ -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