# Source: --- a/config_usb_printer.py +++ b/config_usb_printer.py @@ -28,6 +28,7 @@ # Std Lib import sys import os +import time # Local from base.g import * @@ -181,9 +182,10 @@ # ******************************* RUNNING FIRMWARE DOWNLOAD TO DEVICE FOR SUPPORTED PRINTER'S fw_download_req = mq.get('fw-download', False) if fw_download_req: - fw_cmd = "hp-firmware -y3 -s %s"%param + fw_cmd = "hp-firmware -n -y3 -s %s"%param log.info(fw_cmd) fw_sts, fw_out = utils.run(fw_cmd) + time.sleep(5) if fw_sts == 0: log.debug("Firmware downloaded to %s "%device_uri) else: tion value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/lightdm.scm
2021-10-14Add git configuration templates to improve diff hunk header detection....This is a follow-up to commit 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84, which missed two hunks from <https://issues.guix.gnu.org/50363>. Reported by hackeryarn on #guix. * .gitattributes, etc/git/gitconfig: New files. Signed-off-by: Marius Bakke <marius@gnu.org> Sarah Morgensen