summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
Commit message (Collapse)AuthorAgeFilesLines
...
* enable to set label on swapThierry Vignaud2012-01-231-1/+1
|
* (package_needed_for_partition_type) make more generic the ability toThierry Vignaud2012-01-231-7/+9
| | | | preserve UUID on fses where we couldn't enforce it while formatting
* (write_label) enable to set label on btrfs fsesThierry Vignaud2012-01-231-1/+4
| | | | needs reverse <device>,<label> ordering
* enable to set label on nilfs fsesThierry Vignaud2012-01-231-1/+1
|
* fix package nameThierry Vignaud2012-01-231-1/+1
|
* perl_checker cleanupThierry Vignaud2012-01-231-1/+1
|
* (write_partitions,open_part,active_dm) call udevadm in installer tooThierry Vignaud2011-12-211-2/+2
|
* kill dead comments & code (support for kernel-2.[24].x, devfs is dead since ↵Thierry Vignaud2011-12-191-1/+1
| | | | 2.5.x kernels, ...)
* util-linux-ng was renamed util-linux (fix installation error)Thierry Vignaud2011-09-081-1/+1
|
* (pack) spaces are not allowed between options in /etc/fstab (#2271)Thierry Vignaud2011-08-011-0/+1
|
* match partitions when one of them as device_alias to the device of the other onePascal Terjan2011-05-141-1/+4
|
* factorize more distro nameThierry Vignaud2011-04-261-2/+2
|
* replace Mageia Linux by MageiaAnne Nicolas2011-04-241-2/+2
|
* - perl -pi -e 's!For this, create a partition!To accomplish this, create a ↵Ahmad Samir2011-04-041-1/+1
| | | | partition!'
* - perl -pi -e 's!Posix!POSIX!'Ahmad Samir2011-04-041-1/+1
|
* - perl -pi -e 's!need to reboot before the modification can take ↵Ahmad Samir2011-04-041-1/+1
| | | | | | | place"!"need to reboot before the modification can take effect"!' - perl -pi -e 's!"You need to reboot for the partition table modifications to take place"!"You need to reboot for the partition table modifications to take effect"!'
* - perl -pi -e 's!"Check bad blocks\?"!"Check for bad blocks\?"!'Ahmad Samir2011-04-041-1/+1
|
* String changes: perl -pi -e 's!file system!filesystem!'Ahmad Samir2011-04-041-9/+9
|
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-024-7/+7
| | | | | - use 'LDAP' instead of 'Ldap'
* - modify a string in partitioning_wizard.pm to be more grammatically correctAhmad Samir2011-04-021-1/+1
| | | | | (spotted by Sigrid Carrera, on mageia-i18n ML)
* - import stage1/drakxtools arm supportArnaud Patard2011-03-181-0/+1
|
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-0/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-0616-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ------------------------------------------------------------------------
* add scrollbar to partitionning wizard if neededPascal Terjan2010-06-091-4/+9
|
* copy all devices to targetPascal Terjan2010-06-021-15/+2
|
* fix raid 0 to be handled as raidPascal Terjan2010-05-241-1/+1
|
* fix detection of /var partitionPascal Terjan2010-05-241-1/+1
|
* re-add part of the cahnge that was drop by previous revertPascal Terjan2010-05-171-1/+1
|
* oopsPascal Terjan2010-05-171-1/+1
|
* enable acl in fstab not on the fs as we currently do not handle options on ↵Pascal Terjan2010-05-132-8/+7
| | | | the fs in an unified way and have no way to check if they are set in the apps
* allow setting acl option in diskdrakePascal Terjan2010-05-131-1/+2
|
* - enable acl by default on ext3/4 fsPascal Terjan2010-05-131-4/+8
| | | | - enable user_xattr on home for ext2 too
* workaround mapper/* being symlinks in dmraid supportPascal Terjan2010-05-111-1/+1
|
* fix creation of device mapper devices in fs::any::prepare_minimal_rootPascal Terjan2010-05-091-3/+13
| | | | (this fixes initrd creation from one if using lvm)
* Move udevadm settle in dmcrypt_openPascal Terjan2010-04-301-0/+1
|
* export isRawLUKSPascal Terjan2010-04-291-1/+1
|
* refuse to have /boot encryptedPascal Terjan2010-04-291-1/+2
|
* fix installation of plymouthPascal Terjan2010-04-271-6/+1
|
* - install plymouth if / is encrypted, to ask for passwordPascal Terjan2010-04-271-2/+8
|
* fix loading of dmcrypt info now that /dev/mapper/* are symlinksPascal Terjan2010-04-221-1/+4
|
* First step of diskdrake crypto updatePascal Terjan2010-04-212-4/+1
| | | | | | | o offer encryption in a more visible way when creating a partition o remove cryptoloop from diskdrake interface and transparently use dm-crypt o support having dm-crypt partition with non default FS
* - include btrfs tools in stage2Pascal Terjan2010-04-141-1/+1
|
* Add initial nilfs2 supportPascal Terjan2010-04-123-1/+5
|
* Add missing part of previous commitPascal Terjan2010-04-121-0/+1
|
* - Allow resizing btrfsPascal Terjan2010-04-121-1/+1
|
* partitioning_wizard: fix a crash on empty diskPascal Terjan2010-02-091-1/+1
|
* Add back and fix lvm in patitioning wizardPascal Terjan2010-02-081-2/+4
|
* display lvm/dmraid/... name in combo box, and disable lvm for nowPascal Terjan2010-02-041-2/+1
|
* partitioning wizard: offer to install on dmraid and existing lvmPascal Terjan2010-02-041-1/+3
|
* support ddf1 dmraidPascal Terjan2010-01-271-0/+16
|