Skip to content

Commit

Permalink
Fix data loss info on download page
Browse files Browse the repository at this point in the history
Thanks: Spida on #grml
  • Loading branch information
Christian Hofstaedtler committed Dec 24, 2011
1 parent a1f6455 commit bc22c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download/index.php
Expand Up @@ -188,7 +188,7 @@ function update_links() {
<div class="download_panel" id="download_panel4"><div>
<b>Boot from USB key</b><br />
<br />
Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overriden by the dd command!">empty</abbr> USB key!<br /><br />
Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB key!<br /><br />
<code>dd if=grml64_2011.12.iso of=/dev/USB_KEY</code>
<br /><br />

Expand Down
2 changes: 1 addition & 1 deletion download/prerelease/index.php
Expand Up @@ -173,7 +173,7 @@ function update_links() {
<div class="download_panel" id="download_panel4"><div>
<b>Boot from USB stick</b><br />
<br />
Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overriden by the dd command!">empty</abbr> USB stick!<br /><br />
Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB stick!<br /><br />
<code>dd if=grml_2011.12-rc1.iso of=/dev/USB_STICK</code>
<br /><br />

Expand Down

0 comments on commit bc22c57

Please sign in to comment.