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
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}