> Mike Smith wrote:
> > > Is there any chance off implementing syntax like
> > >
> > > kernel=${kernel:-/kernel}
> > >
> > > which is obviously sh-compilant?
> >
> > I don't much like either of these proposals.
> >
> > My principal objection is that they're trying to solve the wrong problem.
>
Mike Smith wrote:
> > Is there any chance off implementing syntax like
> >
> > kernel=${kernel:-/kernel}
> >
> > which is obviously sh-compilant?
>
> I don't much like either of these proposals.
>
> My principal objection is that they're trying to solve the wrong problem.
>
> The original pos
> Is there any chance off implementing syntax like
>
> kernel=${kernel:-/kernel}
>
> which is obviously sh-compilant?
I don't much like either of these proposals.
My principal objection is that they're trying to solve the wrong problem.
The original poster is setting $kernel in the DHCP clien
Igor M Podlesny wrote:
>
> > > kernel?="/kernel"
>
> Is there any chance off implementing syntax like
>
> kernel=${kernel:-/kernel}
>
> which is obviously sh-compilant?
Perhaps I was unclear. This is what I would prefer, but I don't have
time to do it.
--
Daniel C. Sobral
On Sat, Oct 13, 2001 at 01:25:29PM -0300, Daniel C. Sobral wrote:
> Vadim Vygonets wrote:
> >
> > We are working on integration of network-booted FreeBSD system to
> > our envoronment. Naturally, different machines need different
> > kernels, so we pass the kernel paramater in DHCP response.
> >
Vadim Vygonets wrote:
>
> We are working on integration of network-booted FreeBSD system to
> our envoronment. Naturally, different machines need different
> kernels, so we pass the kernel paramater in DHCP response.
> However, it gets overwritten in /boot/defaults/loader.conf. We
> decided tha
We are working on integration of network-booted FreeBSD system to
our envoronment. Naturally, different machines need different
kernels, so we pass the kernel paramater in DHCP response.
However, it gets overwritten in /boot/defaults/loader.conf. We
decided that commenting out the assignment of
7 matches
Mail list logo