<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/install/NEWS, branch 17.93</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>17.93</title>
<updated>2018-01-19T21:50:32+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2018-01-19T21:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=56fa10d5e8fde9a65e9ab670d8e1cf2c2ac8119e'/>
<id>56fa10d5e8fde9a65e9ab670d8e1cf2c2ac8119e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>17.91</title>
<updated>2017-10-04T10:45:42+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2017-10-04T07:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0c315c0f6f26b41e9d96f4c1d48aad8caa80afcc'/>
<id>0c315c0f6f26b41e9d96f4c1d48aad8caa80afcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not include some hwdb files from uneeded pkgs</title>
<updated>2017-10-04T10:45:42+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2017-10-04T07:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=41fd11bfd0f15880295ab9e361ebda1483ad95f3'/>
<id>41fd11bfd0f15880295ab9e361ebda1483ad95f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
