mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
test: install losetup by default
Preparation for the next commit.
This commit is contained in:
parent
616779c345
commit
92ecc87512
@ -21,7 +21,6 @@ test_append_files() {
|
||||
instmods overlay =overlayfs
|
||||
install_dmevent
|
||||
generate_module_dependencies
|
||||
inst_binary losetup
|
||||
inst_binary mksquashfs
|
||||
inst_binary unsquashfs
|
||||
install_verity_minimal
|
||||
|
@ -27,7 +27,6 @@ test_append_files() {
|
||||
instmods overlay =overlayfs
|
||||
install_dmevent
|
||||
generate_module_dependencies
|
||||
inst_binary losetup
|
||||
inst_binary wc
|
||||
if command -v openssl >/dev/null 2>&1; then
|
||||
inst_binary openssl
|
||||
|
@ -15,7 +15,6 @@ test_append_files() {(
|
||||
instmods loop =block
|
||||
instmods dm_integrity =md
|
||||
|
||||
inst_binary losetup
|
||||
inst_binary integritysetup
|
||||
inst_binary blkid
|
||||
install_dmevent
|
||||
|
@ -154,6 +154,7 @@ BASICTOOLS=(
|
||||
ln
|
||||
loadkeys
|
||||
login
|
||||
losetup
|
||||
lz4cat
|
||||
mkfifo
|
||||
mktemp
|
||||
|
Loading…
Reference in New Issue
Block a user