diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 4be5aef7c..8a428c2e0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- add /etc/mke2fs.conf in order to format ext3fs with 4k blocks (#27377) - diskdrake o fix 1.9TB displayed as 1TB - do not ask for updates at end of installation when updates are already diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 09c7035ef..7684195c3 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -21,6 +21,7 @@ badblocks mkswap + /etc/mke2fs.conf mkfs.ext2 mkfs.ext3 e2fsck tune2fs dumpe2fs resize2fs mkfs.reiserfs |