[PATCH anaconda-dracut master] For vnc require network in intramfs (#989156)

Brian C. Lane bcl at redhat.com
Mon Jul 29 19:12:55 UTC 2013


On Mon, Jul 29, 2013 at 02:55:26PM +0200, Radek Vykydal wrote:
> So that cmdline network configuration is applied.
> ---
>  dracut/parse-anaconda-options.sh | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/dracut/parse-anaconda-options.sh b/dracut/parse-anaconda-options.sh
> index b9bc084..ed2ec75 100755
> --- a/dracut/parse-anaconda-options.sh
> +++ b/dracut/parse-anaconda-options.sh
> @@ -124,6 +124,9 @@ if updates=$(getarg updates inst.updates); then
>      fi
>  fi
>  
> +# for vnc bring network up in initramfs so that cmdline configuration is used
> +getargbool 0 vnc && warn "anaconda requiring network for vnc" && set_neednet
> +

This should be 'getargbool 0 vnc inst.vnc' since we're moving to using
the inst. prefix.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130729/bf8edd4c/attachment.sig>


More information about the anaconda-patches mailing list