The ultimate HOW-TO

Adam Lackorzynski adam at os.inf.tu-dresden.de
Tue Sep 4 19:06:25 CEST 2007


On Tue Sep 04, 2007 at 09:14:21 -0700, ComputerScienceStudent wrote:
> I thought that I can extract the text from the pdf but I was wrong so,
> excuse to all, but I upload the message as pdf.. 
> 
> The text of the message:  http://www.nabble.com/file/p12481352/output.pdf

That's really not so nice for replying.

For creating an ISO, this basically goes like this:

cd /tmp/fs
mkisofs "$@" -R -b boot/grub/stage2_eltorito \
 -no-emul-boot -boot-load-size 4 -boot-info-table \
 -hide-rr-moved \
 -J -joliet-long \
 -o /tmp/iso.iso .

stage2_eltorito is from GRUB.

For the compile error, you also need the l4/pkg/uclibc++ package which I
forgot to add to the module. Sorry about that. I'll fix it.



Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list