Fixed typos.

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
This commit is contained in:
hehopmajieh Dimitar gamishev 2018-12-07 11:35:58 +02:00
parent eb4506d614
commit 672fff7730
2 changed files with 3 additions and 3 deletions

@ -1,3 +1,3 @@
# <file system> <dir> <type> <options> <dump> <pass> # <file system> <dir> <type> <options> <dump> <pass>
/dev/mmcblk1p1 /boot vfat defaults 0 2 /dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk1p2 / ext4 defaults,noatime 0 1 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1

@ -91,7 +91,7 @@ selinux=permissive
enforcing=0 enforcing=0
optargs=no_console_suspend optargs=no_console_suspend
kernel_filename=a64/Image kernel_filename=a64/Image
initrd_filename=ramdisk.img initrd_filename=initrd.img
recovery_initrd_filename=ramdisk-recovery.img recovery_initrd_filename=ramdisk-recovery.img
hardware=sun50iw1p1 hardware=sun50iw1p1