diff options
-rw-r--r-- | perl-install/fs/format.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 94592bdbe..6fbb0d421 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -55,6 +55,7 @@ my %edit_LABEL = ( # package, command, option xfs => [ 'xfsprogs', 'xfs_admin', '-L' ], jfs => [ 'jfsutils', 'jfs_tune', '-L' ], # hfs + #FIXME we should use mlabel -i <device> ::<label> (#52853) dos => [ 'dosfstools', 'dosfslabel' ], vfat => [ 'dosfstools', 'dosfslabel' ], # swap => [ 'util-linux-ng', 'mkswap' ], |