]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dracut.sh): handle sbsign errors for UEFI builds
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 13 Feb 2023 10:13:00 +0000 (11:13 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 13 Feb 2023 18:45:51 +0000 (18:45 +0000)
commita6dd5bfb9a514a3bf650cc1e8d4311c05e9b968c
tree951c24b0a7013973009dfdd08feecbbd900f8d24
parent8602df705879100be17e93fe56f5cbeb6216248f
fix(dracut.sh): handle sbsign errors for UEFI builds

`sbsign` does not issue any error if there is not enough disk space to create
the signed file using its `--output` option. So, verify the signed image after
its creation using `sbverify`.

Fixes issue #2197
dracut.sh