<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/rescue/tree/usr, branch master</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>explain how to debug</title>
<updated>2020-06-16T10:35:50+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-06-16T10:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b7c3f111068d4f3e0ab97ac58864ad239b9443cf'/>
<id>b7c3f111068d4f3e0ab97ac58864ad239b9443cf</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 preload all fs modules uselessly</title>
<updated>2020-03-19T14:46:22+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2020-03-19T14:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=643a23bd11c335e543ff400fe6c8387312847c10'/>
<id>643a23bd11c335e543ff400fe6c8387312847c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable udevd in rescue system to support lvm2 (mga#24878).</title>
<updated>2019-06-18T20:30:11+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2019-06-14T20:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=90f53b9f02c707186abf7227c621f0389decb7c9'/>
<id>90f53b9f02c707186abf7227c621f0389decb7c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rescue: Move files around and introduce proper dep tracking.</title>
<updated>2013-12-07T18:32:06+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-02T23:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e7aedc3aa7e08f3337c86085c6da10ca83445024'/>
<id>e7aedc3aa7e08f3337c86085c6da10ca83445024</id>
<content type='text'>
This moves any perl files into bin and sbin folders which will be directly installed
in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still
work and the files end up in the right places.

All other files have been moved into the tree folder in their final destination.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves any perl files into bin and sbin folders which will be directly installed
in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still
work and the files end up in the right places.

All other files have been moved into the tree folder in their final destination.
</pre>
</div>
</content>
</entry>
<entry>
<title>rescue: Use systemd as initsystem.</title>
<updated>2013-12-07T18:32:06+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-01T22:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c4634f60b5c6d67eedfedc02166499884e4d6625'/>
<id>c4634f60b5c6d67eedfedc02166499884e4d6625</id>
<content type='text'>
This commit converts the rescue system to systemd rather than the legacy
sysvinit.

Besides being faster, one primary advantage of running systemd here is
that we can "boot" the system we're inspecting via systemd-nspawn
to properly test it.

Note: Bits that don't work:
 * nspawn
 * old dracut initqueue udev rules in /etc/ are not cleaned out (drop in
   support error?)
 * the gui may loop differently now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit converts the rescue system to systemd rather than the legacy
sysvinit.

Besides being faster, one primary advantage of running systemd here is
that we can "boot" the system we're inspecting via systemd-nspawn
to properly test it.

Note: Bits that don't work:
 * nspawn
 * old dracut initqueue udev rules in /etc/ are not cleaned out (drop in
   support error?)
 * the gui may loop differently now
</pre>
</div>
</content>
</entry>
<entry>
<title>rescue: Avoid having to run dracut convertfs script by setting up the tree.</title>
<updated>2013-12-07T17:16:59+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-01T20:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=645e6932216fddd154865a9bebb0fd0e3beed301'/>
<id>645e6932216fddd154865a9bebb0fd0e3beed301</id>
<content type='text'>
We can easily avoid post processing the tree simply by moving the tree around
and ensuring we set it up correctly (with the compat symlinks) early in the
process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can easily avoid post processing the tree simply by moving the tree around
and ensuring we set it up correctly (with the compat symlinks) early in the
process.
</pre>
</div>
</content>
</entry>
<entry>
<title>install/rescue: Adapt to a dracut based stage1.</title>
<updated>2013-10-29T20:29:08+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-10-19T18:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=49b778dec05a142690bf88ead5649fefe0adc1a6'/>
<id>49b778dec05a142690bf88ead5649fefe0adc1a6</id>
<content type='text'>
The main change here is not remounting a fresh /run. Dracut does this
for us and we actually need to keep this one as the initial udev
database (when udev is started by dracut) is stored here and thus
mounting an empty fs could see us lose some metadata.

We no longer touch the /bin, /sbin or /lib[64] symlinks as these are
already relative symlinks into /usr and simply bind mounting /usr is
enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main change here is not remounting a fresh /run. Dracut does this
for us and we actually need to keep this one as the initial udev
database (when udev is started by dracut) is stored here and thus
mounting an empty fs could see us lose some metadata.

We no longer touch the /bin, /sbin or /lib[64] symlinks as these are
already relative symlinks into /usr and simply bind mounting /usr is
enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>do not symlink /dev (mga#1023)</title>
<updated>2012-02-26T16:05:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-02-26T16:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0ad46172f1733076d710e21302c1bb0f2ce26f67'/>
<id>0ad46172f1733076d710e21302c1bb0f2ce26f67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>re-sync after the big svn loss</title>
<updated>2007-04-25T12:26:16+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2007-04-25T12:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=126777bc019a54afb4ec51299f2cf9d2841698aa'/>
<id>126777bc019a54afb4ec51299f2cf9d2841698aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>I hate you pixel. ;-) You were not lib64 aware of those modern arches. ;-))</title>
<updated>2005-03-25T16:17:41+00:00</updated>
<author>
<name>Gwenolé Beauchesne</name>
<email>gbeauchesne@mandriva.org</email>
</author>
<published>2005-03-25T16:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=59edc0b68fd04b800432e23df70ad54e8e643d2d'/>
<id>59edc0b68fd04b800432e23df70ad54e8e643d2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
