Author: alexander
Date: 2006-06-06 02:55:19 -0600 (Tue, 06 Jun 2006)
New Revision: 1582

Modified:
   trunk/packages/linux/Makefile
Log:
Fixed non-libata kernel installation for x86


Modified: trunk/packages/linux/Makefile
===================================================================
--- trunk/packages/linux/Makefile       2006-06-06 08:24:41 UTC (rev 1581)
+++ trunk/packages/linux/Makefile       2006-06-06 08:55:19 UTC (rev 1582)
@@ -59,12 +59,11 @@
 ifndef LIBATA_SUFFIX
        make $(PM)
        make modules_install
-else
+endif
 ifeq ($(LFS-ARCH),x86)
        make $(PM) bzImage
        cp -v arch/i386/boot/bzImage /boot/isolinux/linux$(LIBATA_SUFFIX)
 endif
-endif
 ifeq ($(LFS-ARCH),ppc)
        make $(PM) vmlinux
        cp -v vmlinux /boot/linux$(LIBATA_SUFFIX)

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

Reply via email to