diff options
| -rwxr-xr-x | installer/slxossetup | 4 |
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 |
