And this one additionally solves the second syntax error, i.e. it completely 
removes:
-# let the console output settle down
-ExecStartPre=-/bin/sh -e 'while systemctl list-jobs | grep -v 
friendly-recovery | grep -q running; do sleep 0.2; done'

The first problem there is that "sh -e" should be "sh -c".
The second problem is that if we make it "sh -c", then sometimes it hangs 
because it matches "No services running."
So I propose we completely remove those 2 lines instead.

** Patch added: "lp1675805.patch"
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1675805/+attachment/4848639/+files/lp1675805.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1675805

Title:
  Friendly recovery uses invalid font

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1675805/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to