From 9a62b5e0712ffd1e5e9ba54e2ccc474e3fe7b87d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 30 Mar 2010 14:27:41 +0000 Subject: detect "Rack Mount" Chassis as server --- perl-install/NEWS | 1 + perl-install/detect_devices.pm | 2 +- perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index ac0c69df1..1ba1db8bd 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - drakxservices: o translate more service descriptions (#46640) +- detect "Rack Mount" Chassis as server Version 13.15 - 17 March 2010 diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index c49e4b520..9818745c1 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1095,7 +1095,7 @@ sub computer_info() { +{ isLaptop => member($Chassis, 'Portable', 'Laptop', 'Notebook', 'Hand Held', 'Sub Notebook', 'Docking Station'), - isServer => member($Chassis, 'Pizza Box', 'Main Server Chassis', 'Blade'), + isServer => member($Chassis, 'Pizza Box', 'Main Server Chassis', 'Rack Mount Chassis', 'Blade'), if_($BIOS_Year, BIOS_Year => $BIOS_Year), }; } diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 4a5e77cf7..21dea12cc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - services management: o translate more service descriptions (#46640) +- detect "Rack Mount" Chassis as server Version 13.16 - 19 March 2010 -- cgit v1.2.1