fix typo in installed fstab, fixes #124

This commit is contained in:
Hal Emmerich 2019-10-12 13:46:08 -05:00
parent fd6159b753
commit 677742a76b

View File

@ -118,7 +118,7 @@ then
rm /mnt/mmc/etc/fstab
if [[ $CRYPTO == "true" ]]
then
echo "/dev/mappper/luksroot / ext4 defaults,noatime 0 1" > /mnt/mmc/etc/fstab
echo "/dev/mapper/luksroot / ext4 defaults,noatime 0 1" > /mnt/mmc/etc/fstab
else
echo "/dev/mmcblk2p3 / ext4 defaults,noatime 0 1" > /mnt/mmc/etc/fstab
fi