Re: "PRE-RELEASE/TESTING"

Danishka Navin <[email protected]> Wed, 11 Sep 2019 09:54:59 +0530
Newsgroups gmane.linux.redhat.anaconda.devel
Message-ID <CAKjxiWS4tzJAVVgdW0gNa34eLKnyS0fuoeREzZ92HP=n3xR1EQ@mail.gmail.com>
--===============5608347390192846655==
Content-Type: multipart/alternative; boundary="000000000000063a7e05923f69de"

--000000000000063a7e05923f69de
Content-Type: text/plain; charset="UTF-8"

Is it ok to modify /etc/os-release for re-branding purpose?

On Wed, Sep 4, 2019 at 6:11 PM Vendula Poncova <[email protected]> wrote:

>
> On Tue, Sep 3, 2019 at 7:29 PM Danishka Navin <[email protected]> wrote:
>
>>
>>
>> On Tue, Sep 3, 2019 at 6:16 PM Vendula Poncova <[email protected]>
>> wrote:
>>
>>>
>>> On Mon, Sep 2, 2019 at 9:56 AM Danishka Navin <[email protected]>
>>> wrote:
>>>
>>>> Hi Jirka,
>>>>
>>>> I used the following command but did't use --product and --version at
>>>> all.
>>>> Btw, does livecd-creator read from /etc/os-release when we ignore both
>>>> --product and --version?
>>>>
>>>> livecd-creator --verbose --config=hanthana-live-workstation.ks
>>>> --fslabel=h30 --cache=cache --tmpdir=tmp
>>>>
>>>> Then I copied fresh kisktars shipped by fedora and rerun with my custom
>>>> configs.
>>>> I could not reproduce the issue.
>>>>
>>>> I wonder if the issue caused by following entries in the
>>>> /etc/os-release file.
>>>>
>>>> REDHAT_BUGZILLA_PRODUCT="Fedora"
>>>> REDHAT_SUPPORT_PRODUCT="Fedora"
>>>>
>>>>
>>>> Btw, there is a new issue occurred.
>>>> As in this image, Anaconda keeps duplicating the values of
>>>> redhat-release file.
>>>> I am not sure if its a bug or I mage a mistake.
>>>>
>>>> https://pasteboard.co/IvvT4nf.png
>>>>
>>>> Added Hanthana Workstation (Vishwa)' in to the redhat-release file.
>>>> https://pasteboard.co/IvvSiU5.png
>>>>
>>>> If you have digital at the end, it only repeats the digit.
>>>> When using "Hanthana 30"
>>>> https://pasteboard.co/IvvTyBT.png
>>>>
>>>>
>>>>
> Anaconda reads the product name and the product version from
> /etc/system-release on Live ISO or from the .buildstamp file in network
> installations. See my comment about the .buildstamp file below. I think
> that all these problems are related.
>
>
>> On Mon, Sep 2, 2019 at 1:06 PM <[email protected]> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> You have probably used bad parameters when you were invoking lorax.
>>>>> You have to use correct --product and --version parameters otherwise we
>>>>> will be handling your ISO as Rawhide.
>>>>>
>>>>> Could you please tell us what command did you used to create your ISO?
>>>>>
>>>>> Regards,
>>>>> Jirka
>>>>>
>>>>> On Sat, 2019-08-31 at 18:12 +0530, Danishka Navin wrote:
>>>>>
>>>>> Hi there,
>>>>>
>>>>> When I was trying to install f30 based remixed ISO,
>>>>> "PRE-RELEASE/TESTING" text appearing in top-right hand side of anaconda GUI.
>>>>> May I know what could cause this?
>>>>>
>>>>>
>>> Hello,
>>>
>>> for Live ISO, there is a little crazy logic that sets up the flag for a
>>> final release:
>>>
>>> https://github.com/rhinstaller/anaconda/blob/master/data/liveinst/liveinst#L93
>>>
>>> Basically, it is determined by a version of a package that provides
>>> system-release, so I would check that.
>>>
>>> What is the output of these commands, when you run them on your ISO?
>>> rpm -q  --whatprovides system-release
>>> rpm -q --qf '%{Release}' --whatprovides system-release
>>>
>>
>>
>> $ rpm -q  --whatprovides system-release
>> fedora-release-workstation-30-900.noarch
>> $ rpm -q --qf '%{Release}' --whatprovides system-release
>> 900[
>>
>>
> It seems to be correct. The liveinst script should set the environment
> variable ANACONDA_ISFINAL to True before Anaconda is started.
>
> Network installations use the IsFinal attribute of the .buildstamp file to
> determine the value of the flag, but Live ISO shouldn't have this file and
> should use ANACONDA_ISFINAL instead. The path to the .buildstamp file can
> be /.buildstamp, /tmp/product/.buildstamp or set by the environment
> variable PRODBUILDPATH. Could you check that these files do not exist on
> your ISO?
>
> Otherwise, I would recommend to report a bug at
> https://bugzilla.redhat.com/ and attach the Anaconda logs from the
> installation.
>
>
>>
>>
>>> Vendy
>>>
>>>
>>>> both os-release and redhat-release updated and I can see given values.
>>>>> both fedora and fedora-update repos used during the ISO build along
>>>>> with few 3rd party repos.
>>>>>
>>>>> Regards,
>>>>> --
>>>>> Danishka Navin
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>>
>>>>> Anaconda-devel-list mailing list
>>>>>
>>>>> [email protected]
>>>>>
>>>>>
>>>>> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
>>>>>
>>>>> _______________________________________________
>>>>> Anaconda-devel-list mailing list
>>>>> [email protected]
>>>>> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
>>>>
>>>>
>>>>
>>>> --
>>>> Danishka Navin
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Anaconda-devel-list mailing list
>>>> [email protected]
>>>> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
>>>
>>> _______________________________________________
>>> Anaconda-devel-list mailing list
>>> [email protected]
>>> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
>>
>>
>>
>> --
>> Danishka Navin
>>
>>
>>
>>
>>
>> _______________________________________________
>> Anaconda-devel-list mailing list
>> [email protected]
>> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
>
> _______________________________________________
> Anaconda-devel-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list



-- 
Danishka Navin

--000000000000063a7e05923f69de
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Is it ok to modify /etc/os-release for re-branding purpose=
? <br></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_=
attr">On Wed, Sep 4, 2019 at 6:11 PM Vendula Poncova &lt;<a href=3D"mailto:=
[email protected]">[email protected]</a>&gt; wrote:<br></div><blockquot=
e class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px s=
olid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div dir=3D"ltr"><=
/div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">O=
n Tue, Sep 3, 2019 at 7:29 PM Danishka Navin &lt;<a href=3D"mailto:danishka=
@gmail.com" target=3D"_blank">[email protected]</a>&gt; wrote:<br></div><b=
lockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-le=
ft:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div dir=
=3D"ltr"><br></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D=
"gmail_attr">On Tue, Sep 3, 2019 at 6:16 PM Vendula Poncova &lt;<a href=3D"=
mailto:[email protected]" target=3D"_blank">[email protected]</a>&gt; w=
rote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0p=
x 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=
=3D"ltr"><div dir=3D"ltr"></div><br><div class=3D"gmail_quote"><div dir=3D"=
ltr" class=3D"gmail_attr">On Mon, Sep 2, 2019 at 9:56 AM Danishka Navin &lt=
;<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:=
0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">=
<div dir=3D"ltr"><div>Hi Jirka,</div><div><br></div><div>I used the followi=
ng command but did&#39;t use --product and --version at all.</div><div>Btw,=
 does livecd-creator read from /etc/os-release when we ignore both --produc=
t and --version?</div><div><br></div><div>livecd-creator --verbose --config=
=3Dhanthana-live-workstation.ks --fslabel=3Dh30 --cache=3Dcache --tmpdir=3D=
tmp</div><div><br></div><div>Then I copied fresh kisktars shipped by fedora=
 and rerun with my custom configs.</div><div>I could not reproduce the issu=
e.</div><div><br></div><div>I wonder if the issue caused by following entri=
es in the /etc/os-release file. <br></div><div><br></div><div>REDHAT_BUGZIL=
LA_PRODUCT=3D&quot;Fedora&quot;<br>REDHAT_SUPPORT_PRODUCT=3D&quot;Fedora&qu=
ot;<br></div><div><br></div><div><br></div><div>Btw, there is a new issue o=
ccurred.</div><div>As in this image, Anaconda keeps duplicating the values =
of redhat-release file.</div><div>I am not sure if its a bug or I mage a mi=
stake.<br></div><div><div></div><div><br></div><div><a href=3D"https://past=
eboard.co/IvvT4nf.png" target=3D"_blank">https://pasteboard.co/IvvT4nf.png<=
/a></div></div><div><br></div><div><div>Added Hanthana Workstation (Vishwa)=
&#39; <span class=3D"gmail-m_-6537868102777219120gmail-m_535103364125890584=
1gmail-m_1046459357742151579gmail-m_2206052769215585751gmail-gr_ gmail-m_-6=
537868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gma=
il-m_2206052769215585751gmail-gr_655 gmail-m_-6537868102777219120gmail-m_53=
51033641258905841gmail-m_1046459357742151579gmail-m_2206052769215585751gmai=
l-gr-alert gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_1=
046459357742151579gmail-m_2206052769215585751gmail-gr_spell gmail-m_-653786=
8102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-m_=
2206052769215585751gmail-gr_inline_cards gmail-m_-6537868102777219120gmail-=
m_5351033641258905841gmail-m_1046459357742151579gmail-m_2206052769215585751=
gmail-gr_run_anim gmail-m_-6537868102777219120gmail-m_5351033641258905841gm=
ail-m_1046459357742151579gmail-m_2206052769215585751gmail-ContextualSpellin=
g gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_1046459357=
742151579gmail-m_2206052769215585751gmail-multiReplace" id=3D"gmail-m_-6537=
868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-=
m_2206052769215585751gmail-655">in to</span> the <span class=3D"gmail-m_-65=
37868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmai=
l-m_2206052769215585751gmail-gr_ gmail-m_-6537868102777219120gmail-m_535103=
3641258905841gmail-m_1046459357742151579gmail-m_2206052769215585751gmail-gr=
_653 gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_1046459=
357742151579gmail-m_2206052769215585751gmail-gr-alert gmail-m_-653786810277=
7219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-m_220605=
2769215585751gmail-gr_spell gmail-m_-6537868102777219120gmail-m_53510336412=
58905841gmail-m_1046459357742151579gmail-m_2206052769215585751gmail-gr_inli=
ne_cards gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_104=
6459357742151579gmail-m_2206052769215585751gmail-gr_run_anim gmail-m_-65378=
68102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-m=
_2206052769215585751gmail-ContextualSpelling gmail-m_-6537868102777219120gm=
ail-m_5351033641258905841gmail-m_1046459357742151579gmail-m_220605276921558=
5751gmail-ins-del gmail-m_-6537868102777219120gmail-m_5351033641258905841gm=
ail-m_1046459357742151579gmail-m_2206052769215585751gmail-multiReplace" id=
=3D"gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_10464593=
57742151579gmail-m_2206052769215585751gmail-653">redhat</span>-release file=
.</div></div><div><a href=3D"https://pasteboard.co/IvvSiU5.png" target=3D"_=
blank">https://pasteboard.co/IvvSiU5.png</a></div><div><br></div><div>If yo=
u have digital at the end, it only repeats the digit.</div><div>When using =
&quot;Hanthana 30&quot; <br></div><div></div><div><a href=3D"https://pasteb=
oard.co/IvvTyBT.png" target=3D"_blank">https://pasteboard.co/IvvTyBT.png</a=
></div><div><br></div></div><br></blockquote></div></div></blockquote></div=
></div></blockquote><div><br></div><div>Anaconda reads the product name and=
 the product version from /etc/system-release on Live ISO or from the .buil=
dstamp file in network installations. See my comment about the .buildstamp =
file below. I think that all these problems are related.<br></div><div>=C2=
=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8e=
x;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"=
><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=3D"marg=
in:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1e=
x"><div dir=3D"ltr"><div class=3D"gmail_quote"><blockquote class=3D"gmail_q=
uote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,2=
04);padding-left:1ex"><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"=
gmail_attr">On Mon, Sep 2, 2019 at 1:06 PM &lt;<a href=3D"mailto:jkonecny@r=
edhat.com" target=3D"_blank">[email protected]</a>&gt; wrote:<br></div><b=
lockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-le=
ft:1px solid rgb(204,204,204);padding-left:1ex"><div style=3D"text-align:le=
ft;direction:ltr"><div>Hello,</div><div><br></div><div>You have probably us=
ed bad parameters when you were invoking lorax. You have to use correct --p=
roduct and --version parameters otherwise we will be handling your ISO as R=
awhide.</div><div><br></div><div>Could you please tell us what command did =
you used to create your ISO?</div><div><br></div><div>Regards,</div><div>Ji=
rka</div><div><br></div><div>On Sat, 2019-08-31 at 18:12 +0530, Danishka Na=
vin wrote:</div><blockquote type=3D"cite" style=3D"margin:0px 0px 0px 0.8ex=
;border-left:2px solid rgb(114,159,207);padding-left:1ex"><div dir=3D"ltr">=
<div>Hi there,</div><div><br></div><div>When I was trying to install f30 ba=
sed remixed ISO,=C2=A0 &quot;PRE-RELEASE/TESTING&quot; text appearing in to=
p-right hand side of anaconda GUI.</div><div>May I know what could cause th=
is?</div><div><br></div></div></blockquote></div></blockquote></div></block=
quote><div><br></div><div>Hello,</div><div><br></div><div>for Live ISO, the=
re is a little crazy logic that sets up the flag for a final release:</div>=
<div><a href=3D"https://github.com/rhinstaller/anaconda/blob/master/data/li=
veinst/liveinst#L93" target=3D"_blank">https://github.com/rhinstaller/anaco=
nda/blob/master/data/liveinst/liveinst#L93</a></div><div><br></div><div>Bas=
ically, <span class=3D"gmail-m_-6537868102777219120gmail-m_5351033641258905=
841gmail-m_1046459357742151579gmail-tlid-translation gmail-m_-6537868102777=
219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-translati=
on" lang=3D"en"><span title=3D"" class=3D"gmail-m_-6537868102777219120gmail=
-m_5351033641258905841gmail-m_1046459357742151579gmail-">it is determined b=
y</span></span> a version of a package that provides system-release, so I w=
ould check that.</div><div><br></div><div>What is the output of these comma=
nds, when you run them on your ISO?</div><div></div><div></div><div>rpm -q =
=C2=A0--whatprovides system-release</div><div><span class=3D"gmail-m_-65378=
68102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-p=
l-s">rpm -q --qf <span class=3D"gmail-m_-6537868102777219120gmail-m_5351033=
641258905841gmail-m_1046459357742151579gmail-pl-s"><span class=3D"gmail-m_-=
6537868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gm=
ail-pl-pds">&#39;</span>%{Release}<span class=3D"gmail-m_-65378681027772191=
20gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-pl-pds">&#39;=
</span></span> --whatprovides system-release</span></div></div></div></bloc=
kquote><div><br></div><div><br></div><div>$ rpm -q =C2=A0--whatprovides sys=
tem-release<br>fedora-release-workstation-30-900.noarch<br>$ rpm -q --qf &#=
39;%{Release}&#39; --whatprovides system-release<br>900[</div><div><br></di=
v></div></div></blockquote><div><br></div><div>It seems to be correct. The =
liveinst script should set the environment variable <span class=3D"gmail-m_=
-6537868102777219120gmail-pl-s">ANACONDA_ISFINAL<span class=3D"gmail-m_-653=
7868102777219120gmail-pl-pds"> to True before Anaconda is started.</span></=
span></div><br><div>Network installations use the IsFinal attribute of the =
.buildstamp file to determine the value of the flag, but Live ISO shouldn&#=
39;t have this file and should use <span class=3D"gmail-m_-6537868102777219=
120gmail-pl-s">ANACONDA_ISFINAL instead. The path to the .buildstamp file c=
an be /.buildstamp<span class=3D"gmail-m_-6537868102777219120gmail-pl-pds">=
</span></span>, <span class=3D"gmail-m_-6537868102777219120gmail-pl-s"><spa=
n class=3D"gmail-m_-6537868102777219120gmail-pl-pds"></span>/tmp/product/.b=
uildstamp</span> or set by the environment variable <span class=3D"gmail-m_=
-6537868102777219120gmail-pl-s"><span class=3D"gmail-m_-6537868102777219120=
gmail-pl-pds"></span>PRODBUILDPATH<span class=3D"gmail-m_-65378681027772191=
20gmail-pl-pds"></span></span>. Could you check that these files do not exi=
st on your ISO?</div><div><br></div><div>Otherwise, I would recommend to re=
port a bug at <a href=3D"https://bugzilla.redhat.com/" target=3D"_blank">ht=
tps://bugzilla.redhat.com/</a> and attach the Anaconda logs from the instal=
lation.<br></div><div><span class=3D"gmail-m_-6537868102777219120gmail-pl-s=
"><span class=3D"gmail-m_-6537868102777219120gmail-pl-pds"></span></span></=
div><div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0px =
0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div=
 dir=3D"ltr"><div class=3D"gmail_quote"><div></div><div> <br></div><blockqu=
ote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px=
 solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div class=3D"gm=
ail_quote"><div><span class=3D"gmail-m_-6537868102777219120gmail-m_53510336=
41258905841gmail-m_1046459357742151579gmail-pl-s"><span class=3D"gmail-m_-6=
537868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gma=
il-pl-pds"></span></span></div><div><br></div><div>Vendy<br></div><div>=C2=
=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8e=
x;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=3D"gm=
ail_quote"><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.=
8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style=3D"=
text-align:left;direction:ltr"><blockquote type=3D"cite" style=3D"margin:0p=
x 0px 0px 0.8ex;border-left:2px solid rgb(114,159,207);padding-left:1ex"><d=
iv dir=3D"ltr"><div></div><div>both os-release and redhat-release updated a=
nd I can see given values.</div><div>both fedora and fedora-update repos us=
ed during the ISO build along with few 3rd party repos.=C2=A0 <br></div><di=
v><br></div><div>Regards,<br></div><div>-- <br><div dir=3D"ltr" class=3D"gm=
ail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_10464593577421=
51579gmail-m_2206052769215585751gmail-m_-1168110158043345670gmail_signature=
"><div dir=3D"ltr"><div><div dir=3D"ltr"><div>Danishka Navin<br><br><br><br=
><br><br></div></div></div></div></div></div></div>
<pre>_______________________________________________</pre><pre>Anaconda-dev=
el-list mailing list</pre><a href=3D"mailto:[email protected]"=
 target=3D"_blank"><pre>[email protected]</pre></a><pre><br></=
pre><a href=3D"https://www.redhat.com/mailman/listinfo/anaconda-devel-list"=
 target=3D"_blank"><pre>https://www.redhat.com/mailman/listinfo/anaconda-de=
vel-list</pre></a></blockquote></div>______________________________________=
_________<br>Anaconda-devel-list mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Anacond=
[email protected]</a><br>
<a href=3D"https://www.redhat.com/mailman/listinfo/anaconda-devel-list" rel=
=3D"noreferrer" target=3D"_blank">https://www.redhat.com/mailman/listinfo/a=
naconda-devel-list</a></blockquote></div><br clear=3D"all"><br>-- <br><div =
dir=3D"ltr" class=3D"gmail-m_-6537868102777219120gmail-m_535103364125890584=
1gmail-m_1046459357742151579gmail-m_2206052769215585751gmail_signature"><di=
v dir=3D"ltr"><div><div dir=3D"ltr"><div>Danishka Navin<br><br><br><br><br>=
<br></div></div></div></div></div>_________________________________________=
______<br>Anaconda-devel-list mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Anacond=
[email protected]</a><br>
<a href=3D"https://www.redhat.com/mailman/listinfo/anaconda-devel-list" rel=
=3D"noreferrer" target=3D"_blank">https://www.redhat.com/mailman/listinfo/a=
naconda-devel-list</a></blockquote></div></div>____________________________=
___________________<br>Anaconda-devel-list mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Anacond=
[email protected]</a><br>
<a href=3D"https://www.redhat.com/mailman/listinfo/anaconda-devel-list" rel=
=3D"noreferrer" target=3D"_blank">https://www.redhat.com/mailman/listinfo/a=
naconda-devel-list</a></blockquote></div><br clear=3D"all"><br>-- <br><div =
dir=3D"ltr" class=3D"gmail-m_-6537868102777219120gmail-m_535103364125890584=
1gmail_signature"><div dir=3D"ltr"><div><div dir=3D"ltr"><div>Danishka Navi=
n<br><br><br><br><br><br></div></div></div></div></div></div>
_______________________________________________<br>
Anaconda-devel-list mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Anacond=
[email protected]</a><br>
<a href=3D"https://www.redhat.com/mailman/listinfo/anaconda-devel-list" rel=
=3D"noreferrer" target=3D"_blank">https://www.redhat.com/mailman/listinfo/a=
naconda-devel-list</a></blockquote></div></div>
_______________________________________________<br>
Anaconda-devel-list mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Anacond=
[email protected]</a><br>
<a href=3D"https://www.redhat.com/mailman/listinfo/anaconda-devel-list" rel=
=3D"noreferrer" target=3D"_blank">https://www.redhat.com/mailman/listinfo/a=
naconda-devel-list</a></blockquote></div><br clear=3D"all"><br>-- <br><div =
dir=3D"ltr" class=3D"gmail_signature"><div dir=3D"ltr"><div><div dir=3D"ltr=
"><div>Danishka Navin<br><br><br><br><br><br></div></div></div></div></div>

--000000000000063a7e05923f69de--


--===============5608347390192846655==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Anaconda-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--===============5608347390192846655==--