| Commit message (Expand) | Author | Age | Files | Lines |
* | don't opencode unshift() | Thierry Vignaud | 2015-12-25 | 1 | -1/+1 |
* | only use current disk when auto partitioning, wiping disk, using free space (... | Pascal Terjan | 2015-06-03 | 1 | -3/+4 |
* | run udevadm settle after actions that trigger device reload (Martin Whitaker,... | Thomas Backlund | 2015-05-29 | 1 | -0/+3 |
* | fix regression refusing FAT for ESP (mga#15962) | Thierry Vignaud | 2015-05-17 | 1 | -1/+1 |
* | log which mount has not a true fs (mga#15962) | Thierry Vignaud | 2015-05-17 | 1 | -1/+1 |
* | reuse ESP with "use free space" in live | Thierry Vignaud | 2015-04-15 | 1 | -0/+2 |
* | (init_efi_suggestions) add an optional force param | Thierry Vignaud | 2015-04-12 | 1 | -2/+2 |
* | do not suggests /boot/EFI uselessly (mga#15448) | Thierry Vignaud | 2015-03-20 | 1 | -2/+12 |
* | New default "simple" partitioning scheme | Rémi Verschelde | 2015-02-02 | 1 | -3/+3 |
* | we need /boot/EFI on uefi systems | Thomas Backlund | 2015-01-08 | 1 | -2/+2 |
* | Allow /boot on btrfs | Pascal Terjan | 2014-10-20 | 1 | -2/+0 |
* | 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 | -2/+2 |
* | bump min size for spliting /home fs (Eugeni, mga#3189): | Thierry Vignaud | 2013-04-14 | 1 | -3/+3 |
* | (install,check_mntpoint) forbid having /boot as btrfs (mga#5627) | Thierry Vignaud | 2012-04-28 | 1 | -0/+2 |
* | String changes: perl -pi -e 's!file system!filesystem!' | Ahmad Samir | 2011-04-04 | 1 | -2/+2 |
* | - string changes: perl -pi -e 's!/boot partition!separate /boot partition!' | Ahmad Samir | 2011-04-04 | 1 | -4/+4 |
* | - use 'cannot' instead of 'can not' | Ahmad Samir | 2011-04-02 | 1 | -4/+4 |
* | fix #188, allow lvm on top of luks | Rémy Clouard (shikamaru) | 2011-03-26 | 1 | -0/+2 |
* | fix partition_table_initialize variables | Anne Nicolas | 2011-03-09 | 1 | -1/+1 |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-02-06 | 1 | -1/+1 |
* | cdie is not fatal | Pascal Terjan | 2010-05-24 | 1 | -6/+10 |
* | force raid metadata to be 0.90 if /boot is on raid 1 | Pascal Terjan | 2010-05-24 | 1 | -2/+18 |
* | fix the crypto mountpoint checks for the create case | Pascal Terjan | 2010-04-30 | 1 | -2/+2 |
* | refuse to have /boot encrypted | Pascal Terjan | 2010-04-29 | 1 | -0/+10 |
* | - factorize default FS definition | Pascal Terjan | 2009-10-07 | 1 | -12/+12 |
* | improve previous tuning to please damien | Pascal Terjan | 2009-03-26 | 1 | -2/+2 |
* | adjust partition size suggestion | Pascal Terjan | 2009-03-26 | 1 | -2/+3 |
* | - Save the info that a disk is removable | Pascal Terjan | 2009-02-09 | 1 | -0/+1 |
* | - bootloader-config (and other tools): handle /dev/mapper/xxx1 instead of | Pascal Rigaux | 2008-10-01 | 1 | -0/+3 |
* | 11.54.2 | Pascal Rigaux | 2008-09-26 | 1 | -0/+5 |
* | - diskdrake: | Pascal Rigaux | 2008-09-18 | 1 | -0/+18 |
* | ensure a newly created partition has {major} and {minor} | Pascal Rigaux | 2008-09-18 | 1 | -0/+1 |
* | - create cannotBeMountable() out of isNonMountable() | Pascal Rigaux | 2008-09-18 | 1 | -1/+1 |
* | do not keep previous partition UUID when changing partition type | Pascal Rigaux | 2008-09-09 | 1 | -0/+1 |
* | - diskdrake: | Pascal Rigaux | 2008-03-21 | 1 | -2/+3 |
* | - fix partition device name for some dmraid (missing "p", cf #38363) | Pascal Rigaux | 2008-03-06 | 1 | -1/+0 |
* | - auto allocate: do not create /home if drive is smaller than 7GB | Pascal Rigaux | 2008-03-03 | 1 | -7/+9 |
* | - diskdrake: | Pascal Rigaux | 2008-02-21 | 1 | -0/+2 |
* | - auto partitioning: ensure the "/" is bigger on small drives | Pascal Rigaux | 2008-02-12 | 1 | -2/+2 |
* | cleanup | Pascal Rigaux | 2007-09-24 | 1 | -1/+1 |
* | create partition_table_initialize() and partition_table_clear_and_initialize() | Pascal Rigaux | 2007-09-19 | 1 | -1/+21 |
* | - fix getting UUID on mdmadm (eg: md0) devices | Pascal Rigaux | 2007-09-19 | 1 | -8/+2 |
* | handle "LVM on full disk" like other partition tables | Pascal Rigaux | 2007-09-18 | 1 | -5/+0 |
* | fix previous commit | Pascal Rigaux | 2007-09-18 | 1 | -0/+1 |
* | transform ->clear_raw into the more generic ->initialize | Pascal Rigaux | 2007-09-18 | 1 | -2/+1 |
* | - support for UUID (including UUID=xxx in fstab) | Pascal Rigaux | 2007-08-31 | 1 | -1/+3 |
* | - allow using diskdrake even if there is only a lvm PV on full disk available | Pascal Rigaux | 2007-08-08 | 1 | -4/+2 |
* | - fix range max value >2TB when creating a partition (useful for LVs >2TB) | Pascal Rigaux | 2007-08-06 | 1 | -15/+15 |
* | rescuept is no more in util-linux, so | Pascal Rigaux | 2007-07-31 | 1 | -32/+0 |