<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/install/NEWS, branch 2.87</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.51</title>
<updated>2022-10-29T11:08:50+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-10-29T11:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=54b997e5fedba82c6e2d626edeeb1b5fc3ff1e96'/>
<id>54b997e5fedba82c6e2d626edeeb1b5fc3ff1e96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include rpm &amp; rpmdb in stage 2 installer files.</title>
<updated>2022-10-29T11:04:08+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-10-29T11:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c'/>
<id>4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c</id>
<content type='text'>
These are needed to allow the rpm database to be converted to sqlite
when upgrading an older Mageia installation (mga#31024).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are needed to allow the rpm database to be converted to sqlite
when upgrading an older Mageia installation (mga#31024).
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to WebKit2 4.1.</title>
<updated>2022-10-26T21:09:47+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-10-26T19:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f3677bff009545eae1efe984e3704affd6ba2305'/>
<id>f3677bff009545eae1efe984e3704affd6ba2305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure efivars are mounted before installing a UEFI bootloader (mga#31008)</title>
<updated>2022-10-24T21:03:49+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-10-24T21:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4db36433bd629747578ba1e60aff425066dac140'/>
<id>4db36433bd629747578ba1e60aff425066dac140</id>
<content type='text'>
The old way of accessing EFI NVRAM variables via /sys/firmware/efi/vars
was removed in Linux 6.0. The new way is to use the efivarfs pseudo-
filesystem, which is usually mounted at /sys/firmware/efi/efivars. We
need to make sure this is actually mounted before attempting to install
a UEFI bootloader, otherwise any attempt to write to the EFI NVRAM will
fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old way of accessing EFI NVRAM variables via /sys/firmware/efi/vars
was removed in Linux 6.0. The new way is to use the efivarfs pseudo-
filesystem, which is usually mounted at /sys/firmware/efi/efivars. We
need to make sure this is actually mounted before attempting to install
a UEFI bootloader, otherwise any attempt to write to the EFI NVRAM will
fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>18.50</title>
<updated>2022-09-17T16:24:10+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-09-17T16:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=190cbcbf9d6f885cfa713f1ed61acbbb111ac7a3'/>
<id>190cbcbf9d6f885cfa713f1ed61acbbb111ac7a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: don't completely remove failsafe/nonfb entries on upgrade.</title>
<updated>2022-08-11T09:44:13+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-08-11T09:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=35896e59866acf39532b41f493697174ddeee265'/>
<id>35896e59866acf39532b41f493697174ddeee265</id>
<content type='text'>
bootloader::suggest() removes any failsafe and nonfb entries for old
kernels on the assumption it will then add them for a newer kernel.
This is particularly a problem when using rEFInd, where we only keep
the entries for the default (unversioned) kernel, but would also
eliminate the failsafe/nonfb entries when using the installer upgrade
option to quickly repair the bootloader.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bootloader::suggest() removes any failsafe and nonfb entries for old
kernels on the assumption it will then add them for a newer kernel.
This is particularly a problem when using rEFInd, where we only keep
the entries for the default (unversioned) kernel, but would also
eliminate the failsafe/nonfb entries when using the installer upgrade
option to quickly repair the bootloader.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS.</title>
<updated>2022-08-09T14:19:51+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-08-09T14:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3fc29c63961d1086340f218a16a4409c436d9091'/>
<id>3fc29c63961d1086340f218a16a4409c436d9091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the list of drivers needing a nonfree firmware</title>
<updated>2022-06-09T14:46:42+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-06-09T14:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ab54c41f7a452fa5345a83d2edd060f4521ed5b2'/>
<id>ab54c41f7a452fa5345a83d2edd060f4521ed5b2</id>
<content type='text'>
Sync with kernel-5.18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync with kernel-5.18
</pre>
</div>
</content>
</entry>
<entry>
<title>18.49</title>
<updated>2022-06-08T06:17:12+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-06-08T05:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3b302da530fcd3f7fac77c75e30972b10496d239'/>
<id>3b302da530fcd3f7fac77c75e30972b10496d239</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 5.18</title>
<updated>2022-06-08T06:17:12+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-06-08T06:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3ebb18b105331ffa76c9a8cbd42bd13eee30e5ee'/>
<id>3ebb18b105331ffa76c9a8cbd42bd13eee30e5ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
