Revision: 5467 http://ipcop.svn.sourceforge.net/ipcop/?rev=5467&view=rev Author: gespinasse Date: 2011-02-19 21:32:32 +0000 (Sat, 19 Feb 2011)
Log Message: ----------- Fix memtest usage on install by network Modified Paths: -------------- ipcop/trunk/lfs/netboot Modified: ipcop/trunk/lfs/netboot =================================================================== --- ipcop/trunk/lfs/netboot 2011-02-18 20:37:14 UTC (rev 5466) +++ ipcop/trunk/lfs/netboot 2011-02-19 21:32:32 UTC (rev 5467) @@ -68,6 +68,7 @@ cp /usr/src/doc/README-netboot.$(MACHINE) /tmp/$(NETDIR) cp /$(INSTALLER_DIR)/cdrom/boot/isolinux/{instroot.img,vmlinuz,splash.rle} /tmp/$(NETDIR) cp /$(INSTALLER_DIR)/cdrom/boot/isolinux/f?.txt /tmp/$(NETDIR) + cp /$(INSTALLER_DIR)/cdrom/boot/isolinux/memtest /tmp/$(NETDIR) sed -e "s|splash|$(NETDIR)/splash|" \ /$(INSTALLER_DIR)/cdrom/boot/isolinux/message \ > /tmp/$(NETDIR)/message @@ -75,6 +76,7 @@ -re "s|f(.*)\.txt|$(NETDIR)/f\1.txt|" \ -e "s|vmlinuz|$(NETDIR)/vmlinuz|" \ -e "s|instroot\.img|$(NETDIR)/instroot.img|" \ + -e "s|KERNEL memtest|KERNEL $(NETDIR)/memtest|" \ -e "s|ipcopboot=|ipcopboot=net|g" \ -e "s|LOCALBOOTTYPE|0|" \ -e "s|NOHALT.*||" \ @@ -85,6 +87,7 @@ -e "s|vmlinuz|$(NETDIR)/vmlinuz|" \ -e "s|instroot\.img|$(NETDIR)/instroot.img|" \ -e "s|ipcopboot=|ipcopboot=net|g" \ + -e "s|KERNEL memtest|KERNEL $(NETDIR)/memtest|" \ -e "s|LOCALBOOTTYPE|0|" \ -e "s|NOHALT.*||" \ $(DIR_SRC)/config/arch/$(MACHINE)/syslinux-serial.cfg \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn