Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use mkfs.ntfs symlink for consistency | Thierry Vignaud | 2020-11-20 | 1 | -2/+2 |
| | |||||
* | Use mkfs.fat instead of mkdosfs symlink | Thierry Vignaud | 2020-11-20 | 1 | -2/+2 |
| | |||||
* | adapt to exfatprogs-1.03 | Thierry Vignaud | 2020-05-16 | 1 | -0/+1 |
| | | | | | the other bits has been automatically skipped when rebasing into previous commit | ||||
* | adjust for exfat labeling change in exfatprogs 1.0.3 | Thomas Backlund | 2020-05-16 | 1 | -1/+1 |
| | |||||
* | Move disabling fsck back into part_raw() | Thierry Vignaud | 2020-04-23 | 1 | -4/+5 |
| | | | | | | It's more logical. It had been moved to preserve_UUID_after_format() when it got split in commit 01c03167421615cbfbe6c6f626fed22ac6e0992c | ||||
* | it's now possible to set labels on exfat | Thierry Vignaud | 2020-04-23 | 1 | -0/+1 |
| | |||||
* | explain more | Thierry Vignaud | 2020-04-23 | 1 | -0/+12 |
| | |||||
* | exfat-utils got renamed as exfatprogs | Thierry Vignaud | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | reindent | Thierry Vignaud | 2020-04-14 | 1 | -2/+2 |
| | | | | previous commit nicely showed it was needed | ||||
* | ntfsprogs has been renamed ntfs-3g | Thierry Vignaud | 2020-04-14 | 1 | -4/+4 |
| | | | | which still provides the former but still | ||||
* | add minimal support for exFAT | Thierry Vignaud | 2020-03-20 | 1 | -0/+1 |
| | | | | colorize it the same way as FAT or NTFS | ||||
* | (preserve_UUID_after_format) split it | Thierry Vignaud | 2020-03-18 | 1 | -4/+13 |
| | | | | so that part_raw() is easier to read | ||||
* | (option_to_preserve_UUID_while_formating) split it | Thierry Vignaud | 2020-03-18 | 1 | -7/+18 |
| | |||||
* | add support for F2FS | Thierry Vignaud | 2020-03-18 | 1 | -0/+2 |
| | |||||
* | partially podify fs::* | Thierry Vignaud | 2020-03-18 | 1 | -6/+89 |
| | |||||
* | nilfs2: overwite existing fs when formating (like other FSes) | Thierry Vignaud | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | keep UUID when formating btrfs (mga#18673) | Thierry Vignaud | 2016-06-24 | 1 | -1/+9 |
| | |||||
* | update btrfs status regarding keeping UUID | Thierry Vignaud | 2016-06-24 | 1 | -1/+1 |
| | | | | | | we cannot keep UUID when formating btrfs: - btrfstune -U needs answering "y" - mkfs.btrfs -u fails with: "non unique UUID: XYZ..." | ||||
* | fix preserving UUID when formating jfs/nilfs/xfs | Thierry Vignaud | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | fix "Can't use an undefined value as an ARRAY reference" in strict mode | Thierry Vignaud | 2013-10-10 | 1 | -2/+4 |
| | | | | | | some fs (eg: btrfs) do not have a way to preserve the UUID this should explain some strange logs | ||||
* | enable to format already formated btrfs partitions (mga#11256) | Thierry Vignaud | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | actually preserve UUID when formatting (mga#9428) | Thierry Vignaud | 2013-03-20 | 1 | -1/+1 |
| | | | | | | | bug introduced in commit r252676 by pterjan on Tue Feb 10 2009: "fix preserving UUID owhen formatting ext* and swap, and handle more FS (#39913)" | ||||
* | frenglish -> english | Thierry Vignaud | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | (part) if a partition has been manually formated, don't offer to | Thierry Vignaud | 2012-12-11 | 1 | -0/+1 |
| | | | | format it again (for draklive-install, mga#7822) | ||||
* | drop support for reiser4 (mga#5680) | Thierry Vignaud | 2012-04-30 | 1 | -3/+0 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | preserve UUID when reformating a nilfs fs | Thierry Vignaud | 2012-01-23 | 1 | -0/+1 |
| | |||||
* | enable to set label on swap | Thierry Vignaud | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | (package_needed_for_partition_type) make more generic the ability to | Thierry Vignaud | 2012-01-23 | 1 | -7/+9 |
| | | | | preserve UUID on fses where we couldn't enforce it while formatting | ||||
* | (write_label) enable to set label on btrfs fses | Thierry Vignaud | 2012-01-23 | 1 | -1/+4 |
| | | | | needs reverse <device>,<label> ordering | ||||
* | enable to set label on nilfs fses | Thierry Vignaud | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | fix package name | Thierry Vignaud | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | util-linux-ng was renamed util-linux (fix installation error) | Thierry Vignaud | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. 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 ------------------------------------------------------------------------ | ||||
* | re-add part of the cahnge that was drop by previous revert | Pascal Terjan | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | enable acl in fstab not on the fs as we currently do not handle options on ↵ | Pascal Terjan | 2010-05-13 | 1 | -8/+4 |
| | | | | the fs in an unified way and have no way to check if they are set in the apps | ||||
* | - enable acl by default on ext3/4 fs | Pascal Terjan | 2010-05-13 | 1 | -4/+8 |
| | | | | - enable user_xattr on home for ext2 too | ||||
* | Add initial nilfs2 support | Pascal Terjan | 2010-04-12 | 1 | -0/+3 |
| | |||||
* | (write_label) get rid of another FIXME: fix setting volume label | Thierry Vignaud | 2009-12-08 | 1 | -4/+5 |
| | | | | instead of boot sector label for FAT fses (#52853) | ||||
* | remove FIXME for ext4 : all options are defined through /etc/mke2fs.conf | Thierry Vignaud | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | Add FIXME for fat label | Pascal Terjan | 2009-12-01 | 1 | -0/+1 |
| | |||||
* | - first bits of btrfs support | Pascal Terjan | 2009-11-24 | 1 | -1/+6 |
| | |||||
* | (part_raw) display a progress bar while formating an ext4 partition | Thierry Vignaud | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | diskdrake: | Pascal Terjan | 2009-03-18 | 1 | -2/+4 |
| | | | | | | o write partition table if needed before setting label o fix setting label on not yet formatted partition | ||||
* | fix preserving UUID when formatting ext* and swap, and handle more FS (#39913) | Pascal Terjan | 2009-02-10 | 1 | -1/+13 |
| | |||||
* | don't rewrite label when it did not change (#47186) | Pascal Terjan | 2009-01-22 | 1 | -1/+3 |
| | |||||
* | Add support for editing partition labels without formatting | Pascal Terjan | 2009-01-09 | 1 | -18/+83 |
| |