[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH master] Enable network if sshd boot option is used (#643738)
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH master] Enable network if sshd boot option is used (#643738)
- Date: Thu, 3 Mar 2011 16:12:57 -0500
> diff --git a/loader/loader.c b/loader/loader.c
> index f30adb9..204e987 100644
> --- a/loader/loader.c
> +++ b/loader/loader.c
> @@ -1131,6 +1131,7 @@ static void parseCmdLineFlags(struct loaderData_s * loaderData,
> !strcasecmp(k, "dmraid") ||
> !strcasecmp(k, "nodmraid") ||
> !strcasecmp(k, "xdriver") ||
> + !strcasecmp(k, "sshd") ||
> !strcasecmp(k, "syslog")) {
>
> /* vnc implies graphical */
> @@ -1143,7 +1144,7 @@ static void parseCmdLineFlags(struct loaderData_s * loaderData,
> * by loader, so an active connection is ready once we get
> * to anaconda
> */
> - if (!strcasecmp(k, "syslog") || !strcasecmp(k, "vnc")) {
> + if (!strcasecmp(k, "syslog") || !strcasecmp(k, "vnc") || !strcasecmp(k, "sshd")) {
> logMessage(INFO, "early networking required for %s", k);
> flags |= LOADER_FLAGS_EARLY_NETWORKING;
> }
ACK. And I'd be fine with pushing this to f15-branch as well - low risk
change that adds a little polish.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]