Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
e659d83a
Unverified
Commit
e659d83a
authored
Jun 16, 2018
by
Igor Pečovnik
Committed by
GitHub
Jun 16, 2018
Browse files
Fix for wrong c/p operation
parent
e7023c33
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-functions
View file @
e659d83a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment