Talk:Development/Howto/Remaster ISO

From Mandriva Community Wiki

Jump to: navigation, search

MDV 2008 notes:

when I use the script mkiso.sh fails. No .iso file is created. In the progress.log file I see the command and the oprions to create the disk by hand:

disc 1: mkisofs -sort /tmp/build/SOME-2008/1.sort  -r -J -hide-rr-moved -nobak -cache-inodes -A "SOMEInstallCD 32bit" 
 -publisher "Mandriva" -sysid "Mandriva Linux" -p "SOME-2008" -volset " [1/1]" -V "SOMELinux" -o /mnt/disk/tmp/master_cd/iso/SOME-2008/1-SOME-2008.iso
 -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table "/mnt/disk/tmp/master_cd/build/SOME-2008/first/1" 
  mnt/disk/tmp/master_cd/build/SOME-2008/1

mkisofs is a link to genisoimage; the command above fails with:

genisoimage: -i option no longer supported.

genisoimage works if the "-hide-rr-moved" option is removed. just delete thi otption and all is OK. But the created disk can not boot.

ISOLINUX 3.51 Mandriva Linux Copyright (C) 1994-2007 H. Peter Anvin
Could not find kernel image: linux
boot:


Can any help with correct scripts?

Personal tools