From 5de6083313d8a00f17078f9b87b9a1a5c944afee Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Jan 2012 19:06:04 +0000 Subject: (list_types) allow using nilfs2 during install --- perl-install/fs/type.pm | 2 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') 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 -- cgit v1.2.1