It is against the rules but but what is it exactly?

you are viewing a single comment's thread
view the rest of the comments
[–] 26 points 2 years ago* (1 child)

Why stop there

curl $windows_iso_url | sudo dd of=/dev/sda bs=4M && sudo sync; sudo reboot

(Do not run this)

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)
  • [–] 13 points 2 years ago (1 child)

    Makes sure all writes are flushed to disk

    On reflection probably not needed as I think reboot does that too

  • source
  • parent
  • hideshow 2 child comments