1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

Merge pull request #26804 from fbuihuu/fixes-for-test-58-repart

Fixes for test 58 repart
This commit is contained in:
Luca Boccassi 2023-03-15 10:56:07 +00:00 committed by GitHub
commit 1be50af42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ test_append_files() {
instmods dm_verity =md
instmods erofs
generate_module_dependencies
image_install -o /sbin/mksquashfs
image_install -o /bin/mkfs.erofs
image_install -o mksquashfs
image_install -o mkfs.erofs
fi
inst_binary mcopy

View File

@ -932,7 +932,7 @@ Minimize=guess
EOF
done
if ! command -v mksquashfs >/dev/null; then
if command -v mksquashfs >/dev/null; then
tee "$defs/root-squashfs.conf" <<EOF
[Partition]
Type=root-${architecture}