Update InstallToInternal.sh

This commit is contained in:
Anthony-Sensors 2019-01-11 01:40:07 +00:00 committed by GitHub
parent bfaccd3560
commit c2dfee7214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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