Discussion:
[2770] (list_types) allow using nilfs2 during install
root-odJJhXpcy38dnm+
2012-01-23 19:06:05 UTC
Permalink
Revision: 2770
Author: tv
Date: 2012-01-23 20:06:04 +0100 (Mon, 23 Jan 2012)
Log Message:
-----------
(list_types) allow using nilfs2 during install

Modified Paths:
--------------
drakx/trunk/perl-install/fs/type.pm
drakx/trunk/perl-install/install/NEWS

Modified: drakx/trunk/perl-install/fs/type.pm
===================================================================
--- drakx/trunk/perl-install/fs/type.pm 2012-01-23 19:05:58 UTC (rev 2769)
+++ drakx/trunk/perl-install/fs/type.pm 2012-01-23 19:06:04 UTC (rev 2770)
@@ -121,8 +121,8 @@
0x81 => '', 'Minix / old Linux',
if_(!$::isInstall,
0x83 => 'reiser4', 'Journalised FS: Reiser4',
+ ),
0x83 => 'nilfs2', 'NILFS2',
- ),
0x83 => 'btrfs', 'Btrfs',
0x84 => '', 'OS/2 hidden C: drive',
0x86 => '', 'NTFS volume set (0x86)',

Modified: drakx/trunk/perl-install/install/NEWS
===================================================================
--- drakx/trunk/perl-install/install/NEWS 2012-01-23 19:05:58 UTC (rev 2769)
+++ drakx/trunk/perl-install/install/NEWS 2012-01-23 19:06:04 UTC (rev 2770)
@@ -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

Loading...