summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/03-speedfire-fixes
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2024-02-25 18:21:20 +0100
committerHolger Paradies <retabell@gmx.de>2024-02-25 18:21:20 +0100
commitf29acd7e353508ad6b1cfc419315ebb6ebd90960 (patch)
treea93b0d5765731b2ea9786324f16130f31c3730ec /config/chroot_local-hooks/03-speedfire-fixes
parent0a4134d8773b68f6f714017a33c8aa3687d0e833 (diff)
downloadkanotix-f29acd7e353508ad6b1cfc419315ebb6ebd90960.zip
kanotix-f29acd7e353508ad6b1cfc419315ebb6ebd90960.tar.gz
Disable hpaio
Diffstat (limited to 'config/chroot_local-hooks/03-speedfire-fixes')
-rwxr-xr-xconfig/chroot_local-hooks/03-speedfire-fixes5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-speedfire-fixes b/config/chroot_local-hooks/03-speedfire-fixes
index deafc7a..871009d 100755
--- a/config/chroot_local-hooks/03-speedfire-fixes
+++ b/config/chroot_local-hooks/03-speedfire-fixes
@@ -63,5 +63,10 @@ EOF
cd -
fi
+# annoying workaround for hpaio (disable prompt for root password in installed system)
+# or install avahi-daemon to solve this issue
+ if [ -e /etc/sane.d/dll.d/hplip ]; then
+ sed -i 's/^hpaio/#hpaio/' /etc/sane.d/dll.d/hplip
+ fi
fi