[debian-edu-commits] [Debian Wiki] Trivial Update of "DebianEdu/GetACopy" by PaulWise

Debian Wiki wiki at debian.org
Tue Jul 21 05:25:24 BST 2020


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/GetACopy" page has been changed by PaulWise:
https://wiki.debian.org/DebianEdu/GetACopy?action=diff&rev1=25&rev2=26

Comment:
use cp syntax instead of dd syntax when running cp

  
  It is possible to directly copy the CD/BD .iso images to a USB flash drive (also known as USB sticks) and boot from them. Simply execute a command like this, just adapting the ISO file name and the device name to your needs:
  
-  . cp debian-edu-amd64-BD-1.iso of=/dev/sdX
+  . cp debian-edu-amd64-BD-1.iso /dev/sdX
  
  Replace "X" with the right character to match the device where the system detects the usbkey's location when it's plugged in.  You may need root privileges ("su -" or sudo) to copy the ISO image.  Do be careful here not to blow away your Debian root disk.<<BR>>
  



More information about the debian-edu-commits mailing list