Skip to content

Commit

Permalink
Merge pull request #70 from Anthony-Sensors/master
Browse files Browse the repository at this point in the history
Update InstallToInternal.sh
  • Loading branch information
SolidHal authored Jan 11, 2019
2 parents cf4d9f8 + c2dfee7 commit 2bff28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/InstallScripts/InstallToInternal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ then
rsync -ah --info=progress2 --info=name0 --numeric-ids -x / /mnt/mmc/
#Install a base fstab
echo "/dev/mmcblk2p2 / ext4 defaults,noatime 0 1" > /mnt/mmc/etc/fstab
umount /dev/mmcblk2
umount /dev/mmcblk2p2
echo Running fsck
e2fsck -p -f /dev/mmcblk2p2
echo Rebooting... Please remove the usb drive once shutdown is complete
Expand Down

0 comments on commit 2bff28c

Please sign in to comment.