Label root partition

Fixes #131
This commit is contained in:
XECDesign 2017-11-06 10:53:05 +00:00 committed by GitHub
parent 9f2941954f
commit f1e0bfd6a3

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 -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