mirror of
https://github.com/armbian/config.git
synced 2026-01-06 09:53:35 -08:00
Fix for wrong c/p operation
This commit is contained in:
@@ -485,9 +485,9 @@ function configure_desktop ()
|
||||
|
||||
# Prevent loading paralel printer port drivers which we don't need here.Suppress boot error if kernel modules are absent
|
||||
if [[ -f /etc/modules-load.d/cups-filters.conf ]]; then
|
||||
sed "s/^lp/#lp/" -i /etc/default/console-setup
|
||||
sed "s/^ppdev/#ppdev/" -i /etc/default/console-setup
|
||||
sed "s/^parport_pc/#parport_pc/" -i /etc/default/console-setup
|
||||
sed "s/^lp/#lp/" -i /etc/modules-load.d/cups-filters.conf
|
||||
sed "s/^ppdev/#ppdev/" -i /etc/modules-load.d/cups-filters.conf
|
||||
sed "s/^parport_pc/#parport_pc/" -i /etc/modules-load.d/cups-filters.conf
|
||||
fi
|
||||
|
||||
# fix for gksu in Xenial
|
||||
|
||||
Reference in New Issue
Block a user