From 85a429b6524b07862d0f3c0d32ce94809bdbfcd2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 8 Aug 2014 20:05:50 +0200 Subject: [PATCH] installer.sh: copy /etc/X11/xorg.conf.d/*.conf from live to installed system --- installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index 1fbedbf..64f0702 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -414,7 +414,7 @@ ${MOUNT_SPACE} Mbytes copied Installation time: $TIME_ELAPSED minutes" CONFIGURED_FILES="/etc/vconsole.conf /etc/locale.conf \ - /etc/X11/xorg.conf /etc/X11/xorg.conf.d/10-keyboard.conf /etc/X11/xorg.conf.d/20-touchpad.conf" + /etc/X11/xorg.conf /etc/X11/xorg.conf.d/*.conf" for f in $CONFIGURED_FILES; do cp $f ${MOUNTPOINT}/${f} done