07-23-04 10:50 PM
Brian wrote:
> lamp wrote:
>
>
>
>
> I would like to know that too..
> Got the three disks, but would really like it on one DVD insteat..
>
This post:
http://groups.google.com/groups?hl=...as.rr.com#link2
Contains this:
/----------How To Create A Mandrake DVD-Image--------------------------
|
| 1. create five directories for the mounted iso-files:
|
| mkdir cd1 cd2 cd3 cd4 cd5
|
| 2. mount your iso-files:
|
| mount -o ro,loop /path/to/CD1.iso cd1
| mount -o ro,loop /path/to/CD2.iso cd2
| mount -o ro,loop /path/to/CD3.iso cd3
| mount -o ro,loop /path/to/CD4.iso cd4
| mount -o ro,loop /path/to/CD5.iso cd5
|
| 3. copy the needed boot files:
|
| cp -a cd1/isolinux .
| rm -f isolinux/boot.cat
|
| 4. create a DVD iso-file (all one line, wrapped for better display):
|
| mkisofs -o Mandrake_10.0_Official.iso -b isolinux/isolinux.bin\
| -c isolinux/boot.cat -no-emul-boot -boot-load-size 4\
| -boot-info-table -J -l -P Mandrake -r -V Mandrake_10.0\
| -x cd1/isolinux -graft-points cd1 isolinux/=isolinux\
| Boot/=cd2/Boot Mandrake/=cd2/Mandrake Mandrake/=cd3/Mandrake\
| Mandrake/=cd4/Mandrake Mandrake/=cd5/Mandrake
|
| 5. burn, install, enjoy!
|
\-------------------------------------------------------------------------
I would assume that you could remove the entries for cd4/5 if you dont
have them.
[ Post a follow-up to this message ]
|