public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] mkisofs failed with "Unknown charset" error
@ 2008-12-09  9:10 Fred Elno
  2008-12-09 13:31 ` Andrew Gaffney
  0 siblings, 1 reply; 3+ messages in thread
From: Fred Elno @ 2008-12-09  9:10 UTC (permalink / raw
  To: gentoo-catalyst

Hi the list,

I'm actually trying to build a livecd using catalyst, every thing goes right until I reach the last step, the iso
generating process with mkisofs.

mkisofs failed with this error: "Unknown charset"
and then he give me a list of known charsets

The livecd use a squashfs loop and the command passed to mkisofs is this:

mkisofs -J -R -l  -V "catalyst 2008.0" -o /tmp/install-amd64.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -boot-info-table /home/ftp/catalyst/builds/default/livecd-stage2-amd64-2008.0/

Because it is the last step of the livecd creation process and everything before goes right, I've tryed to run the
command manually:

mkisofs -J -R -l -V "catalyst 2008.0" -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4
-boot-info-table -o /tmp/install-amd64.iso /home/ftp/catalyst/builds/default/livecd-stage2-amd64-2008.0/

and in this way everything is working.

I have found that the error must come from the -l option which is passed with catalyst, when I manually run the
command, -l option change the charset to ISO-8859-1 which one is found in my locale, but when the command is run from
catalyst
the script failed and mkisofs is unable to find my ISO-8859-1 charset from my locale.

Did someone have an idea about something I have missed, perhaps an argument in my stage2 spec file?

Thanks.

http://www.drakonix.fr







^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-09 17:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09  9:10 [gentoo-catalyst] mkisofs failed with "Unknown charset" error Fred Elno
2008-12-09 13:31 ` Andrew Gaffney
2008-12-09 17:43   ` Fred Elno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox