Author: alexander Date: 2005-09-23 22:11:15 -0600 (Fri, 23 Sep 2005) New Revision: 732
Modified: x86/branches/utf8-newmake/packages/linux/Makefile Log: Added UTF-8 input and copy/paste ability to the Linux console. The patch is tested on a hard-disk based system only, not on the LiveCD. Modified: x86/branches/utf8-newmake/packages/linux/Makefile =================================================================== --- x86/branches/utf8-newmake/packages/linux/Makefile 2005-09-24 01:59:37 UTC (rev 731) +++ x86/branches/utf8-newmake/packages/linux/Makefile 2005-09-24 04:11:15 UTC (rev 732) @@ -14,6 +14,10 @@ PATCH2= squashfs2.2-patch +PATCH3= $(DIR)-utf8_input-2.patch +URL-$(PATCH3)= http://www.linuxfromscratch.org/~alexander/patches/$(PATCH3) +SHA-$(PATCH3)= 72b51b7cf6b5eeecf79a07d3778670c64011397c + # Targets include $(ROOT)/scripts/functions @@ -34,6 +38,7 @@ patch -Np1 -i ../reiser4.patch patch -Np1 -i ../$(PATCH2) cd $(ROOT) ; make -C $(PKG)/unionfs patch-kernel + patch -Np1 -i ../$(PATCH3) make mrproper cp $(ROOT)/linux/config.$(ARCH) .config make $(PM) -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
