From ac32e1c376a7a828bccee3de4c98d142621b5d6f Mon Sep 17 00:00:00 2001 From: btatu Date: Mon, 18 Dec 2017 15:52:18 +0100 Subject: [PATCH] add tips for write on a usb stick --- HowtoCustomRescuecd.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 +~~~