diff options
Diffstat (limited to 'perl-install/fs/format.pm')
-rw-r--r-- | perl-install/fs/format.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 1fe2a1de4..6025d72fb 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-ng', 'mkswap' ], +# swap => [ 'util-linux', 'mkswap' ], ntfs => [ 'ntfsprogs', 'ntfslabel' ], 'ntfs-3g' => [ 'ntfsprogs', 'ntfslabel' ], # btrfs |