mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 08:22:24 +01:00
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:
parent
50962b847e
commit
2cd7b3b051
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user