Skip to content
Snippets Groups Projects
Commit 84b9e2b3 authored by osak buildhauer user's avatar osak buildhauer user
Browse files

Make KDE configration global

This way, the 'Desktop' activity will get created because KDE doesn't
consider itself already configured.
parent 3e8c02c0
No related branches found
No related tags found
No related merge requests found
...@@ -245,8 +245,9 @@ ifneq ($(strip $(APT_SOURCE_URL_OVERRIDE)),) ...@@ -245,8 +245,9 @@ ifneq ($(strip $(APT_SOURCE_URL_OVERRIDE)),)
endif endif
#set timezone #set timezone
echo -n "Europe/Berlin" > "$(call archdir,$*)$(ROOTFS)/etc/timezone" echo -n "Europe/Berlin" > "$(call archdir,$*)$(ROOTFS)/etc/timezone"
#install skel files (in particular kde defaults) #install system wide xdg files (in particular kde defaults)
cp -R "$(CURDIR)/contrib/rootfs/skel" "$(call archdir,$*)$(ROOTFS)/etc/" mkdir -p "$(call archdir,$*)$(ROOTFS)/etc/xdg"
cp -R "$(CURDIR)/contrib/rootfs/xdg/*" "$(call archdir,$*)$(ROOTFS)/etc/xdg"
#install modprobe.d files #install modprobe.d files
cp "$(CURDIR)/contrib/rootfs/modprobe.d/"* "$(call archdir,$*)$(ROOTFS)/etc/modprobe.d/" cp "$(CURDIR)/contrib/rootfs/modprobe.d/"* "$(call archdir,$*)$(ROOTFS)/etc/modprobe.d/"
#install sysctl.d files #install sysctl.d files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment