installer.sh: copy /etc/X11/xorg.conf.d/*.conf from live to installed system
This commit is contained in:
parent
05f763f9fa
commit
85a429b652
@ -414,7 +414,7 @@ ${MOUNT_SPACE} Mbytes copied
|
|||||||
Installation time: $TIME_ELAPSED minutes"
|
Installation time: $TIME_ELAPSED minutes"
|
||||||
|
|
||||||
CONFIGURED_FILES="/etc/vconsole.conf /etc/locale.conf \
|
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
|
for f in $CONFIGURED_FILES; do
|
||||||
cp $f ${MOUNTPOINT}/${f}
|
cp $f ${MOUNTPOINT}/${f}
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user