summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
Commit message (Expand)AuthorAgeFilesLines
* don't opencode unshift()Thierry Vignaud2015-12-251-1/+1
* only use current disk when auto partitioning, wiping disk, using free space (...Pascal Terjan2015-06-031-3/+4
* run udevadm settle after actions that trigger device reload (Martin Whitaker,...Thomas Backlund2015-05-291-0/+3
* fix regression refusing FAT for ESP (mga#15962)Thierry Vignaud2015-05-171-1/+1
* log which mount has not a true fs (mga#15962)Thierry Vignaud2015-05-171-1/+1
* reuse ESP with "use free space" in liveThierry Vignaud2015-04-151-0/+2
* (init_efi_suggestions) add an optional force paramThierry Vignaud2015-04-121-2/+2
* do not suggests /boot/EFI uselessly (mga#15448)Thierry Vignaud2015-03-201-2/+12
* New default "simple" partitioning schemeRémi Verschelde2015-02-021-3/+3
* we need /boot/EFI on uefi systemsThomas Backlund2015-01-081-2/+2
* Allow /boot on btrfsPascal Terjan2014-10-201-2/+0
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-2/+2
* bump min size for spliting /home fs (Eugeni, mga#3189):Thierry Vignaud2013-04-141-3/+3
* (install,check_mntpoint) forbid having /boot as btrfs (mga#5627)Thierry Vignaud2012-04-281-0/+2
* String changes: perl -pi -e 's!file system!filesystem!'Ahmad Samir2011-04-041-2/+2
* - string changes: perl -pi -e 's!/boot partition!separate /boot partition!'Ahmad Samir2011-04-041-4/+4
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-4/+4
* fix #188, allow lvm on top of luksRémy Clouard (shikamaru)2011-03-261-0/+2
* fix partition_table_initialize variablesAnne Nicolas2011-03-091-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* cdie is not fatalPascal Terjan2010-05-241-6/+10
* force raid metadata to be 0.90 if /boot is on raid 1Pascal Terjan2010-05-241-2/+18
* fix the crypto mountpoint checks for the create casePascal Terjan2010-04-301-2/+2
* refuse to have /boot encryptedPascal Terjan2010-04-291-0/+10
* - factorize default FS definitionPascal Terjan2009-10-071-12/+12
* improve previous tuning to please damienPascal Terjan2009-03-261-2/+2
* adjust partition size suggestionPascal Terjan2009-03-261-2/+3
* - Save the info that a disk is removablePascal Terjan2009-02-091-0/+1
* - bootloader-config (and other tools): handle /dev/mapper/xxx1 instead ofPascal Rigaux2008-10-011-0/+3
* 11.54.2Pascal Rigaux2008-09-261-0/+5
* - diskdrake:Pascal Rigaux2008-09-181-0/+18
* ensure a newly created partition has {major} and {minor}Pascal Rigaux2008-09-181-0/+1
* - create cannotBeMountable() out of isNonMountable()Pascal Rigaux2008-09-181-1/+1
* do not keep previous partition UUID when changing partition typePascal Rigaux2008-09-091-0/+1
* - diskdrake:Pascal Rigaux2008-03-211-2/+3
* - fix partition device name for some dmraid (missing "p", cf #38363)Pascal Rigaux2008-03-061-1/+0
* - auto allocate: do not create /home if drive is smaller than 7GBPascal Rigaux2008-03-031-7/+9
* - diskdrake:Pascal Rigaux2008-02-211-0/+2
* - auto partitioning: ensure the "/" is bigger on small drivesPascal Rigaux2008-02-121-2/+2
* cleanupPascal Rigaux2007-09-241-1/+1
* create partition_table_initialize() and partition_table_clear_and_initialize()Pascal Rigaux2007-09-191-1/+21
* - fix getting UUID on mdmadm (eg: md0) devicesPascal Rigaux2007-09-191-8/+2
* handle "LVM on full disk" like other partition tablesPascal Rigaux2007-09-181-5/+0
* fix previous commitPascal Rigaux2007-09-181-0/+1
* transform ->clear_raw into the more generic ->initializePascal Rigaux2007-09-181-2/+1
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-311-1/+3
* - allow using diskdrake even if there is only a lvm PV on full disk availablePascal Rigaux2007-08-081-4/+2
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-061-15/+15
* rescuept is no more in util-linux, soPascal Rigaux2007-07-311-32/+0