mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
test: make sure to install the filesystem package in the test image on SUSE
Othewise test images are missing the tmpfiles snippets used to create the very basic files at boot, which can be useful when a test wants to reuse the OS tree (is already running in) for spawning a new container in pristine state.
This commit is contained in:
parent
26fff16b90
commit
08abfd0b8c
@ -1378,6 +1378,9 @@ install_rpm() {
|
||||
install_suse_systemd() {
|
||||
local pkgs
|
||||
|
||||
dinfo "Install basic filesystem structure"
|
||||
install_rpm filesystem
|
||||
|
||||
dinfo "Install SUSE systemd"
|
||||
|
||||
pkgs=(
|
||||
|
Loading…
Reference in New Issue
Block a user