<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/install/NEWS, branch 18.52</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.52</title>
<updated>2022-12-03T12:10:17+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-12-03T12:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=932028f884e716ceb7f732e846e4206d7e29b604'/>
<id>932028f884e716ceb7f732e846e4206d7e29b604</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>2022-11-30T17:42:59+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-11-30T17:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d969d54776f3140abd5ecb9895066cf372dde80a'/>
<id>d969d54776f3140abd5ecb9895066cf372dde80a</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>2022-11-20T16:41:03+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-11-20T16:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f96570cd0969342ef1b72031003257fe4c2f2d37'/>
<id>f96570cd0969342ef1b72031003257fe4c2f2d37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
