fix
This commit is contained in:
parent
b188082038
commit
819fc35dc7
1 changed files with 35 additions and 35 deletions
|
@ -1110,12 +1110,12 @@ if [ "${name}" != "noinstall" ] && [ -z "${installationsfehler}" ] && [ "${offli
|
||||||
arch-chroot ${mountpoint} chfn -f "${name}" user1
|
arch-chroot ${mountpoint} chfn -f "${name}" user1
|
||||||
arch-chroot ${mountpoint} passwd user1
|
arch-chroot ${mountpoint} passwd user1
|
||||||
|
|
||||||
|
if [ -f /usr/bin/lightdm ]; then
|
||||||
mkdir -p ${mountpoint}/etc/lightdm/
|
mkdir -p ${mountpoint}/etc/lightdm/
|
||||||
cp /opt/${repo}/Xsession /opt/${repo}/keys.conf /opt/${repo}/lightdm-gtk-greeter.conf /opt/${repo}/lightdm.conf /opt/${repo}/users.conf ${mountpoint}/etc/lightdm/
|
cp /opt/${repo}/Xsession /opt/${repo}/keys.conf /opt/${repo}/lightdm-gtk-greeter.conf /opt/${repo}/lightdm.conf /opt/${repo}/users.conf ${mountpoint}/etc/lightdm/
|
||||||
if [ "${verschluesselung}" == "y" ] && [ -f /usr/bin/lightdm ] ; then
|
|
||||||
arch-chroot ${mountpoint} systemctl enable lightdm-plymouth.service
|
arch-chroot ${mountpoint} systemctl enable lightdm-plymouth.service
|
||||||
else
|
else
|
||||||
arch-chroot ${mountpoint} systemctl enable lightdm.service
|
echo "lightdm nicht vorhanden!!!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue