| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
we cannot keep UUID when formating btrfs:
- btrfstune -U needs answering "y"
- mkfs.btrfs -u fails with: "non unique UUID: XYZ..."
|
| |
|
| |
|
|
|
|
| |
they're obsolete since switching from CVS/SVN to git...
|
|
|
|
|
|
| |
some fs (eg: btrfs) do not have a way to preserve the UUID
this should explain some strange logs
|
| |
|
|
|
|
|
|
|
| |
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)"
|
| |
|
|
|
|
| |
format it again (for draklive-install, mga#7822)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
preserve UUID on fses where we couldn't enforce it while formatting
|
|
|
|
| |
needs reverse <device>,<label> ordering
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
------------------------------------------------------------------------
|
| |
|
|
|
|
| |
the fs in an unified way and have no way to check if they are set in the apps
|
|
|
|
| |
- enable user_xattr on home for ext2 too
|
| |
|
|
|
|
| |
instead of boot sector label for FAT fses (#52853)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
o write partition table if needed before setting label
o fix setting label on not yet formatted partition
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(for future use)
|
|
|
|
|
|
|
| |
o keep current UUID when formatting ext2/ext3 (was already done for swap),
so that fstab on other distros continue to work
(requires e2fsprogs-1.41.1-2mnb2)
|
| |
|
|
|
|
|
| |
(broken because of ntfs-3g switch in previous release)
|
|
|
|
|
| |
o jfsprogs is now jfsutils
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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()
|
| |
|
|
|
|
|
| |
(not by default for now)
|
| |
|
|
|
|
|
| |
o when formatting ntfs don't zero partition (#30928)
|
|
|
|
|
|
|
|
| |
(to have dir_index & resize_inode features)
(cf Frederik Himpe 23 Apr 2007 mail on cooker:
"Installer does not create ext3 partitions with dir_index and resize_inode?")
|
| |
|