]> git.ipfire.org Git - thirdparty/systemd.git/commit
Rename "system-options" to "systemd-efi-options" 14074/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Nov 2019 18:47:50 +0000 (19:47 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Nov 2019 19:20:58 +0000 (20:20 +0100)
commit2536752dda4b62646814fa4e6b3d0987642bf200
tree7cac06ad58ac42fa70d9e4926e208af6f850a292
parentcc560ac064608e9109e1a5a4a99674f360833bee
Rename "system-options" to "systemd-efi-options"

This makes the naming more consistent: we now have
bootctl systemd-efi-options,
$SYSTEMD_EFI_OPTIONS
and the SystemdOptions EFI variable.

(SystemdEFIOptions would be redundant, because it is only used in the context
of efivars, and users don't interact with that name directly.)

bootctl is adjusted to use 2sp indentation, similarly to systemctl and other
programs.

Remove the prefix with the old name from 'bootctl systemd-efi-options' output,
since it's redundant and we don't want the old name anyway.
NEWS
docs/ENVIRONMENT.md
man/bootctl.xml
src/basic/efivars.c
src/basic/efivars.h
src/basic/proc-cmdline.c
src/boot/bootctl.c