Ubuntu Studio 12.04.2 x86 live images missing
Colin Watson
cjwatson at ubuntu.com
Thu Jan 17 11:26:15 UTC 2013
On Wed, Jan 16, 2013 at 10:17:29AM -0600, Mario Limonciello wrote:
> Is it perhaps because in debian-cd BACKPORT_KERNEL is defined as "quantal"
> for precise?
Indeed.
> I think something like this should be added to debian-cd for any flavours
> opting into the backport kernel to unbreak the i386 builds otherwise:
>
> === modified file 'CONF.sh'
> --- CONF.sh 2012-12-06 13:27:43 +0000
> +++ CONF.sh 2013-01-16 16:15:25 +0000
> @@ -185,7 +185,10 @@
> ;;
> esac
> # Note that this is singular, unlike lucid; we only ship a single
> kernel.
> - export BACKPORT_KERNEL=quantal
> + case $PROJECT in
> + ubuntu|ubuntu-server|edubuntu*|mythbuntu)
> + export BACKPORT_KERNEL=quantal
> + ;;
> export OFFICIAL="Release"
> ;;
> quantal)
I independently invented exactly the same thing this morning (well,
except for the syntax error ...) before looking at this list. It should
be fixed now.
--
Colin Watson [cjwatson at ubuntu.com]
More information about the Ubuntu-release
mailing list