It is against the rules but but what is it exactly?
You must log in or register to comment.
Why stop there
curl $windows_iso_url | sudo dd of=/dev/sda bs=4M && sudo sync; sudo reboot
(Do not run this)
What does sync do?
Makes sure all writes are flushed to disk
On reflection probably not needed as I think reboot does that too
Ah sync from RAM to disk?
Sync the drive cache with the disk.