From: kokkiemouse Date: Mon, 21 Sep 2020 08:00:48 +0000 (+0900) Subject: replace dm X-Git-Tag: 2020-11-20-a~136 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9fe02b3b1c41b30db88a0f2def0d64bf0b9c025b;p=alterlinux%2FLFBS.git replace dm Signed-off-by: kokkiemouse --- diff --git a/channels/lxde/airootfs/root/customize_airootfs_lxde.sh b/channels/lxde/airootfs/root/customize_airootfs_lxde.sh index fbaefbb..1ca0e56 100644 --- a/channels/lxde/airootfs/root/customize_airootfs_lxde.sh +++ b/channels/lxde/airootfs/root/customize_airootfs_lxde.sh @@ -20,4 +20,6 @@ while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do esac done systemctl disable lxdm.service -systemctl enable getty@tty1.service \ No newline at end of file +dnf remove -y lxdm +dnf install -y lightdm lightdm-gtk +systemctl enable lightdm.service