mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 08:22:24 +01:00
2345.99.1
This commit is contained in:
parent
fcc94ad9cf
commit
f7087eebc7
@ -26,7 +26,7 @@
|
||||
"3":{
|
||||
"label":"USR-A",
|
||||
"uuid":"7130c94a-213a-4e5a-8e26-6cce9662f132",
|
||||
"type":"coreos-rootfs",
|
||||
"type":"flatcar-rootfs",
|
||||
"blocks":"2097152",
|
||||
"fs_blocks":"260094",
|
||||
"fs_type":"ext2",
|
||||
@ -36,7 +36,7 @@
|
||||
"4":{
|
||||
"label":"USR-B",
|
||||
"uuid":"e03dd35c-7c2d-4a47-b3fe-27f15780a57c",
|
||||
"type":"coreos-rootfs",
|
||||
"type":"flatcar-rootfs",
|
||||
"blocks":"2097152",
|
||||
"fs_blocks":"262144"
|
||||
},
|
||||
@ -56,18 +56,18 @@
|
||||
},
|
||||
"7":{
|
||||
"label":"OEM-CONFIG",
|
||||
"type":"coreos-reserved",
|
||||
"type":"flatcar-reserved",
|
||||
"blocks":"131072"
|
||||
},
|
||||
"8":{
|
||||
"type":"blank",
|
||||
"label":"coreos-reserved",
|
||||
"label":"flatcar-reserved",
|
||||
"blocks":"0"
|
||||
},
|
||||
"9":{
|
||||
"label":"ROOT",
|
||||
"fs_label":"ROOT",
|
||||
"type":"coreos-resize",
|
||||
"type":"flatcar-resize",
|
||||
"blocks":"4427776",
|
||||
"fs_type":"ext4",
|
||||
"mount":"/"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
ami_vmdk
|
||||
openstack
|
||||
openstack_mini
|
||||
packet
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user