From 46242d22e7850039385fd26105442cd0b23e6152 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 23 Apr 2020 14:54:57 +0200 Subject: it's now possible to set labels on exfat --- perl-install/NEWS | 2 ++ perl-install/fs/format.pm | 1 + perl-install/install/NEWS | 2 ++ 3 files changed, 5 insertions(+) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 37d065d9b..4b664e281 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- diskdrake: + o it's now possible to set labels on exfat - fix services::running_systemd() - service_harddrake: recognise noxconf boot command line option (disables creation of xorg.conf, allowing X server to configure itself) diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 29817d3d2..9ca2ec754 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -93,6 +93,7 @@ my %edit_LABEL = ( # jfs => [ 'jfsutils', 'jfs_tune', '-L' ], # hfs dos => [ 'mtools', 'mlabel', '-i' ], + exfat => [ 'exfatprogs', 'label.exfat', '-s' ], vfat => [ 'mtools', 'mlabel', '-i' ], swap => [ 'util-linux', 'swaplabel', '-L' ], ntfs => [ 'ntfs-3g', 'ntfslabel' ], diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 7e532e017..d43fd2306 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- partitioning: + o it's now possible to set labels on exfat - select only once needed fs tools Version 18.26 - 20 March 2020 -- cgit v1.2.1