summaryrefslogtreecommitdiffstats
path: root/installer/slxossetup
diff options
context:
space:
mode:
authorLars Müller2007-01-27 22:27:31 +0100
committerLars Müller2007-01-27 22:27:31 +0100
commit09457f5d72e2421112db8dfa1c31a6c1719bc3f2 (patch)
tree8b96d57abe09c84ace31f9891f2b7403e3aaf523 /installer/slxossetup
parentRedefine the SLX_INST_ARCH as Debian based systems use amd64 instead of (diff)
downloadcore-09457f5d72e2421112db8dfa1c31a6c1719bc3f2.tar.gz
core-09457f5d72e2421112db8dfa1c31a6c1719bc3f2.tar.xz
core-09457f5d72e2421112db8dfa1c31a6c1719bc3f2.zip
Add a todo regarding the architecture. I'm not sure yet if there is a
need to differ between kernel and vendor arch. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@645 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/slxossetup')
-rwxr-xr-xinstaller/slxossetup4
1 files changed, 3 insertions, 1 deletions
diff --git a/installer/slxossetup b/installer/slxossetup
index d8bb3553..7b2c88bb 100755
--- a/installer/slxossetup
+++ b/installer/slxossetup
@@ -480,7 +480,9 @@ function slxossetup()
i*86) SLX_INST_ARCH="${X86_ARCH}" ;;
x86_64)
# Redefine SLX_INST_ARCH in the case of Debian
- # based systems.
+ # based systems. Here we might need to differ
+ # between the vendors architecture name and the
+ # named used by the OS kernel.
case "${SLX_SYSTEM_BASENAME}" in
*debian*|*ubuntu*) SLX_INST_ARCH='amd64' ;;
esac