<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/docs/README, branch V10_3_0_51mdk</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>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-09-01T20:27:41+00:00</updated>
<author>
<name>Mystery Man</name>
<email>unknown@mandriva.org</email>
</author>
<published>2005-09-01T20:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f027d873e1c6f4b372b541cc351c71820a9063cd'/>
<id>f027d873e1c6f4b372b541cc351c71820a9063cd</id>
<content type='text'>
'V10_3_0_51mdk'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'V10_3_0_51mdk'.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix</title>
<updated>2005-08-09T07:39:31+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-08-09T07:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0c8cb0361f8239017d127328a8cf15fba55a71a6'/>
<id>0c8cb0361f8239017d127328a8cf15fba55a71a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace mandrake with mandriva</title>
<updated>2005-08-09T07:38:36+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-08-09T07:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=31e5d8f48786f4bb96a59aab1d803fa0ea4aaafb'/>
<id>31e5d8f48786f4bb96a59aab1d803fa0ea4aaafb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2005-02-08T09:56:43+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-02-08T09:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=92c79d8497d144f935794b2931a2293bf826214c'/>
<id>92c79d8497d144f935794b2931a2293bf826214c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- drop oem &amp; recovery code (which was broken)</title>
<updated>2004-11-29T17:53:54+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-11-29T17:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=38f7f8427f6300ccacb464a9d3b95e89d6f83ffc'/>
<id>38f7f8427f6300ccacb464a9d3b95e89d6f83ffc</id>
<content type='text'>
- will be replaced with a root password + user accounts + network configuration a la drakfirsttime

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- will be replaced with a root password + user accounts + network configuration a la drakfirsttime

</pre>
</div>
</content>
</entry>
<entry>
<title>major switch from ramdisk to clp</title>
<updated>2004-11-16T09:27:18+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-11-16T09:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=755e390a3e193a7c899db5a9e773cf403db31f50'/>
<id>755e390a3e193a7c899db5a9e773cf403db31f50</id>
<content type='text'>
- mdkinst_stage2.bz2 is now mdkinst.clp
- rescue_stage2.bz2 is now rescue.clp
- make_mdkinst_stage2 is now mdkinst_stage2_tool
  (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp)
- all stage1 images now need cryptoloop &amp; gzloop
- the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD)
  (for http &amp; ftp, it *must* be preloaded)
- we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster
- function get_ramdisk_realname() is replaced with macro CLP_FILE_REL

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- mdkinst_stage2.bz2 is now mdkinst.clp
- rescue_stage2.bz2 is now rescue.clp
- make_mdkinst_stage2 is now mdkinst_stage2_tool
  (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp)
- all stage1 images now need cryptoloop &amp; gzloop
- the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD)
  (for http &amp; ftp, it *must* be preloaded)
- we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster
- function get_ramdisk_realname() is replaced with macro CLP_FILE_REL

</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to new directories layout:</title>
<updated>2004-07-26T02:51:07+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-07-26T02:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=128d70150bc0c5188503f90d4d97311d7ba40cee'/>
<id>128d70150bc0c5188503f90d4d97311d7ba40cee</id>
<content type='text'>
- Mandrake/mdkinst -&gt; install/stage2/live
- Mandrake/base/mdkinst_stage2.bz2 -&gt; install/stage2/mdkinst_stage2.bz2
- Mandrake/base/rpmsrate -&gt; media/media_info/rpmsrate
- Mandrake/RPMS -&gt; media/main
- images -&gt; install/images
- isolinux -&gt; install/isolinux
- Mandrake/share/advertising -&gt; install/extra/advertising

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Mandrake/mdkinst -&gt; install/stage2/live
- Mandrake/base/mdkinst_stage2.bz2 -&gt; install/stage2/mdkinst_stage2.bz2
- Mandrake/base/rpmsrate -&gt; media/media_info/rpmsrate
- Mandrake/RPMS -&gt; media/main
- images -&gt; install/images
- isolinux -&gt; install/isolinux
- Mandrake/share/advertising -&gt; install/extra/advertising

</pre>
</div>
</content>
</entry>
<entry>
<title>replace "Mandrake Linux" with "Mandrakelinux"</title>
<updated>2004-07-19T04:09:06+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-07-19T04:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2'/>
<id>205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>quick update, not complete</title>
<updated>2004-05-03T09:53:00+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-05-03T09:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7e97be4647322b29d7218bac9b078a0d6b294afd'/>
<id>7e97be4647322b29d7218bac9b078a0d6b294afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update netauto doc</title>
<updated>2004-02-04T22:31:08+00:00</updated>
<author>
<name>Guillaume Cottenceau</name>
<email>gc@mandriva.com</email>
</author>
<published>2004-02-04T22:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=23d03182e697505694a95a4e47f1d1ee4ce7ec8c'/>
<id>23d03182e697505694a95a4e47f1d1ee4ce7ec8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
