Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
Since boot partition detect is done by u-boot, there is no change in
kernel part table, so mmcblk0 will be boot device in any case
  • Loading branch information
hehopmajieh committed Dec 7, 2018
1 parent eb4506d commit 672fff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SOFTWARE/A64-TERES/scripts/configuration-files/fstab
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# <file system> <dir> <type> <options> <dump> <pass>
/dev/mmcblk1p1 /boot vfat defaults 0 2
/dev/mmcblk1p2 / ext4 defaults,noatime 0 1
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
2 changes: 1 addition & 1 deletion SOFTWARE/A64-TERES/scripts/install_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ selinux=permissive
enforcing=0
optargs=no_console_suspend
kernel_filename=a64/Image
initrd_filename=ramdisk.img
initrd_filename=initrd.img
recovery_initrd_filename=ramdisk-recovery.img
hardware=sun50iw1p1
Expand Down

0 comments on commit 672fff7

Please sign in to comment.