Skip to content

Commit 064a4e9

Browse files
committed
image: withdraw partition mode to gpt
Signed-off-by: Zhang Tianyang <[email protected]>
1 parent 9ecee15 commit 064a4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmm/scripts/image/build_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ create_disk() {
339339
# The partition is the rootfs content
340340
info "Creating partitions"
341341
parted -s -a optimal "${image}" -- \
342-
mklabel msdos \
342+
mklabel gpt \
343343
mkpart primary "${fs_type}" "${part_start}"M "${rootfs_end}"M
344344

345345
OK "Partitions created"

0 commit comments

Comments
 (0)