Skip to content

Commit

Permalink
Fix typo in export-image
Browse files Browse the repository at this point in the history
  • Loading branch information
XECDesign authored Nov 7, 2017
1 parent 90adfb1 commit 31fcc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export-image/prerun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31fcc80

Please sign in to comment.