diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-23 19:08:50 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-24 00:56:42 +0200 |
commit | 4cbb1d3510b8ab940007bb6114c7823db7453577 (patch) | |
tree | 8117c751302d1a512b14e9deb51855ed8ba9399b /perl-install/fs | |
parent | 465d50c1ffd63113dc15c24ac60d15b05a409c9c (diff) | |
download | drakx-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..."
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/format.pm | 2 |
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' ], |