index
:
drakx-backup-do-not-use
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
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/dietlibc
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_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
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
/
fsedit.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
use test_for_bad_drives even after install (esp. to detect removed usb-storage
Pascal Rigaux
2003-02-21
1
-1
/
+1
*
warn non-ascii chars in mount point (cf bug #1588)
Pascal Rigaux
2003-02-20
1
-0
/
+1
*
use cdie instead of die for warnings
Pascal Rigaux
2003-02-20
1
-1
/
+1
*
don't let diskdrake detect ext3/reiserfs/jfs/xfs on a type 0x7 partition
Pascal Rigaux
2003-02-20
1
-1
/
+1
*
- simplify check_mntpoint
Pascal Rigaux
2003-02-20
1
-2
/
+3
*
to workaround perl bug removing UTF8 flag when passing scalars to die's, pass
Guillaume Cottenceau
2003-02-19
1
-11
/
+11
*
- cleanup & simplify
Pascal Rigaux
2003-02-19
1
-9
/
+17
*
/proc/partitions includes partition with type "empty" and a non-null size
Pascal Rigaux
2003-02-18
1
-4
/
+8
*
better default partitioning
Pascal Rigaux
2003-02-18
1
-7
/
+7
*
given default size of / increased.
Francois Pons
2003-02-17
1
-2
/
+2
*
increased /var container for suggestion (simple or with /usr).
Francois Pons
2003-02-17
1
-2
/
+2
*
handle 0x7 partition table id specially since it can be both hpfs or ntfs.
Pascal Rigaux
2003-02-11
1
-2
/
+2
*
add isFat_or_NTFS() and use it where possible instead of isFat() since Windows
Pascal Rigaux
2003-01-30
1
-2
/
+2
*
handle mdX where X >= 10 (it should fix bug #1129)
Pascal Rigaux
2003-01-29
1
-1
/
+1
*
lvm on / works (dixit Brian J. Murrell)
Pascal Rigaux
2003-01-10
1
-1
/
+1
*
fsedit::part2hd() returns a scalar, no need to do "my ($hd) = fsedit::part2hd...
Pascal Rigaux
2003-01-07
1
-1
/
+1
*
fix typo (operator priority related)
Pascal Rigaux
2003-01-07
1
-1
/
+1
*
use "if any" instead of "if grep", and various other occurences of "any", "ev...
Pascal Rigaux
2003-01-07
1
-10
/
+10
*
add "new" to lvm.pm, and use it
Pascal Rigaux
2002-12-18
1
-2
/
+2
*
really drop check()
Pascal Rigaux
2002-12-16
1
-6
/
+0
*
remove unused variables or rename them with an underscore (eg: $o becomes $_o)
Pascal Rigaux
2002-12-04
1
-3
/
+3
*
use if_() where possible (as reported by perl_checker)
Pascal Rigaux
2002-12-04
1
-2
/
+2
*
don't use "local *F"
Pascal Rigaux
2002-12-04
1
-3
/
+3
*
perl_checker adaptations
Pascal Rigaux
2002-11-27
1
-3
/
+3
*
add/remove spaces to make perl_checker happy
Pascal Rigaux
2002-11-13
1
-9
/
+9
*
replace "_" with "N" and "__" with "N_"
Pascal Rigaux
2002-11-06
1
-16
/
+16
*
introduce a new flag: getting_rid_of_readonly_allowed. It is set when the par...
Pascal Rigaux
2002-11-05
1
-0
/
+1
*
do not allow encrypted filesystem for /boot
Pascal Rigaux
2002-09-15
1
-1
/
+1
*
(is_same_hd): add ugly support for davfs devices (http://...) comparison with...
Pascal Rigaux
2002-08-28
1
-0
/
+3
*
- create lvms() which contains what was in hds()
Pascal Rigaux
2002-08-27
1
-95
/
+113
*
increase maxsize for / (partitioning with /usr) since it contains /tmp and /o...
Pascal Rigaux
2002-08-26
1
-1
/
+1
*
raise /usr maxsize to 4GB
Pascal Rigaux
2002-08-21
1
-3
/
+3
*
backend davfs (WebDAV) support
Pascal Rigaux
2002-08-13
1
-2
/
+2
*
get rid of the duplicated /tmp in for suggestions_mntpoint() (thanks to Amaury)
Pascal Rigaux
2002-08-11
1
-1
/
+1
*
- rename LVMname to VG_name
Pascal Rigaux
2002-08-11
1
-5
/
+43
*
cleanup
Pascal Rigaux
2002-08-11
1
-14
/
+14
*
- add /tmp in %suggestions for server partitioning
Pascal Rigaux
2002-08-06
1
-4
/
+5
*
s/__END__/1;
Thierry Vignaud
2002-08-05
1
-1
/
+1
*
kill "wonderful perl"
Thierry Vignaud
2002-08-05
1
-4
/
+1
*
get rid of some $prefix parameter passing (using $::prefix where needed instead)
Pascal Rigaux
2002-08-01
1
-3
/
+3
*
make new perl_checker happy (and that's not easy!)
Pascal Rigaux
2002-07-31
1
-3
/
+3
*
g Move 2: partition table: hierarchy
Thierry Vignaud
2002-07-23
1
-6
/
+6
*
great new raidAutoStartRaidtab allowing to handle existing software raids
Pascal Rigaux
2002-07-07
1
-1
/
+4
*
/root and /mnt must "remain within the root filesystem" (ie can't be used as ...
Pascal Rigaux
2002-07-06
1
-1
/
+2
*
(package_needed_for_partition_type): return the package needed for a partitio...
Pascal Rigaux
2002-07-06
1
-2
/
+12
*
added /tmp in @suggestions_mntpoints (as suggested by Philippe Coulon)
Pascal Rigaux
2002-06-11
1
-1
/
+1
*
fix a few english strings
Guillaume Cottenceau
2002-04-08
1
-2
/
+2
*
do not allow encrypted /var
Pascal Rigaux
2002-03-06
1
-1
/
+1
*
have "with /usr" translated
Pascal Rigaux
2002-02-20
1
-1
/
+1
*
yet again better error reporting
Pascal Rigaux
2002-01-22
1
-0
/
+1
[next]