Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libvirt: Fix config_libvirt to not exit
config_libvirt.sh has `set -o errexit`, so we can't use a grep for rhel and test if it fails as this will exit the script. Instead use the ID field from `/etc/os-release` or `/usr/lib/os-release` Signed-off-by: stevenhorsman <steven@uk.ibm.com>
- Loading branch information