From: Michael Tremer Date: Wed, 13 Aug 2008 18:45:13 +0000 (+0000) Subject: I edited some things with the pxe image. X-Git-Tag: v3.0-alpha1~757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c2eaebf74550df1b0f49fea7be3130c2d66cbae;p=ipfire-3.x.git I edited some things with the pxe image. Images are shown correctly and the vesamenu works. --- diff --git a/lfs/images b/lfs/images index f4654328a..8c5db364f 100644 --- a/lfs/images +++ b/lfs/images @@ -95,12 +95,17 @@ ifeq "$(PASS)" "pxe" sed -e "s/VERSION/$(VERSION)/g" \ -e "s@$(SNAME)0@$(PREFIX)/$(SNAME)0@g" \ -e "s@initrd0@$(PREFIX)/initrd0@g" \ + -e "s@splash@$(PREFIX)/splash@g" \ + -e "s@vesamenu.c32@$(PREFIX)/vesamenu.c32@g" \ $(DIR_CONF)/bootloader/installer.conf \ > $(CDROM_DIR)/pxelinux.cfg/$(SNAME)-pxe-$(VERSION).model + sed -e "s@splash@$(PREFIX)/splash@g" \ + -i $(CDROM_DIR)/$(PREFIX)/boot.msg + cd $(CDROM_DIR) && \ tar cfz $(IMAGES_DIR)/$(SNAME)-$(VERSION).$(MACHINE).pxe.tar.gz * -else +else # cdrom cp -vf /usr/lib/syslinux/isolinux.bin $(CDROM_DIR)/$(PREFIX)/ sed -e "s/VERSION/$(VERSION)/g" \ $(DIR_CONF)/bootloader/installer.conf \