xinit no longer includes the xdm script so we start xdm manually
This commit is contained in:
parent
6745ad7bba
commit
49a48fe340
|
@ -6,7 +6,7 @@ postinstall: $(xdm_files)
|
||||||
cp $(xdm_files) "$(CHROOT)"/etc/X11/xdm
|
cp $(xdm_files) "$(CHROOT)"/etc/X11/xdm
|
||||||
echo "XSESSION=Xfce4" > "$(CHROOT)"/etc/env.d/99local
|
echo "XSESSION=Xfce4" > "$(CHROOT)"/etc/env.d/99local
|
||||||
chroot "$(CHROOT)" env-update
|
chroot "$(CHROOT)" env-update
|
||||||
chroot "$(CHROOT)" rc-update add xdm default
|
echo /usr/bin/xdm >> "$(CHROOT)"/etc/conf.d/local.start
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue