22
0
Fork 0

add tips for write on a usb stick

This commit is contained in:
btatu 2017-12-18 15:52:18 +01:00
parent 9668413591
commit ac32e1c376
1 changed files with 14 additions and 2 deletions

View File

@ -73,8 +73,20 @@ Nous obtiendrons ainsi ce fichier :
/mnt/custom/customcd/isofile/sysresccd-20170406-1401.iso
~~~
## Graver l'image officielle :
Il faudra ce paquet :
~~~
apt install syslinux-utils
~~~
Récupéer l'ISO : http://www.system-rescue-cd.org/Download/
~~~
isohybrid systemrescuecd-x86-x.x.x.iso
dd if=/path/to/systemrescuecd-x86-x.x.x.iso of=/dev/sdb bs=1M && sync
~~~