Author: justin
Date: 2005-11-29 22:43:08 -0700 (Tue, 29 Nov 2005)
New Revision: 1193

Modified:
   branches/6.1.1-newmake/initramfs/Makefile
Log:
Fixed a wrong cp command in initramfs Makefile.

Modified: branches/6.1.1-newmake/initramfs/Makefile
===================================================================
--- branches/6.1.1-newmake/initramfs/Makefile   2005-11-30 02:52:36 UTC (rev 
1192)
+++ branches/6.1.1-newmake/initramfs/Makefile   2005-11-30 05:43:08 UTC (rev 
1193)
@@ -43,7 +43,7 @@
        $(MK) -m 660 $(WDIR)/dev/sr7 b 11 7
        $(MK) -m 660 $(WDIR)/dev/loop0 b 7 0
        cd $(WDIR); find . | cpio -o -H newc | gzip -9 > 
../initramfs_data.cpio.gz
-       $(CP) initramfs_data.cpio.gz /boot/
+       $(CP) initramfs_data.cpio.gz /boot/initramfs_data_cpio.gz
        rm -rf temp
 
 init:

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to