diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 4 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 1fbd6244f..f95486fe4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,11 +1,13 @@ - adjust debug build to current python +- partitioning: + o enable to install on F2FS formated partitions Version 18.24 - 15 March 2020 - fix tracking of installed packages (mga#26284) - include plugin for supporting Windows 10 NTFS "Compact OS" - drakx-in-chroot: - o skip disk ESP & BIOS boot partition checks + o skip disk ESP & BIOS boot partition checks - partitioning: o make reformating nilfs2 fses to work - sync list for modules needing firmware with kernel 5.5 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 098081331..32ff123b1 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -26,6 +26,7 @@ xfs_db <!-- needed by xfs_admin for setting UUID --> mkfs.btrfs btrfs btrfsck fsck.btrfs btrfstune + mkfs.f2fs fsck.f2fs resize.f2fs mkfs.jfs fsck.jfs jfs_tune mkfs.nilfs2 nilfs-tune |