summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
Commit message (Collapse)AuthorAgeFilesLines
* bump min size for spliting /home fs (Eugeni, mga#3189):Thierry Vignaud2013-04-141-3/+3
| | | | | - from 8 to 12Gb if simple partionning - from 7 to 10Gb if /usr is split or for servers
* (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
| | | | | - use 'LDAP' instead of 'Ldap'
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* 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
| | | | when creating current partition is of type isRawLUKS, not yet LUKS
* refuse to have /boot encryptedPascal Terjan2010-04-291-0/+10
|
* - factorize default FS definitionPascal Terjan2009-10-071-12/+12
| | | | - switch to ext4 by default
* 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
| | | | | /dev/mapper/xxxp1 (#44182)
* 11.54.2Pascal Rigaux2008-09-261-0/+5
|
* - diskdrake:Pascal Rigaux2008-09-181-0/+18
| | | | | o handle partitions encrypted with cryptsetup
* 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
| | | | | - use it
* do not keep previous partition UUID when changing partition typePascal Rigaux2008-09-091-0/+1
|
* - diskdrake:Pascal Rigaux2008-03-211-2/+3
| | | | | | o fix setting mount point of a /dev/mdX (#39142) (regression introduced in 10.8)
* - fix partition device name for some dmraid (missing "p", cf #38363)Pascal Rigaux2008-03-061-1/+0
| | | | | | | | simplifying code, since using "p" to separate device name from partition number when device name ends with a digit is standard in the kernel $hd->{prefix} is no more always created. Only used in same special cases
* - auto allocate: do not create /home if drive is smaller than 7GBPascal Rigaux2008-03-031-7/+9
|
* - diskdrake:Pascal Rigaux2008-02-211-0/+2
| | | | | | | | o fix switching from LABEL=xxx to /dev/yyy in fstab (#37914) merge_fstabs() was doing add2hash, replacing it with add2hash_ so that faked_device => 1 from fstab is not kept
* - auto partitioning: ensure the "/" is bigger on small drivesPascal Rigaux2008-02-121-2/+2
| | | | | eg: on 4G hd, "/" was 2G only, it will now be 2.7G
* cleanupPascal Rigaux2007-09-241-1/+1
|
* create partition_table_initialize() and partition_table_clear_and_initialize()Pascal Rigaux2007-09-191-1/+21
| | | | | | which are wrappers around partition_table::initialize() but which also create a singleton VG automatically (so that it's easier for the user)
* - fix getting UUID on mdmadm (eg: md0) devicesPascal Rigaux2007-09-191-8/+2
| | | | | | | the fix is to stop doing UUID_from_magic and LABEL_from_magic, and correctly set device_UUID and device_LABEL in the type_subpart returned by type_subpart_from_magic()
* 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
| | | | | (useful to have a more standard partition_table::lvm)
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-311-1/+3
| | | | | (not by default for now)
* - 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
| | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB
* rescuept is no more in util-linux, soPascal Rigaux2007-07-311-32/+0
| | | | | | | | - diskdrake: drop "Rescue partition table" feature (was based on rescuept which has been dropped in util-linux, but was quite bad compared to testdisk anyway) - rescue: remove rescuept (use testdisk instead, which is much nicer)
* re-sync after the big svn lossPascal Rigaux2007-04-251-16/+27
|
* log test_for_bad_drives errorsPascal Rigaux2006-02-021-0/+1
|
* allow giving {percent_size} instead of {size}Pascal Rigaux2006-01-091-0/+9
|
* allow auto allocating partitions without giving a {mntpoint}Pascal Rigaux2005-12-181-5/+8
|
* lilo handles / on RAID1, so don't warn in that case (#20021)Pascal Rigaux2005-12-021-2/+5
|
* fix catching fs::dmraid::init() failurePascal Rigaux2005-11-211-1/+1
|
* do not call dmraid init() by default, call it explictly (it helps patching ↵Pascal Rigaux2005-11-081-1/+2
| | | | dmraid)
* increase "/" maxsize (bugzilla #19353)Pascal Rigaux2005-10-191-5/+5
|
* use vol_id to find device type (fs_type and pt_type)Pascal Rigaux2005-10-181-6/+2
|
* fix typos (thanks to Arpad Biro)Pascal Rigaux2005-09-221-2/+2
|
* increase /usr max sizePascal Rigaux2005-09-191-2/+2
|
* fs::proc_partitions::compare is no good for dmraid, but we need to check if wePascal Rigaux2005-09-191-2/+9
| | | | | agree with the kernel, otherwise an uncatched error will occur (bugzilla #18655)
* new option "nodmraid" do ensure we don't use dmraidPascal Rigaux2005-09-141-1/+1
| | | | | (useful since dmraid can be unused by the user but still half working as far as dmraid knows)