#!/bin/sh
###############################################################################
#
#          Dell Inc. PROPRIETARY INFORMATION
#
#  This software is supplied under the terms of a license agreement or
#  nondisclosure agreement with Dell Inc. and may not
#  be copied or disclosed except in accordance with the terms of that
#  agreement.
#
#  Copyright (c) 2000-2009 Dell Inc. All Rights Reserved.
#
#
#  Revision:
#    $Revision: $
#
#  Last Modified By / On:
#    $Author: $ / $Date: $
#
#  Author:
#    OpenManage Install
#
#  Environment:
#    Linux
#
#  User/Kernel Mode:
#    User
#
#  Abstract/Purpose:
#    Functions used by OM components to decide the type of system.
#
#  See Also:
#
#
#  Notes:
#
#
###############################################################################

ARCH=`uname -i`

SPACES_REPLMT=`echo "$0" | sed "s/ /\\\ /"`
SCRIPT_PATH=`dirname "$SPACES_REPLMT"`

"${SCRIPT_PATH}"/smbios-sys-info-lite_${ARCH}
