Re: "Modifying /etc/os-release for re-branding?"

[email protected] Wed, 11 Sep 2019 08:50:57 +0200
Newsgroups gmane.linux.redhat.anaconda.devel,gmane.linux.redhat.fedora.devel
Message-ID <[email protected]>
--===============3602822942632088030==
Content-Type: multipart/alternative; boundary="=-jZ08juywCq3lXSh/9CGN"


--=-jZ08juywCq3lXSh/9CGN
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit

On Wed, 2019-09-11 at 09:54 +0530, Danishka Navin wrote:
> Is it ok to modify /etc/os-release for re-branding purpose? 

Hi Danishka Navin,
Good question on a bad place. Adding Fedora devel list here, there
could be someone who is able to answer you this question.
Jirka
> 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 [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
> 
> 
> _______________________________________________Anaconda-devel-list
> mailing [email protected]
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list

--=-jZ08juywCq3lXSh/9CGN
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head></head><body style=3D"text-align:left; direction:lt=
r;"><div>On Wed, 2019-09-11 at 09:54 +0530, Danishka Navin wrote:</div><blo=
ckquote type=3D"cite" style=3D"margin:0 0 0 .8ex; border-left:2px #729fcf s=
olid;padding-left:1ex"><div dir=3D"ltr">Is it ok to modify /etc/os-release =
for re-branding purpose? <br></div></blockquote><div><br></div><div>Hi Dani=
shka Navin,</div><div><br></div><div>Good question on a bad place. Adding F=
edora devel list here, there could be someone who is able to answer you thi=
s question.</div><div><br></div><div>Jirka</div><div><br></div><blockquote =
type=3D"cite" style=3D"margin:0 0 0 .8ex; border-left:2px #729fcf solid;pad=
ding-left:1ex"><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gma=
il_attr">On Wed, Sep 4, 2019 at 6:11 PM Vendula Poncova &lt;<a href=3D"mail=
to:[email protected]">[email protected]</a>&gt; wrote:<br></div><blockq=
uote type=3D"cite" style=3D"margin:0 0 0 .8ex; border-left:2px #729fcf soli=
d;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 Tue, Sep 3, 2019 =
at 7:29 PM Danishka Navin &lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt; wrote:<br></div><blockquote type=3D"=
cite" style=3D"margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-lef=
t: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"_blan=
k">[email protected]</a>&gt; wrote:<br></div><blockquote type=3D"cite" st=
yle=3D"margin:0 0 0 .8ex; border-left:2px #729fcf solid;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 Na=
vin &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">danishka@gm=
ail.com</a>&gt; wrote:<br></div><blockquote type=3D"cite" style=3D"margin:0=
 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir=3D"ltr"=
><div>Hi Jirka,</div><div><br></div><div>I used the following command but d=
id't use --product and --version at all.</div><div>Btw, does livecd-creator=
 read from /etc/os-release when we ignore both --product and --version?</di=
v><div><br></div><div>livecd-creator --verbose --config=3Dhanthana-live-wor=
kstation.ks --fslabel=3Dh30 --cache=3Dcache --tmpdir=3Dtmp</div><div><br></=
div><div>Then I copied fresh kisktars shipped by fedora and rerun with my c=
ustom configs.</div><div>I could not reproduce the issue.</div><div><br></d=
iv><div>I wonder if the issue caused by following entries in the /etc/os-re=
lease file. <br></div><div><br></div><div>REDHAT_BUGZILLA_PRODUCT=3D"Fedora=
"<br>REDHAT_SUPPORT_PRODUCT=3D"Fedora"<br></div><div><br></div><div><br></d=
iv><div>Btw, there is a new issue occurred.</div><div>As in this image, Ana=
conda keeps duplicating the values of redhat-release file.</div><div>I am n=
ot sure if its a bug or I mage a mistake.<br></div><div><div></div><div><br=
></div><div><a href=3D"https://pasteboard.co/IvvT4nf.png" target=3D"_blank"=
>https://pasteboard.co/IvvT4nf.png</a></div></div><div><br></div><div><div>=
Added Hanthana Workstation (Vishwa)' <span class=3D"gmail-m_-65378681027772=
19120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-m_22060527=
69215585751gmail-gr_ gmail-m_-6537868102777219120gmail-m_535103364125890584=
1gmail-m_1046459357742151579gmail-m_2206052769215585751gmail-gr_655 gmail-m=
_-6537868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579=
gmail-m_2206052769215585751gmail-gr-alert gmail-m_-6537868102777219120gmail=
-m_5351033641258905841gmail-m_1046459357742151579gmail-m_220605276921558575=
1gmail-gr_spell gmail-m_-6537868102777219120gmail-m_5351033641258905841gmai=
l-m_1046459357742151579gmail-m_2206052769215585751gmail-gr_inline_cards gma=
il-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_104645935774215=
1579gmail-m_2206052769215585751gmail-gr_run_anim gmail-m_-65378681027772191=
20gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-m_22060527692=
15585751gmail-ContextualSpelling gmail-m_-6537868102777219120gmail-m_535103=
3641258905841gmail-m_1046459357742151579gmail-m_2206052769215585751gmail-mu=
ltiReplace" id=3D"gmail-m_-6537868102777219120gmail-m_5351033641258905841gm=
ail-m_1046459357742151579gmail-m_2206052769215585751gmail-655">in to</span>=
 the <span class=3D"gmail-m_-6537868102777219120gmail-m_5351033641258905841=
gmail-m_1046459357742151579gmail-m_2206052769215585751gmail-gr_ gmail-m_-65=
37868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmai=
l-m_2206052769215585751gmail-gr_653 gmail-m_-6537868102777219120gmail-m_535=
1033641258905841gmail-m_1046459357742151579gmail-m_2206052769215585751gmail=
-gr-alert gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_10=
46459357742151579gmail-m_2206052769215585751gmail-gr_spell gmail-m_-6537868=
102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-m_2=
206052769215585751gmail-gr_inline_cards gmail-m_-6537868102777219120gmail-m=
_5351033641258905841gmail-m_1046459357742151579gmail-m_2206052769215585751g=
mail-gr_run_anim gmail-m_-6537868102777219120gmail-m_5351033641258905841gma=
il-m_1046459357742151579gmail-m_2206052769215585751gmail-ContextualSpelling=
 gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_10464593577=
42151579gmail-m_2206052769215585751gmail-ins-del gmail-m_-65378681027772191=
20gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-m_22060527692=
15585751gmail-multiReplace" id=3D"gmail-m_-6537868102777219120gmail-m_53510=
33641258905841gmail-m_1046459357742151579gmail-m_2206052769215585751gmail-6=
53">redhat</span>-release file.</div></div><div><a href=3D"https://pasteboa=
rd.co/IvvSiU5.png" target=3D"_blank">https://pasteboard.co/IvvSiU5.png</a><=
/div><div><br></div><div>If you have digital at the end, it only repeats th=
e digit.</div><div>When using "Hanthana 30" <br></div><div></div><div><a hr=
ef=3D"https://pasteboard.co/IvvTyBT.png" target=3D"_blank">https://pasteboa=
rd.co/IvvTyBT.png</a></div><div><br></div></div><br></blockquote></div></di=
v></blockquote></div></div><br></blockquote><div><br></div><div>Anaconda re=
ads the product name and the product version from /etc/system-release on Li=
ve ISO or from the .buildstamp file in network installations. See my commen=
t about the .buildstamp file below. I think that all these problems are rel=
ated.<br></div><div>&nbsp;</div><blockquote type=3D"cite" style=3D"margin:0=
 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir=3D"ltr"=
><div class=3D"gmail_quote"><blockquote type=3D"cite" style=3D"margin:0 0 0=
 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir=3D"ltr"><di=
v class=3D"gmail_quote"><blockquote type=3D"cite" style=3D"margin:0 0 0 .8e=
x; border-left:2px #729fcf solid;padding-left:1ex"><div class=3D"gmail_quot=
e"><div dir=3D"ltr" class=3D"gmail_attr">On Mon, Sep 2, 2019 at 1:06 PM &lt=
;<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
om</a>&gt; wrote:<br></div><blockquote type=3D"cite" style=3D"margin:0 0 0 =
.8ex; border-left:2px #729fcf solid;padding-left:1ex"><div style=3D"text-al=
ign:left;direction:ltr"><div>Hello,</div><div><br></div><div>You have proba=
bly used bad parameters when you were invoking lorax. You have to use corre=
ct --product and --version parameters otherwise we will be handling your IS=
O as Rawhide.</div><div><br></div><div>Could you please tell us what comman=
d did you used to create your ISO?</div><div><br></div><div>Regards,</div><=
div>Jirka</div><div><br></div><div>On Sat, 2019-08-31 at 18:12 +0530, Danis=
hka Navin wrote:</div><blockquote type=3D"cite" style=3D"margin:0 0 0 .8ex;=
 border-left:2px #729fcf solid;padding-left:1ex"><div dir=3D"ltr"><div>Hi t=
here,</div><div><br></div><div>When I was trying to install f30 based remix=
ed ISO,&nbsp; "PRE-RELEASE/TESTING" text appearing in top-right hand side o=
f anaconda GUI.</div><div>May I know what could cause this?</div><div><br><=
/div></div></blockquote></div></blockquote></div><br></blockquote><div><br>=
</div><div>Hello,</div><div><br></div><div>for Live ISO, there 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/liveinst/liveinst=
#L93" target=3D"_blank">https://github.com/rhinstaller/anaconda/blob/master=
/data/liveinst/liveinst#L93</a></div><div><br></div><div>Basically, <span c=
lass=3D"gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m_1046=
459357742151579gmail-tlid-translation gmail-m_-6537868102777219120gmail-m_5=
351033641258905841gmail-m_1046459357742151579gmail-translation" lang=3D"en"=
><span title=3D"" class=3D"gmail-m_-6537868102777219120gmail-m_535103364125=
8905841gmail-m_1046459357742151579gmail-">it is determined by</span></span>=
 a version of a package that provides system-release, so I would check that=
.</div><div><br></div><div>What is the output of these commands, when you r=
un them on your ISO?</div><div></div><div></div><div>rpm -q &nbsp;--whatpro=
vides system-release</div><div><span class=3D"gmail-m_-6537868102777219120g=
mail-m_5351033641258905841gmail-m_1046459357742151579gmail-pl-s">rpm -q --q=
f <span class=3D"gmail-m_-6537868102777219120gmail-m_5351033641258905841gma=
il-m_1046459357742151579gmail-pl-s"><span class=3D"gmail-m_-653786810277721=
9120gmail-m_5351033641258905841gmail-m_1046459357742151579gmail-pl-pds">'</=
span>%{Release}<span class=3D"gmail-m_-6537868102777219120gmail-m_535103364=
1258905841gmail-m_1046459357742151579gmail-pl-pds">'</span></span> --whatpr=
ovides system-release</span></div></div></div><br></blockquote><div><br></d=
iv><div><br></div><div>$ rpm -q &nbsp;--whatprovides system-release<br>fedo=
ra-release-workstation-30-900.noarch<br>$ rpm -q --qf '%{Release}' --whatpr=
ovides system-release<br>900[</div><div><br></div></div></div><br></blockqu=
ote><div><br></div><div>It seems to be correct. The liveinst script should =
set the environment variable <span class=3D"gmail-m_-6537868102777219120gma=
il-pl-s">ANACONDA_ISFINAL<span class=3D"gmail-m_-6537868102777219120gmail-p=
l-pds"> to True before Anaconda is started.</span></span></div><br><div>Net=
work installations use the IsFinal attribute of the .buildstamp file to det=
ermine the value of the flag, but Live ISO shouldn't have this file and sho=
uld use <span class=3D"gmail-m_-6537868102777219120gmail-pl-s">ANACONDA_ISF=
INAL instead. The path to the .buildstamp file can be /.buildstamp<span cla=
ss=3D"gmail-m_-6537868102777219120gmail-pl-pds"></span></span>, <span class=
=3D"gmail-m_-6537868102777219120gmail-pl-s"><span class=3D"gmail-m_-6537868=
102777219120gmail-pl-pds"></span>/tmp/product/.buildstamp</span> or set by =
the environment variable <span class=3D"gmail-m_-6537868102777219120gmail-p=
l-s"><span class=3D"gmail-m_-6537868102777219120gmail-pl-pds"></span>PRODBU=
ILDPATH<span class=3D"gmail-m_-6537868102777219120gmail-pl-pds"></span></sp=
an>. Could you check that these files do not exist on your ISO?</div><div><=
br></div><div>Otherwise, I would recommend to report a bug at <a href=3D"ht=
tps://bugzilla.redhat.com/" target=3D"_blank">https://bugzilla.redhat.com/<=
/a> and attach the Anaconda logs from the installation.<br></div><div><span=
 class=3D"gmail-m_-6537868102777219120gmail-pl-s"><span class=3D"gmail-m_-6=
537868102777219120gmail-pl-pds"></span></span></div><div>&nbsp;</div><block=
quote type=3D"cite" style=3D"margin:0 0 0 .8ex; border-left:2px #729fcf sol=
id;padding-left:1ex"><div dir=3D"ltr"><div class=3D"gmail_quote"><div></div=
><div> <br></div><blockquote type=3D"cite" style=3D"margin:0 0 0 .8ex; bord=
er-left:2px #729fcf solid;padding-left:1ex"><div dir=3D"ltr"><div class=3D"=
gmail_quote"><div><span class=3D"gmail-m_-6537868102777219120gmail-m_535103=
3641258905841gmail-m_1046459357742151579gmail-pl-s"><span class=3D"gmail-m_=
-6537868102777219120gmail-m_5351033641258905841gmail-m_1046459357742151579g=
mail-pl-pds"></span></span></div><div><br></div><div>Vendy<br></div><div>&n=
bsp;</div><blockquote type=3D"cite" style=3D"margin:0 0 0 .8ex; border-left=
:2px #729fcf solid;padding-left:1ex"><div class=3D"gmail_quote"><blockquote=
 type=3D"cite" style=3D"margin:0 0 0 .8ex; border-left:2px #729fcf solid;pa=
dding-left:1ex"><div style=3D"text-align:left;direction:ltr"><blockquote ty=
pe=3D"cite" style=3D"margin:0 0 0 .8ex; border-left:2px #729fcf solid;paddi=
ng-left:1ex"><div dir=3D"ltr"><div></div><div>both os-release and redhat-re=
lease updated and I can see given values.</div><div>both fedora and fedora-=
update repos used during the ISO build along with few 3rd party repos.&nbsp=
; <br></div><div><br></div><div>Regards,<br></div><div>-- <br><div dir=3D"l=
tr" class=3D"gmail-m_-6537868102777219120gmail-m_5351033641258905841gmail-m=
_1046459357742151579gmail-m_2206052769215585751gmail-m_-1168110158043345670=
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></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><br><a href=
=3D"https://www.redhat.com/mailman/listinfo/anaconda-devel-list" target=3D"=
_blank"><pre>https://www.redhat.com/mailman/listinfo/anaconda-devel-list</p=
re></a></blockquote></div>_______________________________________________<b=
r>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><pre>_______=
________________________________________</pre><pre>Anaconda-devel-list mail=
ing list</pre><a href=3D"mailto:[email protected]"><pre>Anacon=
[email protected]</pre></a><pre><br></pre><a href=3D"https://www.red=
hat.com/mailman/listinfo/anaconda-devel-list"><pre>https://www.redhat.com/m=
ailman/listinfo/anaconda-devel-list</pre></a></blockquote></body></html>

--=-jZ08juywCq3lXSh/9CGN--


--===============3602822942632088030==
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
--===============3602822942632088030==--