-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
eb4506d
commit 672fff7
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters