<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/rescue/bin, 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>remove debug code</title>
<updated>2017-01-27T20:36:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2017-01-27T20:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d0bebb379a3fc92ae7d46c7a04e34cf2ba14e233'/>
<id>d0bebb379a3fc92ae7d46c7a04e34cf2ba14e233</id>
<content type='text'>
it was wrongly added in commit 7cd51d36c05a66555b07a7fa850b21686ded2e1a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it was wrongly added in commit 7cd51d36c05a66555b07a7fa850b21686ded2e1a
</pre>
</div>
</content>
</entry>
<entry>
<title>lsparts: fix reporting half sizes</title>
<updated>2017-01-27T13:27:50+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2017-01-27T13:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7cd51d36c05a66555b07a7fa850b21686ded2e1a'/>
<id>7cd51d36c05a66555b07a7fa850b21686ded2e1a</id>
<content type='text'>
The issue is that lsparts is relying on fs::proc_partitions::read_raw(),
which reads /proc/partition which reports size of devices in 1kb blocks
instead of expected 512b sectors elsewhere...

The size is adjusted by *2 in read() but lsparts only used the lower
level interface.

This bug was introduced in commit 20e553d8f0ead3d5de1fb61d1aa255dd35549cf2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue is that lsparts is relying on fs::proc_partitions::read_raw(),
which reads /proc/partition which reports size of devices in 1kb blocks
instead of expected 512b sectors elsewhere...

The size is adjusted by *2 in read() but lsparts only used the lower
level interface.

This bug was introduced in commit 20e553d8f0ead3d5de1fb61d1aa255dd35549cf2
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a message when re-installing bootloader</title>
<updated>2016-06-20T15:00:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-06-20T15:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6accc5205c8b7e88d665442bad01becb51ec4bec'/>
<id>6accc5205c8b7e88d665442bad01becb51ec4bec</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 run shells uselessly</title>
<updated>2016-01-02T13:52:17+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-04-30T14:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=70e92f4e81a2f48c875a7d5ffa1e374ab10ac41a'/>
<id>70e92f4e81a2f48c875a7d5ffa1e374ab10ac41a</id>
<content type='text'>
also prevent arguments to be split on spaces &amp; the like
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also prevent arguments to be split on spaces &amp; the like
</pre>
</div>
</content>
</entry>
<entry>
<title>guessmount: mount {/dev,/run,/sys} too (mga#10865)</title>
<updated>2015-04-30T19:26:54+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-04-30T14:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=659ab26a581ce73eb5ed83dfc34e398ab9d81dcb'/>
<id>659ab26a581ce73eb5ed83dfc34e398ab9d81dcb</id>
<content type='text'>
those are mounted by udev not fstab those days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
those are mounted by udev not fstab those days
</pre>
</div>
</content>
</entry>
<entry>
<title>display label too (mga#8854)</title>
<updated>2015-04-30T19:26:54+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-04-30T14:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c0b634dd6e8585e7ee85fb8f1965476ae0ad58e8'/>
<id>c0b634dd6e8585e7ee85fb8f1965476ae0ad58e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>silent run_program (mga#8854)</title>
<updated>2015-04-30T19:26:54+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-04-30T14:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3154df3a3cd6b944964c1dc30d99c8e3fd763135'/>
<id>3154df3a3cd6b944964c1dc30d99c8e3fd763135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix reinstalling grub2 on UEFI (mga#15695)</title>
<updated>2015-04-15T11:27:52+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-04-15T11:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5095bce7a4c941684cf10cb1f671af9a7f90f110'/>
<id>5095bce7a4c941684cf10cb1f671af9a7f90f110</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>
</feed>
