l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] iso target for Makefile


From: Ivan Jager
Subject: [PATCH] iso target for Makefile
Date: Thu, 10 Feb 2005 20:03:48 -0500 (EST)

This patch adds a target to the Makefile so that you can just type make iso, and get a bootable iso image that you can run in qemu.

It requires L4Ka::Pistachio to have been installed in $prefix. Also grub's stage2_eltorito should be in $prefix/boot/grub, or it can copy it from /lib/grub/i386-pc/stage2_eltorito (which is where debian's grub package puts it).

Also, mkisofs should be in your PATH.

Sorry, but I don't know how to use automake magic to check for stage2_eltorito or mkisofs...

I tried using install-strip, but it is broken so I strip the binaries after they are installed. :( (install-strip fails on wortel/starter, and I don't know how to tell automake to not install it. Taking starter out of boot_PROGRAMS causes autoreconf to complain loudly, although it still compiles...)

Ivan

Attachment: Makefile-iso-target.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]