[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Bookworm/Installation" by GuidoBerhoerster

Debian Wiki wiki at debian.org
Tue Oct 10 13:44:01 BST 2023


Dear Wiki user,

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

The "DebianEdu/Documentation/Bookworm/Installation" page has been changed by GuidoBerhoerster:
https://wiki.debian.org/DebianEdu/Documentation/Bookworm/Installation?action=diff&rev1=18&rev2=19

Comment:
Fix broken sudo command

  It is possible to directly copy a CD/BD ISO image to USB flash drives (also known as "USB sticks") and boot from them. Simply execute a command like this, just adapting the file and device name to your needs:
  
  {{{
- sudo cat debian-edu-amd64-XXX.iso > /dev/sdX
+ sudo dd if=debian-edu-amd64-XXX.iso of=/dev/sdX bs=1M
  }}}
  
  To determine the value of X, run this command before and after the USB device has been inserted:



More information about the debian-edu-commits mailing list