<div dir="ltr">Thank you, Colin.<div><br></div><div style>As always, your help is greatly appreciated.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 17, 2013 at 5:26 AM, Colin Watson <span dir="ltr"><<a href="mailto:cjwatson@ubuntu.com" target="_blank">cjwatson@ubuntu.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Jan 16, 2013 at 10:17:29AM -0600, Mario Limonciello wrote:<br>
> Is it perhaps because in debian-cd BACKPORT_KERNEL is defined as "quantal"<br>
> for precise?<br>
<br>
</div>Indeed.<br>
<div class="im"><br>
> I think something like this should be added to debian-cd for any flavours<br>
> opting into the backport kernel to unbreak the i386 builds otherwise:<br>
><br>
> === modified file 'CONF.sh'<br>
> --- CONF.sh 2012-12-06 13:27:43 +0000<br>
> +++ CONF.sh 2013-01-16 16:15:25 +0000<br>
> @@ -185,7 +185,10 @@<br>
>   ;;<br>
>      esac<br>
>      # Note that this is singular, unlike lucid; we only ship a single<br>
> kernel.<br>
> -    export BACKPORT_KERNEL=quantal<br>
> +    case $PROJECT in<br>
> +      ubuntu|ubuntu-server|edubuntu*|mythbuntu)<br>
> +        export BACKPORT_KERNEL=quantal<br>
> +        ;;<br>
>      export OFFICIAL="Release"<br>
>      ;;<br>
>    quantal)<br>
<br>
</div>I independently invented exactly the same thing this morning (well,<br>
except for the syntax error ...) before looking at this list.  It should<br>
be fixed now.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Colin Watson                                       [<a href="mailto:cjwatson@ubuntu.com">cjwatson@ubuntu.com</a>]<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
Ubuntu-release mailing list<br>
<a href="mailto:Ubuntu-release@lists.ubuntu.com">Ubuntu-release@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-release" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-release</a><br>
</div></div></blockquote></div><br></div>