mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
disk_layout: devcontainer: use architecture agnostic part uuid
The previously used uuid 4f68bce3-e8cd-4db1-96e7-fbcaf984b709 is valid for x86_64 root partitions, which resulted in the dev container not working with systemd-nspawn on aarch64. systemd-nspawn fails with: No suitable root partition found in image Change the partition uuid to the architecture agnostic one documented in the man page: A GUID partition table (GPT) with a single partition of type 0fc63daf-8483-4772-8e79-3d69d8477de4. This makes systemd-nspawn happy on aarch64. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
b55bfa3341
commit
911da26072
@ -130,7 +130,7 @@
|
||||
"9":{
|
||||
"label":"ROOT",
|
||||
"fs_label":"ROOT",
|
||||
"type":"4f68bce3-e8cd-4db1-96e7-fbcaf984b709",
|
||||
"type":"0fc63daf-8483-4772-8e79-3d69d8477de4",
|
||||
"blocks":"12582912"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user