<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/images/make_boot_img, branch 16.81</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>fix finding grub legacy files for hd_grub generation</title>
<updated>2015-04-07T17:42:03+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-04-07T17:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=afb05637bf4a886cd060f2bb54626574e21d73d3'/>
<id>afb05637bf4a886cd060f2bb54626574e21d73d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syslinux needs more space on all.img</title>
<updated>2015-04-07T17:38:09+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-04-07T17:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=576d8e1f069dd221f7ceac6ba8ec50353677779e'/>
<id>576d8e1f069dd221f7ceac6ba8ec50353677779e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop nonexistant linuxefi grub2-efi module</title>
<updated>2015-04-07T17:12:39+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-04-07T17:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=540b5e2a42c9189325af641f70296a047530c379'/>
<id>540b5e2a42c9189325af641f70296a047530c379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>create efi loader at build time</title>
<updated>2015-04-07T16:46:38+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-04-07T16:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=34ffa3faf940b1441f06c1eeb480c232ad734346'/>
<id>34ffa3faf940b1441f06c1eeb480c232ad734346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>really add $default_iswmd variable in syslinux configuration</title>
<updated>2015-04-07T06:31:15+00:00</updated>
<author>
<name>Anne Nicolas</name>
<email>ennael@mageia.org</email>
</author>
<published>2015-04-07T06:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fc6d665a0159df241ea896a0f90bef3829d955b6'/>
<id>fc6d665a0159df241ea896a0f90bef3829d955b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add "noiswmd" to kernel command line to allow dmraid to manage and</title>
<updated>2015-04-06T21:20:04+00:00</updated>
<author>
<name>Anne Nicolas</name>
<email>ennael@mageia.org</email>
</author>
<published>2015-04-06T21:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=af07ba8055bf75d5b096b254b175bea01bca6ea9'/>
<id>af07ba8055bf75d5b096b254b175bea01bca6ea9</id>
<content type='text'>
start the devices
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
start the devices
</pre>
</div>
</content>
</entry>
<entry>
<title>make_boot_img: Avoid gfxboot install string for chain.c32</title>
<updated>2014-12-16T21:25:30+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2014-12-15T19:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=79eadf6eb1ea04504e509bc6ce8583c2ebd24013'/>
<id>79eadf6eb1ea04504e509bc6ce8583c2ebd24013</id>
<content type='text'>
When using chain.c32 with gfxboot, the automatic method is padded even
if the harddisk entry is said to be noinstall in the gfxboot.

This patch uses the "exit" option from our custom Syslinux patch to
avoid chain.c32 reading gfxboot paddind.

I know this isn't perfect but enough to make mageia 5 having the
localboot working again. Debugging gfxboot is just a nightmare.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using chain.c32 with gfxboot, the automatic method is padded even
if the harddisk entry is said to be noinstall in the gfxboot.

This patch uses the "exit" option from our custom Syslinux patch to
avoid chain.c32 reading gfxboot paddind.

I know this isn't perfect but enough to make mageia 5 having the
localboot working again. Debugging gfxboot is just a nightmare.
</pre>
</div>
</content>
</entry>
<entry>
<title>make_boot_img: Using chain.c32 instead of localboot</title>
<updated>2014-12-16T21:25:30+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2014-12-15T19:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=652d2db8ad089a740789201df96990177a638a8a'/>
<id>652d2db8ad089a740789201df96990177a638a8a</id>
<content type='text'>
localboot is reported as failing on many hosts as in bug #13680
This have been reproduced on VirtualBox environments too.

This patch suggest switching to chain.c32 which handle much more options
&amp; features than localboot.

By default, we replace the localboot by the chainloading hd0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
localboot is reported as failing on many hosts as in bug #13680
This have been reproduced on VirtualBox environments too.

This patch suggest switching to chain.c32 which handle much more options
&amp; features than localboot.

By default, we replace the localboot by the chainloading hd0.
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup unsupported arches</title>
<updated>2014-06-07T06:29:16+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-06-07T06:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=afb976328411ad2f63678241e8fe41efd64827b1'/>
<id>afb976328411ad2f63678241e8fe41efd64827b1</id>
<content type='text'>
rationale: we drop support in stage2 and their support was totally
broken due to missing conversion to dracut, udev, ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rationale: we drop support in stage2 and their support was totally
broken due to missing conversion to dracut, udev, ...
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Double syslinux overhead to 256. mga#11795</title>
<updated>2014-01-24T10:37:52+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2014-01-24T10:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=856a5f653d6ec7afeceda5f10277ca320fd17725'/>
<id>856a5f653d6ec7afeceda5f10277ca320fd17725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
