Date: Wed, 22 Apr 2015 12:10:37 +0000 From: Glen Barber <gjb@FreeBSD.org> To: Slawa Olhovchenkov <slw@zxy.spb.ru> Cc: freebsd-stable@freebsd.org Subject: Re: bsdinstall support for multiple kernels Message-ID: <20150422121037.GC31769@hub.FreeBSD.org> In-Reply-To: <20150422120706.GH9114@zxy.spb.ru> References: <20150422111334.GS1394@zxy.spb.ru> <20150422111844.GA31769@hub.FreeBSD.org> <20150422112822.GT1394@zxy.spb.ru> <20150422115559.GB31769@hub.FreeBSD.org> <20150422120706.GH9114@zxy.spb.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Wed, Apr 22, 2015 at 03:07:06PM +0300, Slawa Olhovchenkov wrote:
> On Wed, Apr 22, 2015 at 11:55:59AM +0000, Glen Barber wrote:
>
> > On Wed, Apr 22, 2015 at 02:28:22PM +0300, Slawa Olhovchenkov wrote:
> > > On Wed, Apr 22, 2015 at 11:18:44AM +0000, Glen Barber wrote:
> > > > > bsdinstall don't ask about kernel.VSTREAM and don't install kernel.VSTREAM.
> > > > >
> > > > > What I miss?
> > > >
> > > > Currently, the installer only installs GENERIC.
> > > >
> > > > I have fixes for this in a projects branch, but it's not ready to merge
> > > > back to head just yet. (^/projects/release-install-debug if you're
> > > > interested.)
> > >
> > > I think also exist bug in scripts/make-manifest.sh:
> > >
> > > [...]
> > > eval: ${kernel....}: Bad substitution
> > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > Yes, you are correct. This is also fixed in the projects branch.
>
> O, I see.
> Can you also patch release/Makefile?
>
> ===
> .if !empty(TARGET:M${_V})
> OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}
> VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET}
> .else
> OSRELEASE= ${TYPE}-${REVISION}-${BRANCH}-${TARGET}-${TARGET_ARCH}
> VOLUME_LABEL= ${REVISION:C/[.-]/_/g}_${BRANCH:C/[.-]/_/g}_${TARGET_ARCH}
> .endif
> ===
>
> For BRANCH/REVISION like 10.1-RELEASE-p276179 label exceed limit:
> length(10_1_RELEASE_p281264_amd64_UEFIBO) = 33.
>
I'm not sure there's much we really can do about this just yet. The
only solution I have for you at the moment is to set VOLUME_LABEL in
your build environment to exclude the patch version.
Glen
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJVN4+9AAoJEAMUWKVHj+KT3MIQAJD2TfpRhuLkaIyZqQRnQrhp
WOTHzbUGGyjAFKHECZTv0jxRCmVZGQ0Nz9Zor1QmpabUnnVN6pft9KtcONpsrSIC
AJhRuNLE9+yvMiFmqac1fWcPepUQNuZqvRFRZFTvIKDZZRRjC+JdN4mM9ZVGgV5y
2CtFEtmDEUZNsvkMnBMQ5t1wxvpJuIpgs8j9ZgoMKXnprU5MHHI4rEsyGR7btALs
NQj1vWPIytFQPK8XwcnsJsVyH7fjseLEJUcOQbGljZVRMQqocq5TKMRY6HKh+8sj
DJ4z+ttpGLDmZroj2QIv6Z0oAAsLe/Ni5tS/YBcHRml3fsgm8BRuCm3O2DcP81AA
Ct/DOrhf6/c8OABbdCnuEI6NtkSNxJ+uP4cwtEsxqURkMbv2IB15/ROFkUxTMFN8
fJXRaQXTpjTGJEWFKtc4QNtbVvECwVtITZ6D5Kx/5Coi4rDKv6Th6KGcvdZcvASN
5aUbm2X2RM9vG7oRlDVuhloBNmyVFskKfEuViNuB09qUWP2+ZCOxf2SDDRnR4TPI
l4JwZNilpIWB8JTVuCpil3WitBzP7giYCe6FS75Ma+/wyOiUYxyalF5xURXdpr2n
EUvN2S73227rDh3/WNw1xCqI7b9Fnk312ylD85r3qHuLFtfhqBtYu85l50TsWpM8
JT8ypnwUfAQu5Qoaoc8r
=vedo
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150422121037.GC31769>
