mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
include cryptsetup in build, will break 4M ROM images
This commit is contained in:
parent
da2a6580ce
commit
1414023e6e
3
Makefile
3
Makefile
@ -151,6 +151,9 @@ $(build)/$(coreboot_dir)/util/cbmem/cbmem: $(build)/$(coreboot_dir)/.canary
|
|||||||
# Mounting dm-verity file systems requires dm-verity to be installed
|
# Mounting dm-verity file systems requires dm-verity to be installed
|
||||||
# We use gpgv to verify the signature on the root hash.
|
# We use gpgv to verify the signature on the root hash.
|
||||||
# Both of these should be brought in as modules instead of from /sbin
|
# Both of these should be brought in as modules instead of from /sbin
|
||||||
|
#initrd_bins += initrd/bin/cryptsetup
|
||||||
|
initrd/bin/cryptsetup: /sbin/cryptsetup
|
||||||
|
cp "$<" "$@"
|
||||||
initrd_bins += initrd/bin/dmsetup
|
initrd_bins += initrd/bin/dmsetup
|
||||||
initrd/bin/dmsetup: /sbin/dmsetup
|
initrd/bin/dmsetup: /sbin/dmsetup
|
||||||
cp "$<" "$@"
|
cp "$<" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user