installer.sh: copy /etc/X11/xorg.conf.d/*.conf from live to installed system

This commit is contained in:
Silvan Calarco 2014-08-08 20:05:50 +02:00
parent 05f763f9fa
commit 85a429b652

View File

@ -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