···583583 # While sh is bash on NixOS, this is not the case for every distro.
584584 # We explicitly call bash here to allow for the driver to boot other distros as well.
585585 out_command = (
586586- f"{timeout_str} bash -c {shlex.quote(command)} | (base64 --wrap 0; echo)\n"
586586+ f"{timeout_str} bash -c {shlex.quote(command)} | (base64 -w 0; echo)\n"
587587 )
588588589589 assert self.shell