Hi, On Wed, Apr 18, 2012 at 02:08:10PM +0200, Alexander Stein wrote: > is it possible to create hardlinks within ptxdist? Our current problem is > that > the kernel image is located in /boot/bzImage, as usually. But we need the > also > the file under /efi/boot/bootia32.efi to be bootable from EFI. A symlink > doesn't work from EFI side and I don't want to maintain 2 binaries in > parallel, despite the space wasting. So I got the idea of using a hardlink. > Seems to work, manually created.
You could try a postinst script. But I'm not sure if the tools that create the images can handle hardlinks. Or only install /efi/boot/bootia32.efi and not /boot/bzImage, or do you need that as well? Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
