[Lunar-commits]
CVS: theedge/var/lib/lunar/menu optimize.menu, 1.19, 1.20
Jerry Lundström
prox at lunar-linux.org
Wed Jun 23 13:24:26 GMT 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/menu
In directory dbguin.lunar-linux.org:/tmp/cvs-serv29379
Modified Files:
optimize.menu
Log Message:
display one row on multi cpu systems
Index: optimize.menu
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/menu/optimize.menu,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- optimize.menu 23 Jun 2004 11:40:48 -0000 1.19
+++ optimize.menu 23 Jun 2004 13:24:24 -0000 1.20
@@ -64,7 +64,7 @@
# Help for the cpu selections.
cpu_help)
- MENU="$2 CPUs, according to the kernel you have a$(cat /proc/cpuinfo | grep 'model name' | cut -d: -f2)"
+ MENU="$2 CPUs, according to the kernel you have a$(cat /proc/cpuinfo | grep 'model name' | cut -d: -f2 | head -n 1)"
case $2 in
x86)
I386_HELP="I386 processors"
More information about the Lunar-commits
mailing list