Fix typo in export-image

Fixes #132
pull/135/head
XECDesign 2017-11-07 05:43:01 +00:00 committed by GitHub
parent 90adfb1551
commit 31fcc80953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ for FEATURE in metadata_csum 64bit; do
fi
done
mkdosfs -n boot -F 32 -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
mkdir -p ${ROOTFS_DIR}/boot