Skip to content

Commit

Permalink
test: use correct type for the root partition
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand authored and pull[bot] committed Feb 23, 2024
1 parent 6cac8a1 commit 135afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-functions
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ create_empty_image() {
sfdisk "$LOOPDEV" <<EOF
label: gpt
type=C12A7328-F81F-11D2-BA4B-00A0C93EC93B name=esp size=${esp_size}M
type=0FC63DAF-8483-4772-8E79-3D69D8477DE4 name=root size=${root_size}M bootable
type=$(systemd-id128 show root -Pu) name=root size=${root_size}M bootable
type=BC13C2FF-59E6-4262-A352-B275FD6F7172 name=boot size=${boot_size}M
type=0FC63DAF-8483-4772-8E79-3D69D8477DE4 name=data
EOF
Expand Down

0 comments on commit 135afc9

Please sign in to comment.