Navigation Menu

Skip to content

Commit

Permalink
[add] mount type auto option in doc/install/*.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Feb 11, 2019
1 parent 3bd4931 commit fb2268b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/install/ultra96.md
Expand Up @@ -58,7 +58,7 @@ shell# cp udmabuf-4.14.0-xlnx-v2018.2-zynqmp-fpga_0.0.1-1_arm64.deb /mnt/u
```console
shell# mkdir /mnt/usb2/mnt/boot
shell# cat <<EOT >> /mnt/usb2/etc/fstab
/dev/mmcblk0p1 /mnt/boot defaults 0 0
/dev/mmcblk0p1 /mnt/boot auto defaults 0 0
EOT
```

Expand Down
2 changes: 1 addition & 1 deletion doc/install/ultrazed-eg-iocc.md
Expand Up @@ -56,7 +56,7 @@ shell# cp udmabuf-4.14.0-xlnx-v2018.2-zynqmp-fpga_0.0.1-1_arm64.deb /mnt/u
```console
shell# mkdir /mnt/usb2/mnt/boot
shell# cat <<EOT >> /mnt/usb2/etc/fstab
/dev/mmcblk1p1 /mnt/boot defaults 0 0
/dev/mmcblk1p1 /mnt/boot auto defaults 0 0
EOT
```

Expand Down

0 comments on commit fb2268b

Please sign in to comment.