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:
parent
eb4506d614
commit
672fff7730
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user