diff options
Diffstat (limited to 'config/chroot_local-hooks/03-speedfire-fixes')
-rwxr-xr-x | config/chroot_local-hooks/03-speedfire-fixes | 5 |
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 |