Update name of the NILFS2 specific package

Upstream NILFS project calls the package nilfs-utils [1][2].  Arch Linux
/ CentOS / Fedora / OpenSUSE use the upstream name.  However Debian /
Ubuntu name it nilfs-tools [3] instead.

Document the needed software as:

    nilfs-utils / nilfs-tools

Upstream name first separated by slash from alternative names
distributions use.

[1] NILFS Download page
    https://nilfs.sourceforge.io/en/download.html
[2] NILFS Public Git Repositories
    https://nilfs.sourceforge.io/en/git_repos.html
[3] Debian package: nilfs-tools
    https://packages.debian.org/sid/nilfs-tools
This commit is contained in:
Mike Fleetwood 2019-11-04 14:37:05 +00:00 committed by Curtis Gedak
parent 530e84bace
commit 7be6d0967a
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -268,7 +268,7 @@ provide this support:
hfsutils
hfsprogs
jfsutils
nilfs-utils
nilfs-utils / nilfs-tools
ntfs-3g / ntfsprogs
reiser4progs
reiserfsprogs / reiserfs-utils / reiserfs

View File

@ -440,7 +440,7 @@ Glib::ustring Utils::get_filesystem_software( FSType filesystem )
case FS_LVM2_PV : return "lvm2" ;
case FS_LUKS : return "cryptsetup, dmsetup";
case FS_MINIX : return "util-linux";
case FS_NILFS2 : return "nilfs-utils" ;
case FS_NILFS2 : return "nilfs-utils / nilfs-tools";
case FS_NTFS : return "ntfs-3g / ntfsprogs" ;
case FS_REISER4 : return "reiser4progs" ;
case FS_REISERFS : return "reiserfsprogs / reiserfs-utils" ;