Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu's initramfs Busybox does not support `ps -o pid,ppid`, so fallback to unpredictable `ps -l`. In any case use `awk` to find the position of PID and PPID columns and dump appropriate child PIDs. This should be hopefully bullet-proof. Also clean-up leftover PID file. Signed-off-by: Oldřich Jedlička <[email protected]>
- Loading branch information