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

Debian Wiki wiki at debian.org
Fri Mar 15 05:39:25 GMT 2019


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 StephenKeeling:
https://wiki.debian.org/DebianEdu/GetACopy?action=diff&rev1=18&rev2=19

  https://www.youtube.com/watch?v=lizhzDX7-AI
  
  ===== Using Linux command line =====
- Find the URL of the ISO you wish to burn, then ''wget http:///somewhere.com/blah.iso'' which will download it to the current working directory.  When that finishes, with a blank DVD or Blueray disk in the drive do ''growisofs -dvd-compat -Z /dev/sr0=blah.iso'' which will burn the ISO onto the blank disk.  Alternatively, for a usbkey, simply ''cp blah.iso /dev/sdX'' where "X" is where the system detects the usbkey's location when it's plugged in.
+ Find the URL of the ISO you wish to burn, then ''wget http:///somewhere.com/blah.iso'' which will download it to the current working directory.  When that finishes, with a blank DVD or Blueray disk in the drive do ''growisofs -dvd-compat -Z /dev/sr0=blah.iso'' which will burn the ISO onto the blank disk.  Alternatively, for a usbkey, simply ''cp blah.iso /dev/sdX'' where "X" is where the system detects the usbkey's location when it's plugged in.  You may need root privileges ("su -" or sudo) to do this.  Do be careful here not to blow away your Debian root disk.
  
  ===== Using Gnome =====
  follow this tutorial<<BR>>



More information about the debian-edu-commits mailing list