Décidemment il n'y a personne qui sache faire ce genre de manip ?-( ou personne ne veut m'aider :,(:-(
Voici une solution donnée sur un site :
Citation
auteur
Guides for SuSE Diary!
Thank you for viewing our guides. Please feel free to make comments and suggestions for additional guides
Below is what I did. You should have all the isos in a folder (i.e., susedvd) and make 5 subdirectories (e.g., cd1 to cd5) to mount them. Do the following as root. You should have a DVD iso created after you finish. Make sure you have enough space on the hard disk about 4 to 6 gigs need to be free.
# Mount the CDs
mount -o ro,loop SuSE_9.0_CD1.ISO cd1
mount -o ro,loop SuSE_9.0_CD2.ISO cd2
mount -o ro,loop SuSE_9.0_CD3.ISO cd3
mount -o ro,loop SuSE_9.0_CD4.ISO cd4
mount -o ro,loop SuSE_9.0_CD5.ISO cd5
# Copy the boot directory from CD1
cp -a cd1/boot .
mkdir i586 noarch
# Concatenate checksums from 5 CDs (on one line)
cat cd1/suse/i586/MD5SUMS cd2/suse/i586/MD5SUMS cd3/suse/i586/MD5SUMS cd4/suse/i586/MD5SUMS cd5/suse/i586/MD5SUMS > i586/MD5SUMS
cat cd1/suse/noarch/MD5SUMS cd2/suse/noarch/MD5SUMS cd3/suse/noarch/MD5SUMS cd4/suse/noarch/MD5SUMS cd5/suse/noarch/MD5SUMS > noarch/MD5SUMS
There has been some reports of errors in chechsum's. But the ISO's that I have dont have this error that I can duplicate. If you have the Chechsum error you may need to re-download the ISO's or if you want to correct it, edit the MD5SUMS.
# Create DVD iso (on one line)
mkisofs -o SuSE_9.0.iso -b boot/loader/isolinux.bin -c boot/loader/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -P SuSE -r -T -V SuSE_9.0 -x cd1/boot -x cd1/suse/i586/MD5SUMS -x cd1/suse/noarch/MD5SUMS -x cd2/suse/i586/MD5SUMS -x cd2/suse/noarch/MD5SUMS -x cd3/suse/i586/MD5SUMS -x cd3/suse/noarch/MD5SUMS -x cd4/suse/i586/MD5SUMS -x cd4/suse/noarch/ MD5SUMS -x cd5/suse/i586/MD5SUMS -x cd5/suse/noarch/MD5SUMS -graft-points cd1 boot/=boot suse/i586/MD5SUMS=i586/MD5SUMS suse /noarch/MD5SUMS=noarch/MD5SUMS suse/=cd2/suse suse/=cd3/suse suse/=cd4/suse suse/=cd5/suse
# Burn the ISO
# Enjoy
# Copied from User Forums
Désolé mais vu mon niveau sur Linux et en anglais aussi

je suis incapable de comprendre ca ... si c'est ca la solution y aurait il une ame charitable pour m'aider davantage ou traduire ca !!!
Aussi j'aurais préféré faire ce genre de manip depuis windows ou je m'y connais bcp plus !!!!
Merci d'avance à tous ceux qui proposeront leur aide !!!
