From 3b0fbbaafef71c7566e82b7fa77ef67965adc5b4 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Sat, 27 Jan 2007 16:19:00 +0000 Subject: Do not check if smart or any other meta packager is available in the hosting system. We ensure to install the required packager into the stage1 destination. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@643 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxossetup | 7 ------- 1 file changed, 7 deletions(-) (limited to 'installer') diff --git a/installer/slxossetup b/installer/slxossetup index 09e8f7e4..94ce5789 100755 --- a/installer/slxossetup +++ b/installer/slxossetup @@ -19,13 +19,6 @@ test "$2" && \ PATH="/sbin:/bin:/usr/bin:/usr/sbin" -for binary in smart; do - if ! type -p "${binary}" >/dev/null; then - echo "$0: Error, required binary, ${binary} not found in PATH, ${PATH}! " - exit 1 - fi -done - if test -z "${SLX_SYSTEM_BASENAME}"; then echo "$0: Error, not provided! " exit 1 -- cgit v1.2.3-55-g7522