Searched hist:"760987 ecd39b54374aef40783b2c232997f3ac04" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/bectl/ |
H A D | bectl.c | diff 760987ecd39b54374aef40783b2c232997f3ac04 Wed Aug 23 20:39:13 CEST 2023 Robert Wing <rew@FreeBSD.org> bectl: make mount subcommand less verbose
The mount subcommand currently produces output such as: # bectl mount <bootenv> Successfully mounted <bootenv> at <mountpoint>
This commit changes it to only print the mountpoint: # bectl mount <bootenv> <mountpoint>
This makes it easier to script the mount subcommand. If an error occurs while mounting, an error message is printed to stderr and bectl will exit with a non-zero value.
PR: 273180 Reviewed by: kevans, asomers Differential Revision: https://reviews.freebsd.org/D41562
|