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:
parent
530e84bace
commit
7be6d0967a
2
README
2
README
|
@ -268,7 +268,7 @@ provide this support:
|
||||||
hfsutils
|
hfsutils
|
||||||
hfsprogs
|
hfsprogs
|
||||||
jfsutils
|
jfsutils
|
||||||
nilfs-utils
|
nilfs-utils / nilfs-tools
|
||||||
ntfs-3g / ntfsprogs
|
ntfs-3g / ntfsprogs
|
||||||
reiser4progs
|
reiser4progs
|
||||||
reiserfsprogs / reiserfs-utils / reiserfs
|
reiserfsprogs / reiserfs-utils / reiserfs
|
||||||
|
|
|
@ -440,7 +440,7 @@ Glib::ustring Utils::get_filesystem_software( FSType filesystem )
|
||||||
case FS_LVM2_PV : return "lvm2" ;
|
case FS_LVM2_PV : return "lvm2" ;
|
||||||
case FS_LUKS : return "cryptsetup, dmsetup";
|
case FS_LUKS : return "cryptsetup, dmsetup";
|
||||||
case FS_MINIX : return "util-linux";
|
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_NTFS : return "ntfs-3g / ntfsprogs" ;
|
||||||
case FS_REISER4 : return "reiser4progs" ;
|
case FS_REISER4 : return "reiser4progs" ;
|
||||||
case FS_REISERFS : return "reiserfsprogs / reiserfs-utils" ;
|
case FS_REISERFS : return "reiserfsprogs / reiserfs-utils" ;
|
||||||
|
|
Loading…
Reference in New Issue