commit | 1fa442ed4330a7c489479a3e3c333239ca6441ec | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 28 20:41:58 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 02 23:34:26 2019 +0100 |
tree | 4ea8f4fa831e427178cf7cc68230184a813529ae | |
parent | fdef298338e4e775d41ab77b25edb695b2d8e1c0 [diff] |
efi_loader: error handling for `efidebug boot add` In `efidebug boot add iPXE scsi 0:1 snp-arm64.efi --foo` a parameter is missing. Hence the command should not silently return as if everything were ok but should display the usage info. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Alexander Graf <agraf@csgraf.de>