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

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"