diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:06:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:06:04 +0000 |
commit | 5de6083313d8a00f17078f9b87b9a1a5c944afee (patch) | |
tree | 3d8e621a8a0ec6a7b7d6d7a49f37170c9d93f4de /perl-install | |
parent | b6f5922f7b586f6dc11b95afb64f5534e2c1296c (diff) | |
download | drakx-5de6083313d8a00f17078f9b87b9a1a5c944afee.tar drakx-5de6083313d8a00f17078f9b87b9a1a5c944afee.tar.gz drakx-5de6083313d8a00f17078f9b87b9a1a5c944afee.tar.bz2 drakx-5de6083313d8a00f17078f9b87b9a1a5c944afee.tar.xz drakx-5de6083313d8a00f17078f9b87b9a1a5c944afee.zip |
(list_types) allow using nilfs2 during install
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/type.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
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 |