<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/images/make_boot_img, branch 16.61</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>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>
<entry>
<title>remove buggy control caracters (#11602)</title>
<updated>2013-12-15T20:46:30+00:00</updated>
<author>
<name>Anne Nicolas</name>
<email>ennael@mageia.org</email>
</author>
<published>2013-12-15T20:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bc8cf46f070ef8244e0018c91e41170a40528242'/>
<id>bc8cf46f070ef8244e0018c91e41170a40528242</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Pass audit=0 to the rescue system.</title>
<updated>2013-12-07T18:32:07+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-07T18:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8a1f22d9941f1e52d0fb46612ae181537aa29185'/>
<id>8a1f22d9941f1e52d0fb46612ae181537aa29185</id>
<content type='text'>
Now that systemd is used there, we can use systemd-nspawn to 'boot'
systems as containers. Unfortunately the kernel's audit subsystem
needs to be fixed otherwise logging in doesn't work... so lets turn
it off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that systemd is used there, we can use systemd-nspawn to 'boot'
systems as containers. Unfortunately the kernel's audit subsystem
needs to be fixed otherwise logging in doesn't work... so lets turn
it off.
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Allow the BOOT_AUTOMATIC_METHOD env var to work in rescue mode too</title>
<updated>2013-12-02T00:04:26+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-01T22:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=073ec448d66a2fca506c9665ff1162fdd7356473'/>
<id>073ec448d66a2fca506c9665ff1162fdd7356473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>images/kernel: Pass the modules we need to be in modules.alias through to dracut.</title>
<updated>2013-11-13T11:35:41+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-13T10:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=79b08a48f3cff888454ebc4a71db4a3e92d992fd'/>
<id>79b08a48f3cff888454ebc4a71db4a3e92d992fd</id>
<content type='text'>
The installer needs to have the modules.alias information for more kernel
modules than are actually included. In order to do this we need to use
and environment variable as there is no sensible way to do this via dracut
command line arguments.

The mgainstaller dracut module will need updating accordingly.

This should solve the problem where Sound Cards are shown as
'not configured' at the end of the install.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The installer needs to have the modules.alias information for more kernel
modules than are actually included. In order to do this we need to use
and environment variable as there is no sensible way to do this via dracut
command line arguments.

The mgainstaller dracut module will need updating accordingly.

This should solve the problem where Sound Cards are shown as
'not configured' at the end of the install.
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Add a way to put an automatic method on boot.iso syslinux for testing</title>
<updated>2013-11-13T11:35:41+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-13T10:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9c8e358edad9ec6b7b0569113f5448b0f3a19faa'/>
<id>9c8e358edad9ec6b7b0569113f5448b0f3a19faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "images: Use a generic, shared isolinux.cfg file."</title>
<updated>2013-11-04T14:06:00+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-04T14:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c386a93997aa2f3e233a273f8c7157e2ab26d217'/>
<id>c386a93997aa2f3e233a273f8c7157e2ab26d217</id>
<content type='text'>
This reverts commit 74cc75140329a03e5ed6f952932f8ea937216209.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 74cc75140329a03e5ed6f952932f8ea937216209.
</pre>
</div>
</content>
</entry>
</feed>
