]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: deprecate --make-machine-id-directory=auto 21807/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 17 Dec 2021 17:37:08 +0000 (18:37 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 17 Dec 2021 17:48:08 +0000 (18:48 +0100)
commit1ff493d5c1155ed791a1ae2e0264b5f2213c5765
tree7927e193218c1549f7485fea2ea63ccf3ef6a000
parent47fb161e3a72c65071038eddbd84108504155b77
bootctl: deprecate --make-machine-id-directory=auto

Now that kernel-install creates the machine-id directory, we don't need to do
this is 'bootctl install', and in fact it's better not to do this since it
might never be necessary. So let's change the default behaviour to 'no'.

I kept support for 'auto' to maintain backwards compatibility, even though the
default was changed. Previous behaviour can be requested by specifying
--make-machine-id-directory=auto.
man/bootctl.xml
src/boot/bootctl.c