* Warn if defaulting to ip=dhcp
@ 2009-07-09 20:44 Warren Togami
[not found] ` <4A5656A1.90703-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Warren Togami @ 2009-07-09 20:44 UTC (permalink / raw)
To: initramfs
99parse-ip-opts.sh:
> # Warn if defaulting to ip=dhcp
> if [ -n "$netroot" ] && [ -z "$(getarg ip=)" ] ; then
> warn "No ip= argument(s) for netroot provided, defaulting to DHCP"
> return;
> fi
Is this really necessary? This is not a warning. There is nothing
wrong with this. Any objections to just removing this?
Warren
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <4A5656A1.90703-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: Warn if defaulting to ip=dhcp [not found] ` <4A5656A1.90703-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2009-07-09 21:02 ` David Dillow [not found] ` <1247173348.8067.3.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: David Dillow @ 2009-07-09 21:02 UTC (permalink / raw) To: initramfs-u79uwXL29TY76Z2rM5mHXA On Thu, 2009-07-09 at 16:44 -0400, Warren Togami wrote: > 99parse-ip-opts.sh: > > # Warn if defaulting to ip=dhcp > > if [ -n "$netroot" ] && [ -z "$(getarg ip=)" ] ; then > > warn "No ip= argument(s) for netroot provided, defaulting to DHCP" > > return; > > fi > > Is this really necessary? This is not a warning. There is nothing > wrong with this. Any objections to just removing this? Please do! It's been low on my hit list for a while... -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <1247173348.8067.3.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org>]
* Re: Warn if defaulting to ip=dhcp [not found] ` <1247173348.8067.3.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org> @ 2009-07-13 12:56 ` Harald Hoyer 0 siblings, 0 replies; 3+ messages in thread From: Harald Hoyer @ 2009-07-13 12:56 UTC (permalink / raw) To: initramfs-u79uwXL29TY76Z2rM5mHXA On 07/09/2009 11:02 PM, David Dillow wrote: > On Thu, 2009-07-09 at 16:44 -0400, Warren Togami wrote: >> 99parse-ip-opts.sh: >>> # Warn if defaulting to ip=dhcp >>> if [ -n "$netroot" ]&& [ -z "$(getarg ip=)" ] ; then >>> warn "No ip= argument(s) for netroot provided, defaulting to DHCP" >>> return; >>> fi >> Is this really necessary? This is not a warning. There is nothing >> wrong with this. Any objections to just removing this? > > Please do! It's been low on my hit list for a while... removed -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-13 12:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09 20:44 Warn if defaulting to ip=dhcp Warren Togami
[not found] ` <4A5656A1.90703-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-09 21:02 ` David Dillow
[not found] ` <1247173348.8067.3.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org>
2009-07-13 12:56 ` Harald Hoyer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox