https://bugzilla.novell.com/show_bug.cgi?id=333665#c4 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|olh@novell.com |ro@novell.com --- Comment #4 from Olaf Hering <olh@novell.com> 2007-10-29 07:24:27 MST --- something like the attached helper script should run before syncing the factory tree or the final openSuSE release to the internet install repository. extract_inst32.sh #!/bin/bash # $0 CD1/suseboot/inst32 CD1/suseboot/linux32 CD1/suseboot/initrd32.gz input_zimage_initrd=$1 output_vmlinux=$2 output_initrd_gz=$3 rm -fv "$output_vmlinux" "$output_vmlinux".gz objcopy \ -O binary \ -j .kernel:vmlinux.strip \ "$input_zimage_initrd" \ "$output_vmlinux".gz gunzip -fv "$output_vmlinux".gz rm -fv "$output_initrd_gz" objcopy \ -O binary \ -j .kernel:initrd \ "$input_zimage_initrd" \ "$output_initrd_gz" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.