<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install, branch 18.51</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='http://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='http://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='http://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>Fix typo in comment.</title>
<updated>2022-10-28T16:16:31+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-10-28T16:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/drakx/commit/?id=ec40e19eaa63bd8999628387830320b7888a4341'/>
<id>ec40e19eaa63bd8999628387830320b7888a4341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='http://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 efivarfs is mounted in the chroot when running the installer.</title>
<updated>2022-10-25T17:46:55+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-10-25T17:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/drakx/commit/?id=1d1d49e4f422e6e5ef8204b6cdcca8fd8cdf5f14'/>
<id>1d1d49e4f422e6e5ef8204b6cdcca8fd8cdf5f14</id>
<content type='text'>
If the efivarfs was already mounted in the installer runtime environment,
the previous code would detect that and not mount it in the installed
system enviroment. Currently this doesn't happen unless the user manually
mounts it, but protect against that and against future changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the efivarfs was already mounted in the installer runtime environment,
the previous code would detect that and not mount it in the installed
system enviroment. Currently this doesn't happen unless the user manually
mounts it, but protect against that and against future changes.
</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='http://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>Factor out code to mount the efivarfs pseudo-filesystem.</title>
<updated>2022-10-24T20:07:25+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2022-10-24T20:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/drakx/commit/?id=325cbdb1eeff9310c305bfb4c29bf7f03556655f'/>
<id>325cbdb1eeff9310c305bfb4c29bf7f03556655f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='http://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>Update Russian translation from Tx</title>
<updated>2022-08-27T08:30:58+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2022-08-27T08:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/drakx/commit/?id=9c5c374d0059894cd2f19c901edc43ed108d820c'/>
<id>9c5c374d0059894cd2f19c901edc43ed108d820c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Russian translation from Tx</title>
<updated>2022-08-27T08:30:52+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2022-08-27T08:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/drakx/commit/?id=bc0fc87328a1a4f2560b16fd50001ab34cad4143'/>
<id>bc0fc87328a1a4f2560b16fd50001ab34cad4143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
