summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-09-01 10:21:15 +0000
committerAlyssa Ross <hi@alyssa.is>2022-09-01 10:23:31 +0000
commitc0b9dff8653b59f5d2a24bb539cba6c91d3f7506 (patch)
tree98013f0dad41bf500a4eae516d56e497a3e87e83
parent77fc5da0b0241ec34529f791a2884b478f78716b (diff)
downloadspectrum-c0b9dff8653b59f5d2a24bb539cba6c91d3f7506.tar
spectrum-c0b9dff8653b59f5d2a24bb539cba6c91d3f7506.tar.gz
spectrum-c0b9dff8653b59f5d2a24bb539cba6c91d3f7506.tar.bz2
spectrum-c0b9dff8653b59f5d2a24bb539cba6c91d3f7506.tar.lz
spectrum-c0b9dff8653b59f5d2a24bb539cba6c91d3f7506.tar.xz
spectrum-c0b9dff8653b59f5d2a24bb539cba6c91d3f7506.tar.zst
spectrum-c0b9dff8653b59f5d2a24bb539cba6c91d3f7506.zip
host/initramfs: remove unused Makefile dependency
This is a remnant of when we included the EXT_FS partition on the same
disk image as the rootfs.

Fixes: c7c0c20 ("live: pull out of initramfs")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--host/initramfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/initramfs/Makefile b/host/initramfs/Makefile
index ef8f182..1bdc407 100644
--- a/host/initramfs/Makefile
+++ b/host/initramfs/Makefile
@@ -53,7 +53,7 @@ build/rootfs.verity.roothash: build/rootfs.verity
 build/rootfs.verity.superblock: build/rootfs.verity
 	tail -n +2 build/rootfs.verity > $@
 
-build/live.img: $(SCRIPTS)/format-uuid.sh $(SCRIPTS)/make-gpt.sh build/rootfs.verity.superblock build/rootfs.verity.roothash $(ROOT_FS) $(EXT_FS)
+build/live.img: $(SCRIPTS)/format-uuid.sh $(SCRIPTS)/make-gpt.sh build/rootfs.verity.superblock build/rootfs.verity.roothash $(ROOT_FS)
 	$(SCRIPTS)/make-gpt.sh $@.tmp \
 	    build/rootfs.verity.superblock:2c7357ed-ebd2-46d9-aec1-23d437ec2bf5:$$($(SCRIPTS)/format-uuid.sh "$$(dd if=build/rootfs.verity.roothash bs=32 skip=1 count=1 status=none)") \
 	    $(ROOT_FS):4f68bce3-e8cd-4db1-96e7-fbcaf984b709:$$($(SCRIPTS)/format-uuid.sh "$$(head -c 32 build/rootfs.verity.roothash)")