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/NEWS | 2 ++ perl-install/fs/format.pm | 9 +++++---- perl-install/install/NEWS | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 08e180dba..2509833c0 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- diskdrake + o fix setting volume label instead of MBR's one for FAT fses (#52853) - localedrake o fix configuring ibus (#56130) 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 ::