index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
fs
/
format.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fix getting UUID on mdmadm (eg: md0) devices
Pascal Rigaux
2007-09-19
1
-3
/
+2
*
mkswap is now in util-linux-ng
Pascal Rigaux
2007-09-06
1
-1
/
+1
*
- support for UUID (including UUID=xxx in fstab)
Pascal Rigaux
2007-08-31
1
-0
/
+4
*
restore progress bar when formatting ext3
Pascal Rigaux
2007-08-06
1
-3
/
+3
*
- diskdrake:
Pascal Rigaux
2007-05-21
1
-1
/
+1
*
use "mkfs.ext3" instead of "mkfs.ext2 -J"
Pascal Rigaux
2007-05-14
1
-1
/
+1
*
re-sync after the big svn loss
Pascal Rigaux
2007-04-25
1
-2
/
+14
*
ensure_binary_is_installed checks binary chrooted, whereas we run the binary ...
Pascal Rigaux
2006-02-24
1
-1
/
+1
*
it seems -y is needed for mkfs.reiser4 to work without prompting
Pascal Rigaux
2006-02-22
1
-1
/
+1
*
fs::format::wait_message() is now ->wait_message_with_progress_bar (on intera...
Pascal Rigaux
2005-09-02
1
-33
/
+0
*
minimal (and quite hidden) reiser4 support in diskdrake (bugzilla #15839)
Pascal Rigaux
2005-08-03
1
-0
/
+1
*
mkinitrd only handle ext2/ext3 labels, so disallow labels on "/" for other fs...
Pascal Rigaux
2005-07-01
1
-1
/
+2
*
try to cleanup fs.pm
Pascal Rigaux
2005-06-28
1
-5
/
+37
*
normalize mke2fs and mkreiserfs into mkfs.<fs_type>
Pascal Rigaux
2005-06-24
1
-6
/
+6
*
handle creation of labels for every filesystem types
Pascal Rigaux
2005-06-21
1
-9
/
+30
*
move loopback.pm to fs/loopback.pm
Pascal Rigaux
2005-06-10
1
-1
/
+2
*
fix typo
Pascal Rigaux
2005-06-01
1
-1
/
+2
*
set the LABEL after formatting, or drop it if we don't know how to set it
Pascal Rigaux
2005-06-01
1
-0
/
+8
*
workaround perl limitation
Pascal Rigaux
2005-02-08
1
-1
/
+2
*
remove log
Pascal Rigaux
2005-01-27
1
-1
/
+0
*
even if it still takes some time when format is over, we don't want the progr...
Pascal Rigaux
2005-01-25
1
-2
/
+2
*
gtk2 progress bar when formatting ext3
Pascal Rigaux
2005-01-15
1
-4
/
+22
*
remove debug code
Pascal Rigaux
2005-01-12
1
-2
/
+0
*
- fs::format::part_raw() now takes $wait_message to allow displaying the prog...
Pascal Rigaux
2005-01-06
1
-3
/
+39
*
better english (writing style rather than spoken one)
Thierry Vignaud
2004-12-13
1
-1
/
+1
*
don't allow partition types we don't know how to format in {partitions} for a...
Pascal Rigaux
2004-12-05
1
-0
/
+5
*
add CVS $Id:
Pascal Rigaux
2004-08-03
1
-1
/
+1
*
many functions in fsedit don't modify anything, they are simply accessors.
Pascal Rigaux
2004-08-03
1
-0
/
+1
*
make perl_checker happy
Pascal Rigaux
2004-08-02
1
-1
/
+1
*
- move package_needed_for_partition_type() from fsedit to fs::format
Pascal Rigaux
2004-08-02
1
-11
/
+24
*
- add field {fs_type} partially replacing {pt_type}
Pascal Rigaux
2004-07-27
1
-5
/
+8
*
fix typo
Pascal Rigaux
2004-07-26
1
-1
/
+1
*
replace pt_type2name($part->{pt_type}) with part2name($part)
Pascal Rigaux
2004-07-23
1
-2
/
+2
*
- move format related functions out of fs.pm to new module fs/format.pm
Pascal Rigaux
2004-07-23
1
-0
/
+77