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