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

Radek Vykydal rvykydal at redhat.com
Tue Jul 30 09:21:54 UTC 2013


On 07/29/2013 09:12 PM, Brian C. Lane wrote:
> 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.

Ah, sure, I'll update the patch, thanks.



More information about the anaconda-patches mailing list