summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/fs/format.pm2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index cf652c242..de3601575 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,7 +1,7 @@
- add support for XZ modules
- diskdrake:
o enable to set LV names when not in expert mode
- o enable to set label on btrfs & nilfs fses
+ o enable to set label on btrfs & nilfs fses as well as on swap
o report back error from lvm2
o suggest better LV names based on the mount point rather than numbers
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index 0286653b3..e8fe75f5c 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -59,7 +59,7 @@ my %edit_LABEL = ( # package, command, option
# hfs
dos => [ 'mtools', 'mlabel', '-i' ],
vfat => [ 'mtools', 'mlabel', '-i' ],
-# swap => [ 'util-linux', 'mkswap' ],
+ swap => [ 'util-linux', 'swaplabel', '-L' ],
ntfs => [ 'ntfsprogs', 'ntfslabel' ],
'ntfs-3g' => [ 'ntfsprogs', 'ntfslabel' ],
btrfs => [ 'btrfs-progs', 'btrfs', 'filesystem', 'label' ],
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 11d9cf908..965900de4 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,5 @@
- diskdrake:
- o enable to set label on btrfs & nilfs fses
+ o enable to set label on btrfs & nilfs fses as well as on swap
Version 13.76 - 20 January 2012