Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pdist-bootcheck: Don't loop when system disk is full
This script uses a file `/var/run/updatecheck.reboot-triggered` to prevent boot loops on pdist failures when pdist+reboot is required. However, when the system disk is full, the creation of that file might fail. Check for reasonable free space before attempting pdist and create the flag file before pdist is started.
- Loading branch information