Merge pull request #321 from HerrMuellerluedenscheid/bugfix/partition-label

remove boot partition label
This commit is contained in:
Marek Belisko 2021-05-17 13:28:18 +02:00 committed by GitHub
commit c6161f546b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ inherit image_types
IMAGE_TYPEDEP_sunxi-sdimg = "${SDIMG_ROOTFS_TYPE}"
# Boot partition volume id
BOOTDD_VOLUME_ID ?= "${MACHINE}"
BOOTDD_VOLUME_ID ?= "boot"
# Boot partition size [in KiB]
BOOT_SPACE ?= "40960"