This commit is contained in:
simono41 2018-03-25 19:41:15 +02:00
commit 840ee7385d

View file

@ -553,11 +553,7 @@ if [ "${vollinstallation}" != "n" ]; then
cd / cd /
# iso_name # iso_name
if [ "${version}" == "libre" ]; then echo "${repo}-${version}" > /etc/hostname
echo "${repo}-libre" > /etc/hostname
else
echo ${repo} > /etc/hostname
fi
# uefi-boot # uefi-boot
cp /opt/${repo1}/uefi-boot.sh /usr/bin/uefi-boot cp /opt/${repo1}/uefi-boot.sh /usr/bin/uefi-boot