Skip to content

Commit 47255ce

Browse files
committed
arm-devices/index: correct mount command.
1 parent 0e8aba9 commit 47255ce

File tree

1 file changed

+1
-1
lines changed
  • src/installation/guides/arm-devices

1 file changed

+1
-1
lines changed

src/installation/guides/arm-devices/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ may mount it elsewhere. To mount these filesystems, you can use the commands
7070
below, replacing the device names with the appropriate ones for your setup:
7171

7272
```
73-
# mnt /dev/mmcblk0p2 /mnt
73+
# mount /dev/mmcblk0p2 /mnt
7474
# mkdir /mnt/boot
7575
# mount /dev/mmcblk0p1 /mnt/boot
7676
```

0 commit comments

Comments
 (0)