diff options
Diffstat (limited to 'perl-install')
-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 5b87f22f1..8fee9d2bf 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -64,7 +64,7 @@ my %edit_LABEL = ( # package, command, option ); # Preserve UUID on fs where we couldn't enforce it while formatting -my %preserve_UUID = ( # package, commande +my %preserve_UUID = ( # package, command #btrfs => [ 'btrfs-progs', 'FIXME' ], jfs => [ 'jfsutils', 'jfs_tune', ], xfs => [ 'xfsprogs', 'xfs_admin' ], |