<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/NEWS, branch 18.31</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.31</title>
<updated>2020-06-18T19:13:51+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2020-06-18T19:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d63fe6b29f7815d84844fb32b759a435213201ce'/>
<id>d63fe6b29f7815d84844fb32b759a435213201ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS.</title>
<updated>2020-06-17T12:46:26+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2020-06-17T12:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2d82d89a6a1177ad8d19346d738fe244145578cc'/>
<id>2d82d89a6a1177ad8d19346d738fe244145578cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diskdrake: remove partition from /etc/crypttab when deleted (mga#25891)</title>
<updated>2020-06-10T10:24:13+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2020-06-10T10:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e6d1a723335238323f8289cca7a3bce50f0aa4dc'/>
<id>e6d1a723335238323f8289cca7a3bce50f0aa4dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>18.28</title>
<updated>2020-05-29T12:30:44+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2020-05-29T12:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0aad0e64669e5460a772375460a71e9e3acad2d6'/>
<id>0aad0e64669e5460a772375460a71e9e3acad2d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't die in write_grub2 if grub.cfg doesn't exist (mga#26676).</title>
<updated>2020-05-29T11:08:17+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2020-05-29T11:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e06d741c4b73ea0e802b324de9900ff74741c357'/>
<id>e06d741c4b73ea0e802b324de9900ff74741c357</id>
<content type='text'>
This bug was introduced by the change from renaming to copying grub.cfg.
renamef doesn't fail if the file doesn't exist. cp_af does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug was introduced by the change from renaming to copying grub.cfg.
renamef doesn't fail if the file doesn't exist. cp_af does.
</pre>
</div>
</content>
</entry>
<entry>
<title>18.27.1</title>
<updated>2020-05-08T11:47:09+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2020-05-08T11:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=227c8d9e73cda51d1d2c1b1d7f9dcecc5d1aa2f8'/>
<id>227c8d9e73cda51d1d2c1b1d7f9dcecc5d1aa2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- bootloader:</title>
<updated>2020-05-08T11:44:37+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2020-05-08T11:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a0f6071ac708754fadd7bc984798bddf656095ba'/>
<id>a0f6071ac708754fadd7bc984798bddf656095ba</id>
<content type='text'>
  fix typo x86 -&gt; x64 for matching 64bit grub2-efi(x86-64) (martinw)

 (bug introduced in commit: e540363478de809a2a9769c5794b3adab60b63eb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  fix typo x86 -&gt; x64 for matching 64bit grub2-efi(x86-64) (martinw)

 (bug introduced in commit: e540363478de809a2a9769c5794b3adab60b63eb)
</pre>
</div>
</content>
</entry>
<entry>
<title>18.27</title>
<updated>2020-05-01T01:21:00+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-05-01T01:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=798140e792d8888820281cc7fdf1fd55ad2fa925'/>
<id>798140e792d8888820281cc7fdf1fd55ad2fa925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(install_raw_grub2) rename /boot/efi as /boot/EFI</title>
<updated>2020-05-01T00:42:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-03-23T17:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279'/>
<id>9ca4009fc810fd8ef4825c5e5cc7ad8d745cf279</id>
<content type='text'>
Mageia mounts the ESP as /boot/EFI and thes grub2 looks at /boot/EFI/EFI
But some windows installation end in having /boot/EFI/efi (lowercase)
Rename the directory as upercase if needed so that grub2-install doesn't
fail (mga#22395)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mageia mounts the ESP as /boot/EFI and thes grub2 looks at /boot/EFI/EFI
But some windows installation end in having /boot/EFI/efi (lowercase)
Rename the directory as upercase if needed so that grub2-install doesn't
fail (mga#22395)
</pre>
</div>
</content>
</entry>
<entry>
<title>acpi service doesn't exist anymore</title>
<updated>2020-05-01T00:41:54+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-05-01T00:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2'/>
<id>ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
