diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/fs/format.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 93abefc46..df083c195 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - update list for modules needing firmware - recognize new kernel 5.2 - 5.4 drivers +- diskdrake: + o make reformating nilfs2 fses to work - drakfont: o don't crash when fonts.cache-1 to delete doesn't exist anymore (mga#21086) - drakboot: initial support for setting up uefi on aarch64 diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index 0be25e3d7..1e1175b3e 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -24,7 +24,7 @@ my %cmds = ( ntfs => [ 'ntfsprogs', 'mkntfs', '--fast' ], 'ntfs-3g' => [ 'ntfsprogs', 'mkntfs', '--fast' ], btrfs => [ 'btrfs-progs', 'mkfs.btrfs', '-f' ], - nilfs2 => [ 'nilfs-utils', 'mkfs.nilfs2' ], + nilfs2 => [ 'nilfs-utils', 'mkfs.nilfs2', '-f' ], ); my %LABELs = ( #- option, length, handled_by_mount diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 5a48eb80c..ced94a4c5 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- partitioning: + o make reformating nilfs2 fses to work - sync list for modules needing firmware with kernel 5.5 Version 18.23 - 25 January 2020 |