diff --git a/HowtoCustomRescuecd.md b/HowtoCustomRescuecd.md index aeecc603..254cb53c 100644 --- a/HowtoCustomRescuecd.md +++ b/HowtoCustomRescuecd.md @@ -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 +~~~