Author: jhuntwork
Date: 2005-09-07 17:05:33 -0600 (Wed, 07 Sep 2005)
New Revision: 636
Modified:
x86/trunk/Makefile
Log:
Upgraded linux kernel
Modified: x86/trunk/Makefile
===================================================================
--- x86/trunk/Makefile 2005-09-07 23:04:12 UTC (rev 635)
+++ x86/trunk/Makefile 2005-09-07 23:05:33 UTC (rev 636)
@@ -19,7 +19,7 @@
#==============================================================================
export ARCH := x86
export VERSION := $(ARCH)-6.2-pre1
-export KVERS := 2.6.12.3
+export KVERS := 2.6.12.5
# Edit this line to match the mount-point of the partition you'll be using to
# build the cd.
@@ -315,7 +315,7 @@
@if [ ! -c /dev/console ] ; then mknod -m 600 /dev/console c 5 1 && \
mknod -m 666 /dev/null c 1 3 ; fi
@if ! tail -n 3 /proc/mounts | grep -q "dev tmpfs" ; then \
- mount -n -t tmpfs none /dev ; fi
+ mount -n -t tmpfs tmpfs /dev ; fi
@-mknod -m 662 /dev/console c 5 1
@-mknod -m 666 /dev/null c 1 3
@-mknod -m 666 /dev/zero c 1 5
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page