summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorLars Müller2007-01-27 17:19:00 +0100
committerLars Müller2007-01-27 17:19:00 +0100
commit3b0fbbaafef71c7566e82b7fa77ef67965adc5b4 (patch)
tree444ef687924ea0f16fe955c925136de544dc8fe0 /installer
parentSome minor improvements (diff)
downloadcore-3b0fbbaafef71c7566e82b7fa77ef67965adc5b4.tar.gz
core-3b0fbbaafef71c7566e82b7fa77ef67965adc5b4.tar.xz
core-3b0fbbaafef71c7566e82b7fa77ef67965adc5b4.zip
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
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/slxossetup7
1 files changed, 0 insertions, 7 deletions
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, <system-name> not provided! "
exit 1