xinit no longer includes the xdm script so we start xdm manually

This commit is contained in:
Albert Hopkins 2011-01-19 21:18:04 -05:00
parent 6745ad7bba
commit 49a48fe340
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ postinstall: $(xdm_files)
cp $(xdm_files) "$(CHROOT)"/etc/X11/xdm
echo "XSESSION=Xfce4" > "$(CHROOT)"/etc/env.d/99local
chroot "$(CHROOT)" env-update
chroot "$(CHROOT)" rc-update add xdm default
echo /usr/bin/xdm >> "$(CHROOT)"/etc/conf.d/local.start
clean: