<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/install, branch 2.26</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>sync with kernel 4.14</title>
<updated>2018-01-19T19:35:42+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2018-01-19T19:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=250dfcd6a66b084282be7bc3c6b253b0374dae1f'/>
<id>250dfcd6a66b084282be7bc3c6b253b0374dae1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Japanese translation from Tx</title>
<updated>2018-01-17T15:11:45+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2018-01-17T15:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8493cbf6fab0fb6f7cbb3b824576156781ea6bf5'/>
<id>8493cbf6fab0fb6f7cbb3b824576156781ea6bf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include more input HWDB entries</title>
<updated>2018-01-10T16:46:02+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-01-10T16:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=909a11ee8832a2d685f0e57bbe435265a753ec94'/>
<id>909a11ee8832a2d685f0e57bbe435265a753ec94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: force update of /dev/disk/by-uuid after partitioning (mga#22059)</title>
<updated>2018-01-09T21:17:47+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-11-27T15:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=13d0e32733b8c1827335a1551dedbbf88daf369f'/>
<id>13d0e32733b8c1827335a1551dedbbf88daf369f</id>
<content type='text'>
Because stage2 does not include the udev 60-blocks.rule, udev does not
automatically update the soft links in /dev/disk/by-uuid after we write
the partition table and format the partitions. We need these links to
be updated before we create the initrd. It would be cleaner to fix this
with a udev rule, but for now, use brute force.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because stage2 does not include the udev 60-blocks.rule, udev does not
automatically update the soft links in /dev/disk/by-uuid after we write
the partition table and format the partitions. We need these links to
be updated before we create the initrd. It would be cleaner to fix this
with a udev rule, but for now, use brute force.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make fs::get_major_minor() unconditionally read the device numbers.</title>
<updated>2018-01-09T21:15:55+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-11-27T10:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=eb497cece2871e59a2f981602e44f303826ffeab'/>
<id>eb497cece2871e59a2f981602e44f303826ffeab</id>
<content type='text'>
Thus ensuring we get the correct device numbers after writing a
partition table (mga#22032).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thus ensuring we get the correct device numbers after writing a
partition table (mga#22032).
</pre>
</div>
</content>
</entry>
<entry>
<title>17.92</title>
<updated>2018-01-04T13:33:29+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2018-01-04T13:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=cf119d99617ac1254c616319a47a3c659a1a118b'/>
<id>cf119d99617ac1254c616319a47a3c659a1a118b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Really exit on error</title>
<updated>2018-01-04T04:16:43+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-01-04T04:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e9dd64112cbb6582a931546d9f451a5f91c84601'/>
<id>e9dd64112cbb6582a931546d9f451a5f91c84601</id>
<content type='text'>
Incorrect code noticed in a comment on mga#22266
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Incorrect code noticed in a comment on mga#22266
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix perl escaping causing commands to not get linked</title>
<updated>2018-01-04T03:13:46+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-01-04T03:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d24876d991bbcfb83fd523896dba85e2df1fce46'/>
<id>d24876d991bbcfb83fd523896dba85e2df1fce46</id>
<content type='text'>
Noticed in the build log:
Unescaped left brace in regex is illegal here in regex; marked by &lt;-- HERE in m/sub (\w+?)_?(\(\))? { &lt;-- HERE .*/ at -e line 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noticed in the build log:
Unescaped left brace in regex is illegal here in regex; marked by &lt;-- HERE in m/sub (\w+?)_?(\(\))? { &lt;-- HERE .*/ at -e line 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update German translation from Tx</title>
<updated>2018-01-03T19:16:38+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2018-01-03T19:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2b78d354db46fe97993b80abcec4bd4b862dcff2'/>
<id>2b78d354db46fe97993b80abcec4bd4b862dcff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Catalan translation from Tx</title>
<updated>2018-01-02T17:17:13+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2018-01-02T17:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c81638b5758c56e36e623cd6beb4e61f2a984aa7'/>
<id>c81638b5758c56e36e623cd6beb4e61f2a984aa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
