Skip to content

Commit

Permalink
add longer wait time before trying to mount
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodellrhy committed Aug 30, 2021
1 parent c809b5c commit 25ec3c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/configure.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ then
then
echo "Data partition not mounted, mounting and adding to fstab"
echo "/dev/nvme1n1p1 ${mount_point} xfs defaults,noatime 1 1" >> /etc/fstab
echo "Giving device time to prepare for mount..."
sleep 20
mount ${mount_point}
fi

Expand Down

0 comments on commit 25ec3c7

Please sign in to comment.