mirror of
https://github.com/parazyd/arm-sdk.git
synced 2026-04-23 09:51:40 +00:00
9 lines
312 B
Text
9 lines
312 B
Text
## <file system> <mount point> <type> <options> <dump><pass>
|
|
## proc
|
|
proc /proc proc nodev,noexec,nosuid 0 0
|
|
|
|
## rootfs
|
|
/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime 0 0
|
|
|
|
## bootfs
|
|
/dev/mmcblk0p1 /boot vfat defaults 0 0
|