Date: Tue, 27 Jul 2021 19:21:24 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 257458] efibootmgr(8) does not respect --dry-run for most operations Message-ID: <bug-257458-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257458 Bug ID: 257458 Summary: efibootmgr(8) does not respect --dry-run for most operations Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: yzhong@freebsdfoundation.org When I use efibootmgr to delete boot entries, I expect something like efibootmgr --dry-run -B -b 0015 to display which entry it would delete, but not actually delete it. In real= ity, it deletes the entry. Looking at the source, it appears that the dry-run fl= ag is only considered when creating new boot entries, but the man page gives no indication of this. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257458-227>