]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dracut.sh): handle out of space error for UEFI builds
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 13 Feb 2023 10:11:09 +0000 (11:11 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 13 Feb 2023 18:45:51 +0000 (18:45 +0000)
commit8602df705879100be17e93fe56f5cbeb6216248f
tree13ea46dd56290623877c0508d7bb3c88eccab133
parent726d56ca0a23e5a39de5f809da2d20ce7985d437
fix(dracut.sh): handle out of space error for UEFI builds

If `cp` fails, do not continue, print an error and exit, like it's already
being done for non-UEFI builds.
dracut.sh