How to install an iso image on a USB key ?

Supposing your have the debian.iso archive to burn on your USB card located on the /dev/sdb1 device, this simple command will burn the iso on the key (be careful, all the data will be lost):

umount /dev/sdb1
cat debian.iso > /dev/sdb1

Discussion

Enter your comment
 
 
 

Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki