Skip to content

Commit 433d0ac

Browse files
committed
Update date to match latest release
1 parent 0ef856a commit 433d0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/installing-images/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please note that the use of the `dd` tool can overwrite any partition of your ma
1717
- In the terminal, write the image to the card with the command below, making sure you replace the input file `if=` argument with the path to your `.img` file, and the `/dev/sdd` in the output file `of=` argument with the right device name. This is very important, as you will lose all data on the hard drive if you provide the wrong device name. Make sure the device name is the name of the whole SD card as described above, not just a partition of it; for example `sdd`, not `sdds1` or `sddp1`; or `mmcblk0`, not `mmcblk0p1`.
1818

1919
```bash
20-
dd bs=4M if=2014-09-09-wheezy-raspbian.img of=/dev/sdd
20+
dd bs=4M if=2014-12-24-wheezy-raspbian.img of=/dev/sdd
2121
```
2222

2323
- Please note that block size set to `4M` will work most of the time; if not, please try `1M`, although this will take considerably longer.

0 commit comments

Comments
 (0)