mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
Merge pull request #31317 from fbuihuu/update-tests-for-suse
Update tests for SUSE
This commit is contained in:
@@ -1378,10 +1378,14 @@ install_rpm() {
|
||||
install_suse_systemd() {
|
||||
local pkgs
|
||||
|
||||
dinfo "Install basic filesystem structure"
|
||||
install_rpm filesystem
|
||||
|
||||
dinfo "Install SUSE systemd"
|
||||
|
||||
pkgs=(
|
||||
systemd
|
||||
systemd-boot
|
||||
systemd-container
|
||||
systemd-coredump
|
||||
systemd-experimental
|
||||
|
||||
@@ -13,6 +13,11 @@ if ! command -v bootctl >/dev/null; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ ! -d /usr/lib/systemd/boot/efi ]]; then
|
||||
echo "sd-boot is not installed, skipping."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# shellcheck source=test/units/util.sh
|
||||
. "$(dirname "$0")"/util.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user