Skip to content

Commit

Permalink
Fix issue with mount entry in fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetje authored Jul 7, 2021
1 parent 039ab2d commit 6a7555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ truncate -s $VHDSIZE"G" proximax.img
mkfs -t xfs -i maxpct=90 proximax.img
mkdir $DEFAULTPATH
mount -t auto -o loop /media/proximax.img $DEFAULTPATH
echo '/media/proximax.img ${DEFAULTPATH} xfs defaults 0 0' >> /etc/fstab
echo '/media/proximax.img '$DEFAULTPATH' xfs defaults 0 0' >> /etc/fstab

echo "Install Docker"
cd $DEFAULTPATH
Expand Down

0 comments on commit 6a7555d

Please sign in to comment.