From 939ff5ef1b5b48b7e3948b94ff56d9db48ddde76 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 8 Dec 2009 22:31:57 +0000 Subject: (write_label) get rid of another FIXME: fix setting volume label instead of boot sector label for FAT fses (#52853) --- perl-install/fs/format.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'perl-install/fs/format.pm') diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 95e9bd83a..25b08939b 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -55,9 +55,8 @@ my %edit_LABEL = ( # package, command, option xfs => [ 'xfsprogs', 'xfs_admin', '-L' ], jfs => [ 'jfsutils', 'jfs_tune', '-L' ], # hfs - #FIXME we should use mlabel -i ::