summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/fs/type.pm2
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 75a851047..fe5468806 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -121,8 +121,8 @@ if_(arch() !~ /ppc/,
0x81 => '', 'Minix / old Linux',
if_(!$::isInstall,
0x83 => 'reiser4', 'Journalised FS: Reiser4',
- 0x83 => 'nilfs2', 'NILFS2',
),
+ 0x83 => 'nilfs2', 'NILFS2',
0x83 => 'btrfs', 'Btrfs',
0x84 => '', 'OS/2 hidden C: drive',
0x86 => '', 'NTFS volume set (0x86)',
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 352cb1239..e18139267 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,5 @@
- diskdrake:
+ o allow using nilfs2 during install
o enable to set label on btrfs & nilfs fses as well as on swap
o preserve UUID when reformating a nilfs fs