export-image: change boot partition lable to 'bootfs'

Fixes #669
This commit is contained in:
Serge Schneider 2023-02-14 15:09:53 +00:00
parent 05081aa0c4
commit 5d2c6f31ce

View File

@ -55,7 +55,7 @@ if [ "${NO_PRERUN_QCOW2}" = "0" ]; then
ROOT_FEATURES="^$FEATURE,$ROOT_FEATURES" ROOT_FEATURES="^$FEATURE,$ROOT_FEATURES"
fi fi
done done
mkdosfs -n boot -F 32 -s 4 -v "$BOOT_DEV" > /dev/null mkdosfs -n bootfs -F 32 -s 4 -v "$BOOT_DEV" > /dev/null
mkfs.ext4 -L rootfs -O "$ROOT_FEATURES" "$ROOT_DEV" > /dev/null mkfs.ext4 -L rootfs -O "$ROOT_FEATURES" "$ROOT_DEV" > /dev/null
mount -v "$ROOT_DEV" "${ROOTFS_DIR}" -t ext4 mount -v "$ROOT_DEV" "${ROOTFS_DIR}" -t ext4