23ca0987b3
This finally works with GNOME 3. It's still headless, works with XDMCP, but a bit slow (at least on HiDPI displays). Still needs some work.
17 lines
421 B
Makefile
17 lines
421 B
Makefile
|
|
preinstall: custom.conf dhclient.conf
|
|
mkdir -p "$(CHROOT)"/etc/dhcp
|
|
cp dhclient.conf "$(CHROOT)"/etc/dhcp/dhclient.conf
|
|
mkdir -p "$(CHROOT)"/etc/gdm
|
|
cp custom.conf "$(CHROOT)"/etc/gdm/custom.conf
|
|
|
|
|
|
postinstall:
|
|
$(inroot) systemctl enable NetworkManager.service
|
|
$(inroot) systemctl enable gdm.service
|
|
$(inroot) systemctl enable avahi-daemon.service
|
|
$(inroot) ln -nsf /usr/lib/systemd/systemd /sbin/init
|
|
|
|
clean:
|
|
|