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:
commit
1be50af42e
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user