<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx, branch 18.48</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>18.48</title>
<updated>2022-01-17T18:14:28+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-17T18:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=34628487c01e00194923fd2f229be58ae2657be4'/>
<id>34628487c01e00194923fd2f229be58ae2657be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable to alter default downloader (mga#28539)</title>
<updated>2022-01-17T00:02:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-16T22:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a320a78768074bc35e59b7ce627ba88d16cfd6e8'/>
<id>a320a78768074bc35e59b7ce627ba88d16cfd6e8</id>
<content type='text'>
Default is still curl.
Choice is limited to what is actually included in stage2 (for now, only
aria2c, curl or wget)
eg: " downloader=wget"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default is still curl.
Choice is limited to what is actually included in stage2 (for now, only
aria2c, curl or wget)
eg: " downloader=wget"
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker: fix undefined @fstab variable</title>
<updated>2022-01-16T22:23:08+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-16T22:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=df5dce945bb3bf66f9f459c279701580d2f83f85'/>
<id>df5dce945bb3bf66f9f459c279701580d2f83f85</id>
<content type='text'>
bug introduced in commit c7082b46f4345ffb061b317785055cdb945289e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug introduced in commit c7082b46f4345ffb061b317785055cdb945289e3
</pre>
</div>
</content>
</entry>
<entry>
<title>2.59</title>
<updated>2022-01-15T08:09:20+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-15T08:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=db5ce5916a9c715088d82c72825d08fc3e32cd67'/>
<id>db5ce5916a9c715088d82c72825d08fc3e32cd67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'nolock' option for NFS</title>
<updated>2022-01-15T08:00:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-14T21:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2a5a1fda5cf2c3bdfd4baf67c4de6344a7febdc0'/>
<id>2a5a1fda5cf2c3bdfd4baf67c4de6344a7febdc0</id>
<content type='text'>
Rationale:
when building in iurt, it looks like we are missing some bits (due to
missing deps?) and thus mounting fails because with:

mount.nfs: rpc.statd is not running but is required for remote locking
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: mounting 192.168.1.10:/mageia/unstable failed, reason given by server: No such file or directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rationale:
when building in iurt, it looks like we are missing some bits (due to
missing deps?) and thus mounting fails because with:

mount.nfs: rpc.statd is not running but is required for remote locking
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: mounting 192.168.1.10:/mageia/unstable failed, reason given by server: No such file or directory
</pre>
</div>
</content>
</entry>
<entry>
<title>2.84</title>
<updated>2022-01-06T20:42:14+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-06T20:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c7e8d56c7b89abc99a93a8ac8115d530974fa040'/>
<id>c7e8d56c7b89abc99a93a8ac8115d530974fa040</id>
<content type='text'>
Note that the previous "2.89" version was obviously not used to generate
the previous version tarball...

See commit 11088c5c3dedaa31747dfebe634bf481b216f854 (tag: 2.83)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that the previous "2.89" version was obviously not used to generate
the previous version tarball...

See commit 11088c5c3dedaa31747dfebe634bf481b216f854 (tag: 2.83)
</pre>
</div>
</content>
</entry>
<entry>
<title>2.58</title>
<updated>2022-01-06T20:33:13+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-06T20:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3bde55565c288ec451de7d4ae6520a55a6902b2c'/>
<id>3bde55565c288ec451de7d4ae6520a55a6902b2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix installing unicode.pf2</title>
<updated>2022-01-06T20:30:10+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-05T14:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fa7d12a5cd01f6e744dba09eb5bfc42fb0071946'/>
<id>fa7d12a5cd01f6e744dba09eb5bfc42fb0071946</id>
<content type='text'>
"cp: cannot open '/boot/grub2/fonts/unicode.pf2' for reading: Permission denied"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"cp: cannot open '/boot/grub2/fonts/unicode.pf2' for reading: Permission denied"
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fix for a missing driver</title>
<updated>2022-01-06T17:18:38+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-06T17:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b518f1227c3792920b5a708e7f81efa208d98377'/>
<id>b518f1227c3792920b5a708e7f81efa208d98377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include 'network-legacy' when using 'nfs' dracut module</title>
<updated>2022-01-06T17:18:03+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-01-06T17:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=289c5cd94a3c1520cf42676d0b539d3ab3e15d9e'/>
<id>289c5cd94a3c1520cf42676d0b539d3ab3e15d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
