]> git.ipfire.org Git - thirdparty/systemd.git/commit
kernel-install: skip to read /etc/machine-info in test
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 Jun 2023 05:00:09 +0000 (14:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 Jun 2023 09:53:29 +0000 (18:53 +0900)
commita5ebaf7982282e2aa932f7840a9a1c71407705be
tree707dca4121baaf18a3831529f9c2b8663609e715
parentcf4dbd84ac31bbfcab905bc02bf03f67acca7413
kernel-install: skip to read /etc/machine-info in test

We do not provide any way to override /etc/machine-info.
As the file is deprecated in kernel-install, let's skip to read it when
we test kernel-install.

Fixes #28011.
src/kernel-install/kernel-install.c
src/kernel-install/test-kernel-install.sh