[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#517121: debian-installer: installs linux-image-2.6-486 instead of linux-image-2.6-686 with a VIA C7-D Processor



The code has changed slighly in svn.  This patch seem to match the
previous proposal, updated and made relative to the current svn.

Index: i386.sh
===================================================================
--- i386.sh	(revision 63405)
+++ i386.sh	(working copy)
@@ -39,7 +39,7 @@
 		case "$FAMILY" in
 		    " 6")
 			case "$MODEL" in
-			    " 9"|" 10")	echo 686$BIGMEM ;;
+			    " 9"|" 10"|" 13")	echo 686$BIGMEM ;;
 			    *)		echo 486 ;;
 			esac
 			;;

I believe this patch seem sensible, and am positive to commit it to
svn.

Happy hacking,
-- 
Petter Reinholdtsen




Reply to: