mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
bootctl: add comment, explaining when verb_install() is called
This commit is contained in:
@@ -1932,6 +1932,8 @@ static int verb_install(int argc, char *argv[], void *userdata) {
|
||||
bool install, graceful;
|
||||
int r;
|
||||
|
||||
/* Invoked for both "update" and "install" */
|
||||
|
||||
install = streq(argv[0], "install");
|
||||
graceful = !install && arg_graceful; /* support graceful mode for updates */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user