diff --git a/arch-graphical-install-auto b/arch-graphical-install-auto index 1c3c6ba..9d03123 100755 --- a/arch-graphical-install-auto +++ b/arch-graphical-install-auto @@ -553,11 +553,7 @@ if [ "${vollinstallation}" != "n" ]; then cd / # iso_name - if [ "${version}" == "libre" ]; then - echo "${repo}-libre" > /etc/hostname - else - echo ${repo} > /etc/hostname - fi + echo "${repo}-${version}" > /etc/hostname # uefi-boot cp /opt/${repo1}/uefi-boot.sh /usr/bin/uefi-boot