Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dspinella:systemd
systemd
options.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File options.diff of Package systemd
diff --git a/src/shared/bootspec.c b/src/shared/bootspec.c index df45c67000..16ac889e82 100644 --- a/src/shared/bootspec.c +++ b/src/shared/bootspec.c @@ -1500,7 +1500,7 @@ static int print_cmdline( } if (final_cmdline) - printf(" finalCmdline: %s\n", final_cmdline); + printf(" options: %s\n", final_cmdline); return 0; } @@ -1560,7 +1560,7 @@ static int json_cmdline( v, JSON_BUILD_OBJECT( JSON_BUILD_PAIR_CONDITION(def_cmdline, "ukiCmdline", JSON_BUILD_STRING(def_cmdline)), JSON_BUILD_PAIR("addons", JSON_BUILD_VARIANT(addons_array)), - JSON_BUILD_PAIR_CONDITION(final_cmdline, "finalCmdline", JSON_BUILD_STRING(final_cmdline)))); + JSON_BUILD_PAIR_CONDITION(final_cmdline, "options", JSON_BUILD_STRING(final_cmdline)))); if (r < 0) return log_oom(); return 0;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor