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

Bug#504095: installation-report: xen paravirt installation



On Fri, Oct 31, 2008 at 03:46:22PM +0000, Ian Campbell wrote:
> diff --git a/packages/base-installer/kernel/i386.sh b/packages/base-installer/kernel/i386.sh
> index cba6d9b..e8929ea 100644
> --- a/packages/base-installer/kernel/i386.sh
> +++ b/packages/base-installer/kernel/i386.sh
> @@ -36,10 +36,17 @@ arch_get_kernel_flavour () {
>  		esac
>  		;;
>  	    " CentaurHauls")
> -		# x86 VIA Nehemiah CentaurHauls does not boot with -686
> -		# since 2.6.22+ since they lack long NOP instructions.
> -		# See: http://lkml.org/lkml/2008/7/22/263
> -		echo 486 ;;
> +		case "$FAMILY" in
> +		    " 6")
> +			case "$MODEL" in
> +			    " 10")	echo 686$BIGMEM ;;
> +			    *)		echo 486 ;;
> +			esac
> +			;;
> +		    *)
> +			echo 486 ;;
> +		esac
> +		;;
>  	    *)
>  		echo 486 ;;
>  	esac
Yes, this looks just right!
Thanks,
 -- Guido



Reply to: