summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-23 19:08:50 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-06-24 00:56:42 +0200
commit4cbb1d3510b8ab940007bb6114c7823db7453577 (patch)
tree8117c751302d1a512b14e9deb51855ed8ba9399b
parent465d50c1ffd63113dc15c24ac60d15b05a409c9c (diff)
downloaddrakx-4cbb1d3510b8ab940007bb6114c7823db7453577.tar
drakx-4cbb1d3510b8ab940007bb6114c7823db7453577.tar.gz
drakx-4cbb1d3510b8ab940007bb6114c7823db7453577.tar.bz2
drakx-4cbb1d3510b8ab940007bb6114c7823db7453577.tar.xz
drakx-4cbb1d3510b8ab940007bb6114c7823db7453577.zip
update btrfs status regarding keeping UUID
we cannot keep UUID when formating btrfs: - btrfstune -U needs answering "y" - mkfs.btrfs -u fails with: "non unique UUID: XYZ..."
-rw-r--r--perl-install/fs/format.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index f1efb8448..bab6ad83d 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -65,7 +65,7 @@ my %edit_LABEL = ( # package, command, option
# Preserve UUID on fs where we couldn't enforce it while formatting
my %preserve_UUID = ( # package, command
- #btrfs => [ 'btrfs-progs', 'FIXME' ],
+ #btrfs => [ 'btrfs-progs', 'btrfstune' ], # btrfstune needs answering 'y'
jfs => [ 'jfsutils', 'jfs_tune', ],
xfs => [ 'xfsprogs', 'xfs_admin' ],
nilfs2 => [ 'nilfs-utils', 'nilfs-tune' ],