[Git-commits] [grml/grml.org] 1029e2: reverse the order of dd arguments to ease copy
Michael Prokop
noreply at github.com
Fri Sep 9 18:39:18 CEST 2022
Branch: refs/heads/master
Home: https://github.com/grml/grml.org
Commit: 1029e2fb73e582f10784bd24907dde4e2a87d44b
https://github.com/grml/grml.org/commit/1029e2fb73e582f10784bd24907dde4e2a87d44b
Author: anarcat <anarcat at users.noreply.github.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M download/index.html.tt2
Log Message:
-----------
reverse the order of dd arguments to ease copy
This is easier to copy-paste:
```
dd bs=4M status=progress conv=fdatasync if=grml_2021.07.iso of=/dev/USB_KEY
```
... because I can just paste it in a terminal and all I have to change is the last word. Compare with the previous version:
```
dd if=grml_2021.07.iso of=/dev/USB_KEY bs=4M status=progress conv=fdatasync
```
... where you have to paste, move your cursor right before ` bs` (notice the space), then change the word.
All that `bs=` and `conv=` is cosmetic anyways, keep the good stuff where it matters, near the end of line, where the cursor will be.
Commit: 33a92c4050991c43efa20f7447c697b00dafe06e
https://github.com/grml/grml.org/commit/33a92c4050991c43efa20f7447c697b00dafe06e
Author: anarcat <anarcat at users.noreply.github.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M download/index.html.tt2
Log Message:
-----------
use a real filename
The previous example was using a fictitious `grml_2021.07.iso`, yet that file does not actually exist on <https://download.grml.org/>. Use an actual filename, the most common one, which is the 64bit "full" flavor.
Commit: 8212655ae4856953cd6401aa50381928888e2d9b
https://github.com/grml/grml.org/commit/8212655ae4856953cd6401aa50381928888e2d9b
Author: Michael Prokop <mika at grml.org>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M download/index.html.tt2
Log Message:
-----------
Merge remote-tracking branch 'origin/github/pr/41'
Compare: https://github.com/grml/grml.org/compare/daa779e53375...8212655ae485
More information about the Git-commits
mailing list