]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: add --install-source=auto|image|host
authorLuca Boccassi <bluca@debian.org>
Sun, 12 Jun 2022 23:21:41 +0000 (00:21 +0100)
committerLuca Boccassi <bluca@debian.org>
Fri, 8 Jul 2022 15:58:51 +0000 (16:58 +0100)
commit02d06ba18023efd21dfdcdc4545a0c99d01dd639
tree180382205ece3d7c170f68921d70c23eb5d0d947
parent80a2381d5c156cffedf41a3e7b95f7a00045a0fd
bootctl: add --install-source=auto|image|host

When using --root=/--image= the binaries to install/update will be
picked from the directory/image. Add an option to let the caller
choose.
By default (auto) the image is tried first, and if nothing is found
then the host. The other options allow to strictly try the image
or host and ignore the other.
man/bootctl.xml
shell-completion/bash/bootctl
shell-completion/zsh/_bootctl
src/boot/bootctl.c