[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linux-31] clé bootable qui boote pas !




----- Mail original -----
> De: "Pascal Hambourg" <linux-31@culte.org>
> À: linux-31@culte.org
> Envoyé: Vendredi 1 Novembre 2019 15:52:52
> Objet: Re: [Linux-31] clé bootable qui boote pas !
> 
> Le 01/11/2019 à 15:38, Bernard Schoenacker (via linux-31 Mailing
> List) a
> écrit :
> 
> Oui, mais il faut limiter la vérification à la taille du fichier
> image.
> La comparaison avec le fichier source est plus simple. En revanche il
> est utile de vérifier l'image après téléchargement.
> 

bonjour,

c'est ce que je donne comme instruction dans le script que j'ai 
fournit ...

for i in  MD5SUMS  kubuntu-19.10-desktop-amd64.iso
do
wget -c -O ~/Téléchargements/$i  http://cdimage.ubuntu.com/kubuntu/releases/19.10/release/$i
done

grep kubuntu-19.10-desktop-amd64.iso MD5SUMS >> kubuntu-19.10-desktop-amd64.iso.md5
md5sum kubuntu-19.10-desktop-amd64.iso >> kubuntu-19.10-desktop-amd64.iso.md5
cat kubuntu-19.10-desktop-amd64.iso.md5


merci pour ton aimable attention

bien à toi
bernard