<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx-backup-do-not-use/perl-install/standalone/diskdrake, branch topic/a</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'a'.</title>
<updated>2004-11-06T08:30:59+00:00</updated>
<author>
<name>Mystery Man</name>
<email>unknown@mandriva.org</email>
</author>
<published>2004-11-06T08:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=42e38e074bf1200783849ea85e205e6614f988d7'/>
<id>42e38e074bf1200783849ea85e205e6614f988d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- don't use fs::get_info_from_fstab() in install_any::use_root_part() to be able to handle</title>
<updated>2004-09-20T01:49:13+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-09-20T01:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=e55184eed334811efc27b79948c2956a4b35f18b'/>
<id>e55184eed334811efc27b79948c2956a4b35f18b</id>
<content type='text'>
  renamed devices
- fs::get_info_from_fstab() doesn't take a prefix anymore
- small perl_checker fix in install_any.pm

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  renamed devices
- fs::get_info_from_fstab() doesn't take a prefix anymore
- small perl_checker fix in install_any.pm

</pre>
</div>
</content>
</entry>
<entry>
<title>reuse mcc icons (if availlable) for windows</title>
<updated>2004-09-02T08:05:36+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-09-02T08:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=7dd552286d4801c30d05f9d521700e9110744e26'/>
<id>7dd552286d4801c30d05f9d521700e9110744e26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move mount options related stuff from fs.pm to newly created fs/mount_options.pm</title>
<updated>2004-08-03T09:25:59+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-08-03T09:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=e9f498cb097dc5d70114ca03626e4bffc779bae5'/>
<id>e9f498cb097dc5d70114ca03626e4bffc779bae5</id>
<content type='text'>
- fs::set_all_default_options() -&gt; fs::mount_options::set_all_default()
- fs::mount_options_pack() -&gt; fs::mount_options::pack()
- fs::mount_options_unpack() -&gt; fs::mount_options::unpack()
- fs::rationalize_options() -&gt; fs::mount_options::rationalize()
- fs::set_default_options() -&gt; fs::mount_options::set_default()
- fs::mount_options() -&gt; fs::mount_options::list()
- fs::mount_options_help() -&gt; fs::mount_options::help()

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fs::set_all_default_options() -&gt; fs::mount_options::set_all_default()
- fs::mount_options_pack() -&gt; fs::mount_options::pack()
- fs::mount_options_unpack() -&gt; fs::mount_options::unpack()
- fs::rationalize_options() -&gt; fs::mount_options::rationalize()
- fs::set_default_options() -&gt; fs::mount_options::set_default()
- fs::mount_options() -&gt; fs::mount_options::list()
- fs::mount_options_help() -&gt; fs::mount_options::help()

</pre>
</div>
</content>
</entry>
<entry>
<title>many functions in fsedit don't modify anything, they are simply accessors.</title>
<updated>2004-08-03T05:41:59+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-08-03T05:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=f8d30c05a05c1c01b3f8a758c54f4af07d7b114e'/>
<id>f8d30c05a05c1c01b3f8a758c54f4af07d7b114e</id>
<content type='text'>
create fs::get and move them into it

- device2part(), up_mount_point() moved from fs to fs::get
- part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get
- fsedit::get_root() -&gt; fs::get::root()
- fsedit::get_root_() -&gt; fs::get::root_()

- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()
- fsedit::get_all_fstab_and_holes() -&gt; fs::get::fstab_and_holes()
- fsedit::get_all_fstab() -&gt; fs::get::fstab()
- fsedit::get_all_holes() -&gt; fs::get::holes()
- fsedit::all_free_space -&gt; fs::get::free_space()
- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()

- fsedit::get_fstab_and_holes() -&gt; fs::get::hds_fstab_and_holes()
- fsedit::get_holes() -&gt; fs::get::hds_holes()
- fsedit::get_fstab() -&gt; fs::get::hds_fstab()
- fsedit::free_space() -&gt; fs::get::hds_free_space()

- fsedit::get_visible_fstab() unused, removed

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
create fs::get and move them into it

- device2part(), up_mount_point() moved from fs to fs::get
- part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get
- fsedit::get_root() -&gt; fs::get::root()
- fsedit::get_root_() -&gt; fs::get::root_()

- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()
- fsedit::get_all_fstab_and_holes() -&gt; fs::get::fstab_and_holes()
- fsedit::get_all_fstab() -&gt; fs::get::fstab()
- fsedit::get_all_holes() -&gt; fs::get::holes()
- fsedit::all_free_space -&gt; fs::get::free_space()
- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()

- fsedit::get_fstab_and_holes() -&gt; fs::get::hds_fstab_and_holes()
- fsedit::get_holes() -&gt; fs::get::hds_holes()
- fsedit::get_fstab() -&gt; fs::get::hds_fstab()
- fsedit::free_space() -&gt; fs::get::hds_free_space()

- fsedit::get_visible_fstab() unused, removed

</pre>
</div>
</content>
</entry>
<entry>
<title>MandrakeSoft -&gt; Mandrakesoft</title>
<updated>2004-07-20T02:42:12+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-07-20T02:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=94dd872cad528c27940c746ad75391fd099aa845'/>
<id>94dd872cad528c27940c746ad75391fd099aa845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker compliance</title>
<updated>2004-05-08T22:36:56+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-05-08T22:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=4433486be221da977140b0ba7eb5e28f4a32a0c0'/>
<id>4433486be221da977140b0ba7eb5e28f4a32a0c0</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 pass options is_removable to set_default_options() since it is not a global options</title>
<updated>2004-03-23T11:01:18+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-03-23T11:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=063fbe1dae400a8fb84d1e2c6f26db52972908be'/>
<id>063fbe1dae400a8fb84d1e2c6f26db52972908be</id>
<content type='text'>
- replace it with a flag in the part or raw_hd
- set is_removable for part from usb drive
- ensure usb partitions are not checked at boot time (freq field in fstab)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- replace it with a flag in the part or raw_hd
- set is_removable for part from usb drive
- ensure usb partitions are not checked at boot time (freq field in fstab)

</pre>
</div>
</content>
</entry>
<entry>
<title>add "diskdrake --change-geometry=&lt;device&gt;=[&lt;cylinders&gt;,]&lt;heads&gt;,&lt;sectors&gt;" to</title>
<updated>2004-03-17T18:09:12+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-03-17T18:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=5abfffe151381e8a83a2437c78169c12918d28d5'/>
<id>5abfffe151381e8a83a2437c78169c12918d28d5</id>
<content type='text'>
allow forcing the geometry used in the partition table. This allows helping
poor Windows booting using old int13 function 2. This should work when Windows
has not been resized.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow forcing the geometry used in the partition table. This allows helping
poor Windows booting using old int13 function 2. This should work when Windows
has not been resized.

</pre>
</div>
</content>
</entry>
<entry>
<title>set useSupermount to magicdev (so that it doesn't use supermount from cdroms)</title>
<updated>2004-02-18T11:33:42+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-02-18T11:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-backup-do-not-use/commit/?id=3a46ba6dfb2388bb0994755ff3b6ea6f4611bbcf'/>
<id>3a46ba6dfb2388bb0994755ff3b6ea6f4611bbcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
