On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote:
> I assume the new kernel has an updated squashfs? I though I'd try this
> out, but only replacing the isolinux/kernel since I figured the
> /System/Kernel/ once is only used for installation, and that I could do
> manually, as long as I'm able to install the liveCD first!

Yes, it's an updated version.

> To save disk space, I simply unionfs'd my already burned livecd and a
> tmp dir on ~/LiveCD, replaced isolinux/kernel, and now I want to make a
> bootable ISO out of this:
>
>
> [EMAIL PROTECTED] ~]mkisofs -r -b isolinux/isolinux.bin -c isolinux/boot.cat
> -o 013-fixed.iso LiveCD
> Using PACKA000.SQU;1 for  /Packages-List-Base.squashfs
> (Packages-List-GoboLinuxTools-Stable.squashfs)
> Using PACKA001.SQU;1 for  /Packages-List-GoboLinuxTools-Stable.squashfs
> (Packages-List-NonBase.squashfs)
> Using PACKA002.SQU;1 for  /Packages-List-NonBase.squashfs
> (Packages-List-OpenOffice.squashfs)
> Using PACKA003.SQU;1 for  /Packages-List-OpenOffice.squashfs
> (Packages-List-XorgAndDependencies.squashfs)
> Using GOBOL000.SQU;1 for  /GoboLinux-files.squashfs
> (GoboLinux-rest.squashfs)
> Size of boot image is 20 sectors -> mkisofs: Error - boot image
> 'LiveCD/isolinux/isolinux.bin' has not an allowable size.
>
> Perhaps isolinux.bin isn't the boot image? Then where is it??

It should be. Does the problem persist if you copy all files over your
real filesystem (ie: don't run mkisofs on a unionfs dir)?

For instance, this is the mkisofs command used in CompressAndBuildISO,
from the BuildLiveCD package:

mkisofs -R -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot
-boot-load-size 4 -boot-info-table Output/ISO > $iso_name

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to