Hide file copy log. No need for this to be verbose
This commit is contained in:
@@ -102,7 +102,7 @@ function configure_x_server {
|
|||||||
# Enable KB/Mouse input capture with Xorg if configured
|
# Enable KB/Mouse input capture with Xorg if configured
|
||||||
if [ ${ENABLE_EVDEV_INPUTS:-} = "true" ]; then
|
if [ ${ENABLE_EVDEV_INPUTS:-} = "true" ]; then
|
||||||
print_step_header "Enabling evdev input class on pointers, keyboards, touchpads, touch screens, etc."
|
print_step_header "Enabling evdev input class on pointers, keyboards, touchpads, touch screens, etc."
|
||||||
cp -fv /usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf
|
cp -f /usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf
|
||||||
else
|
else
|
||||||
print_step_header "Leaving evdev inputs disabled"
|
print_step_header "Leaving evdev inputs disabled"
|
||||||
fi
|
fi
|
||||||
@@ -111,7 +111,7 @@ function configure_x_server {
|
|||||||
if ([ "X${monitor_connected}" = "X" ] || [ "${FORCE_X11_DUMMY_CONFIG}" = "true" ]); then
|
if ([ "X${monitor_connected}" = "X" ] || [ "${FORCE_X11_DUMMY_CONFIG}" = "true" ]); then
|
||||||
print_step_header "No monitors connected. Installing dummy xorg.conf"
|
print_step_header "No monitors connected. Installing dummy xorg.conf"
|
||||||
# Use a dummy display input
|
# Use a dummy display input
|
||||||
cp -fv /templates/xorg/xorg.dummy.conf /etc/X11/xorg.conf
|
cp -f /templates/xorg/xorg.dummy.conf /etc/X11/xorg.conf
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user