Use more corrent part type for bootfs

This commit is contained in:
hzy 2022-09-07 12:03:47 +08:00 committed by The-going
parent eef32d072e
commit cc787236b5

View File

@ -593,7 +593,7 @@ PREPARE_IMAGE_SIZE
fi
if [[ -n "$bootpart" ]]; then
if [[ -n "$rootpart" ]]; then
echo "$bootpart : name=\"bootfs\", start=${next}MiB, size=${BOOTSIZE}MiB, type=linux"
echo "$bootpart : name=\"bootfs\", start=${next}MiB, size=${BOOTSIZE}MiB, type=\"Linux extended boot\""
local next=$(( $next + $BOOTSIZE ))
else
# no `size` argument mean "as much as possible"