Skip to content

Commit e41fbbc

Browse files
milankniJamesH65
authored andcommitted
Update linux.md - raspbian img name correction (raspberrypi#613)
1 parent f9306bb commit e41fbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation/installing-images/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ unzip -p 2017-02-16-raspbian-jessie.zip | sudo dd of=/dev/sdX bs=4096
5656

5757
```bash
5858
dd bs=4M if=/dev/sdX of=from-sd-card.img
59-
truncate --reference 2017-02-16-raspbian-jessie.img from-sd-card.img
60-
diff -s from-sd-card.img 2017-02-16-raspbian-jessie.img
59+
truncate --reference 2017-03-02-raspbian-jessie.img from-sd-card.img
60+
diff -s from-sd-card.img 2017-03-02-raspbian-jessie.img
6161
```
6262

6363
- Run `sync`. This will ensure the write cache is flushed and that it is safe to unmount your SD card.

0 commit comments

Comments
 (0)