From 18b5a8d067bd501745bdf80d9766c30032d1e6fa Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 14 Apr 2010 16:52:38 +0000 Subject: - include btrfs tools in stage2 --- perl-install/fs/type.pm | 2 +- perl-install/install/NEWS | 7 +++++++ perl-install/install/share/list.xml | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index ce8f95436..e49ac3ed4 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -121,9 +121,9 @@ if_(arch() !~ /ppc/, 0x81 => '', 'Minix / old Linux', if_(!$::isInstall, 0x83 => 'reiser4', 'Journalised FS: Reiser4', + 0x83 => 'nilfs2', 'NILFS2', ), 0x83 => 'btrfs', 'Btrfs', - 0x83 => 'nilfs2', 'NILFS2', 0x84 => '', 'OS/2 hidden C: drive', 0x86 => '', 'NTFS volume set (0x86)', 0x87 => '', 'NTFS volume set (0x87)', diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index ba3414252..706d63faf 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,10 @@ +Version 13.19 - 14 April 2010 + +- detect "Rack Mount" Chassis as server +- diskdrake: + o use device label even if it was not changed (#47456) + o allow creating and resizing btrfs + Version 13.18 - 2 April 2010 - compute dependencies on full list of packages from rpmsrate levels instead diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 7a8355e90..76cfa75b5 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -25,7 +25,9 @@ mkfs.reiserfs resize_reiserfs reiserfstune mkfs.xfs xfs_admin - + + mkfs.btrfs btrfsctl + mkdosfs dosfslabel -- cgit v1.2.1