<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/rescue/tree, branch 2.36</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>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: add machined (and dbus as a dep) to the rescue.</title>
<updated>2013-12-07T18:32:06+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-02T22:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8faa57a8737a0e1a163fbd91d86065784ea5d44d'/>
<id>8faa57a8737a0e1a163fbd91d86065784ea5d44d</id>
<content type='text'>
This allows us to actually mount and run the system inside a container for
more advanced debugging.

I've successfully booted my systemd, logged in, had a fiddle and then
powered it off again. There are some delays and it's requried to umount
the /mnt/proc which seems to get automatically mounted before running
nspawn. Also audit support has to be turned off in the kernel too to
allow a full boot to work properly (otherwise the authentication in
the container doesn't work. This is a known problem in the kernel and
will be fixed eventually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to actually mount and run the system inside a container for
more advanced debugging.

I've successfully booted my systemd, logged in, had a fiddle and then
powered it off again. There are some delays and it's requried to umount
the /mnt/proc which seems to get automatically mounted before running
nspawn. Also audit support has to be turned off in the kernel too to
allow a full boot to work properly (otherwise the authentication in
the container doesn't work. This is a known problem in the kernel and
will be fixed eventually.
</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>/usr/X11R6/bin is dead for years</title>
<updated>2013-07-13T18:05:16+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-07-13T18:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7bff2cf09a2784d0ef894fdc27006cec4cf8a6bc'/>
<id>7bff2cf09a2784d0ef894fdc27006cec4cf8a6bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rescue: add a script to simplfy grabbing of journal logs for bug reports</title>
<updated>2013-04-11T22:30:44+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-04-11T22:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=31692cd084cabcfe87ac461d907200d2c24acb2c'/>
<id>31692cd084cabcfe87ac461d907200d2c24acb2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop our "use modprobe instead" insmod since we've kmod one for free</title>
<updated>2013-04-06T01:04:51+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-06T01:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=57e331ce9a2acc97509b1f438711a18461bbdcb7'/>
<id>57e331ce9a2acc97509b1f438711a18461bbdcb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use kmod's modprobe, thus fixing loading modules (mga#9270)</title>
<updated>2013-03-06T22:50:52+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-03-06T22:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=093af5d3e2028fa3f4d8ceb961e3e460a01cfe74'/>
<id>093af5d3e2028fa3f4d8ceb961e3e460a01cfe74</id>
<content type='text'>
(it's free, just a symlink on kmod)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(it's free, just a symlink on kmod)
</pre>
</div>
</content>
</entry>
<entry>
<title>preload fuse</title>
<updated>2012-09-20T20:32:14+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-09-20T20:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=89c40cd8a84b63dce6e6486fa1f74c9b3089bde8'/>
<id>89c40cd8a84b63dce6e6486fa1f74c9b3089bde8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
