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
/
partition_table.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not switch from gpt to dos scheme on small disk
Thierry Vignaud
2016-07-31
1
-1
/
+3
*
MBR limit really is 2TiB, not 4
Thierry Vignaud
2016-06-10
1
-2
/
+2
*
don't guess a drive letter for ESP partitions
Thierry Vignaud
2015-04-12
1
-2
/
+2
*
don't guess a drive letter for recovery partitions
Thierry Vignaud
2015-04-09
1
-1
/
+1
*
fix telling kernel to reread partition table
Thierry Vignaud
2015-03-20
1
-1
/
+1
*
Simplify code
Pascal Terjan
2015-02-03
1
-2
/
+1
*
Default to GPT on large disks, not LVM
Pascal Terjan
2015-02-03
1
-2
/
+2
*
uefi needs gpt partitioning
Thomas Backlund
2015-01-08
1
-2
/
+2
*
remove support for ataraid
Thierry.Vignaud
2014-06-18
1
-1
/
+1
*
kill $Id:$ tags
Thierry Vignaud
2014-06-07
1
-1
/
+1
*
drop (broken) support for Alpha, PPC, Sparc & most of IA64
Thierry.Vignaud
2014-05-26
1
-37
/
+8
*
(tell_kernel) run udevadm in installer too (might fix unnecessary reboot (mga...
Thierry Vignaud
2012-04-27
1
-2
/
+2
*
perl_checker cleanups
Thierry Vignaud
2012-03-23
1
-2
/
+2
*
partition_table: align partitions to 1MB boundaries to avoid
Anssi Hannula
2011-08-06
1
-0
/
+13
*
- perl -pi -e 's!hard drive!hard disk drive!'
Ahmad Samir
2011-04-04
1
-2
/
+2
*
- string changes: perl -pi -e 's!Can not!Cannot!'
Ahmad Samir
2011-04-04
1
-1
/
+1
*
- use 'cannot' instead of 'can not'
Ahmad Samir
2011-04-02
1
-2
/
+2
*
Synthesized commit during git-svn import combining previous Mandriva history ...
Mageia SVN-Git Migration
2011-02-06
1
-1
/
+1
*
diskdrake: don't ask to reboot after resize if not needed
Pascal Terjan
2010-05-10
1
-3
/
+7
*
Rewrite gpt support with libparted
Pascal Terjan
2009-01-27
1
-1
/
+2
*
(write) get major/minor again after writing the partition table so
Thierry Vignaud
2008-12-18
1
-0
/
+3
*
(add) kernel-2.6.28+ supports more than 15 partitions on SATA & SCSI devices
Thierry Vignaud
2008-12-17
1
-1
/
+1
*
- diskdrake:
Pascal Rigaux
2008-09-18
1
-1
/
+2
*
- bootloader-config:
Pascal Rigaux
2008-09-16
1
-1
/
+1
*
- fix partition device name for some dmraid (missing "p", cf #38363)
Pascal Rigaux
2008-03-06
1
-3
/
+9
*
- diskdrake:
Pascal Rigaux
2008-02-14
1
-1
/
+3
*
- bootloader-config, diskdrake:
Pascal Rigaux
2008-01-22
1
-1
/
+1
*
- diskdrake:
Pascal Rigaux
2007-12-04
1
-38
/
+0
*
- diskdrake :
Pascal Rigaux
2007-09-19
1
-1
/
+1
*
- diskdrake:
Pascal Rigaux
2007-09-19
1
-5
/
+8
*
rename partition_table::raw::clear() into partition_table::initialize()
Pascal Rigaux
2007-09-18
1
-0
/
+23
*
handle "LVM on full disk" like other partition tables
Pascal Rigaux
2007-09-18
1
-1
/
+2
*
drop unused variables
Pascal Rigaux
2007-09-18
1
-1
/
+0
*
create partition_table::raw::read_primary out of partition_table::read_primary()
Pascal Rigaux
2007-09-18
1
-10
/
+6
*
move more things from read() to read_primary()
Pascal Rigaux
2007-09-18
1
-7
/
+8
*
simplify: read_one was used for primary and extended. replacing most of read_...
Pascal Rigaux
2007-09-18
1
-12
/
+9
*
create pt_info_to_primary() out of partition_table::read_one()
Pascal Rigaux
2007-09-18
1
-8
/
+1
*
rename ->read to ->read_one
Pascal Rigaux
2007-09-18
1
-2
/
+2
*
use ->last_usable_sector instead of {totalsectors} so that resizing a
Pascal Rigaux
2007-04-30
1
-1
/
+1
*
re-sync after the big svn loss
Pascal Rigaux
2007-04-25
1
-11
/
+10
*
try to cleanup fs.pm
Pascal Rigaux
2005-06-28
1
-2
/
+2
*
remove unused isPrimary
Pascal Rigaux
2005-06-03
1
-6
/
+0
*
media_browser returns a filehandle when non save
Pascal Rigaux
2005-02-18
1
-1
/
+6
*
cleanup
Pascal Rigaux
2005-02-03
1
-1
/
+1
*
nicer description() (esp. when the size is 0)
Pascal Rigaux
2005-01-26
1
-4
/
+4
*
better english (writing style rather than spoken one)
Thierry Vignaud
2004-12-13
1
-5
/
+5
*
remove some unneeded ";", add some for normalization (as told by perl_checker)
Pascal Rigaux
2004-11-18
1
-1
/
+1
*
also remove "require partition_table::lvm_PV" comment for perl_checker
Pascal Rigaux
2004-11-17
1
-1
/
+0
*
handle more nicely raw_lvm_PV (don't simply ignore them)
Pascal Rigaux
2004-11-16
1
-1
/
+1
*
don't die in will_tell_kernel() when the device is weird, since it is normal ...
Pascal Rigaux
2004-11-16
1
-3
/
+8
[next]