<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/images, branch 1.46</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>switch to 2.00 to mark the big changes to dracut intrd and syslinux</title>
<updated>2013-11-02T18:39:12+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2013-11-02T18:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9d8b9a7114fb75e354667245937aa18561ed5d95'/>
<id>9d8b9a7114fb75e354667245937aa18561ed5d95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Ensure initrd is created with 644 perms (normally 600 for security reasons)</title>
<updated>2013-11-02T15:31:03+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-02T15:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=45f2ab87fb19afc8de91c47f2ad103721a20b24c'/>
<id>45f2ab87fb19afc8de91c47f2ad103721a20b24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Fix 32-bit isolinux wrapper (s/i586/i386)</title>
<updated>2013-11-02T14:05:52+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-02T14:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=addfd6769673ba661498183a220769144f758f5a'/>
<id>addfd6769673ba661498183a220769144f758f5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.95</title>
<updated>2013-11-02T11:49:59+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-02T11:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4cada761d6b112291f021dd9dffb4fd5c97ac99b'/>
<id>4cada761d6b112291f021dd9dffb4fd5c97ac99b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Omit the dracut network module now that we include our own networking kernel modules</title>
<updated>2013-11-02T11:47:50+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-02T11:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2df68d93aa83b7d2165bb1df42b39523f80d8052'/>
<id>2df68d93aa83b7d2165bb1df42b39523f80d8052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Split dracut options out into a config file.</title>
<updated>2013-11-02T11:47:48+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-02T10:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74'/>
<id>bbbb6c5bf26b764dfff8a83c2cc0ed3769bfdd74</id>
<content type='text'>
Also ensure that the compression method is xz -9 for much better compression
(was previously defaulting to gzip)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also ensure that the compression method is xz -9 for much better compression
(was previously defaulting to gzip)
</pre>
</div>
</content>
</entry>
<entry>
<title>images/kernel: Ensure the previously hand-picked modules are included in the new dracut-based initrd.</title>
<updated>2013-11-02T11:47:27+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-11-01T10:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be'/>
<id>284ba5ab6fc742dd3f7a5a4705207f9b2d4de5be</id>
<content type='text'>
This removes functions no longer called and adds a new one which will
simply list the desired modules and pass them on the dracut command line.

This should mean we have the same modules as before (at least) which should
mean less regressions.

This does increase the size of the initrd back up quite a lot (as expected)
so we may want to look at optimising other areas to bring it back down a bit
again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes functions no longer called and adds a new one which will
simply list the desired modules and pass them on the dracut command line.

This should mean we have the same modules as before (at least) which should
mean less regressions.

This does increase the size of the initrd back up quite a lot (as expected)
so we may want to look at optimising other areas to bring it back down a bit
again.
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Use a generic, shared isolinux.cfg file.</title>
<updated>2013-10-30T21:38:53+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-10-30T21:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=74cc75140329a03e5ed6f952932f8ea937216209'/>
<id>74cc75140329a03e5ed6f952932f8ea937216209</id>
<content type='text'>
This then loads a x86_64 or i586 config depending on the detected arch.

Anne asked for this kind of setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This then loads a x86_64 or i586 config depending on the detected arch.

Anne asked for this kind of setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Add a short circuit rule to make boot.iso for testing</title>
<updated>2013-10-30T20:39:00+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-10-30T20:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=08224de522b278761c73d50a0bc8010abc18e855'/>
<id>08224de522b278761c73d50a0bc8010abc18e855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>images: Clear out some stuff that no longer used.</title>
<updated>2013-10-30T20:36:51+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-10-30T20:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f'/>
<id>4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f</id>
<content type='text'>
Now that initrds are generated via dracut, there is no need to prepare kernel modules.
This sadly removes support for passing in a kernel rpm file, but such is life.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that initrds are generated via dracut, there is no need to prepare kernel modules.
This sadly removes support for passing in a kernel rpm file, but such is life.
</pre>
</div>
</content>
</entry>
</feed>
