Skip to content

Commit

Permalink
image: withdraw partition mode to gpt
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Tianyang <[email protected]>
  • Loading branch information
Burning1020 committed Aug 16, 2024
1 parent 9ecee15 commit 064a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmm/scripts/image/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ create_disk() {
# The partition is the rootfs content
info "Creating partitions"
parted -s -a optimal "${image}" -- \
mklabel msdos \
mklabel gpt \
mkpart primary "${fs_type}" "${part_start}"M "${rootfs_end}"M

OK "Partitions created"
Expand Down

0 comments on commit 064a4e9

Please sign in to comment.