mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
Include autofs & dm-crypt / dm-verity in kernel directly
This commit is contained in:
parent
aa3e728f13
commit
f1b77afed5
@ -26,12 +26,12 @@ $(csps): %: mkosi.output.%/fedora~37/image.raw
|
||||
prebuilt/azure/rpms/%.rpm:
|
||||
@echo "Downloading $*"
|
||||
@mkdir -p $(@D)
|
||||
@curl -sL -o $@ "https://cdn.confidential.cloud/constellation/testing/kernel/7/$*.rpm"
|
||||
@curl -sSL -o $@ "https://cdn.confidential.cloud/constellation/testing/kernel/8/$*.rpm"
|
||||
|
||||
prebuilt/gcp/rpms/%.rpm:
|
||||
@echo "Downloading $*"
|
||||
@mkdir -p $(@D)
|
||||
@curl -sL -o $@ "https://kojipkgs.fedoraproject.org/packages/kernel/5.19.17/300.fc37/x86_64/$*.rpm"
|
||||
@curl -sSL -o $@ "https://kojipkgs.fedoraproject.org/packages/kernel/5.19.17/300.fc37/x86_64/$*.rpm"
|
||||
|
||||
mkosi.output.%/fedora~37/image.raw: mkosi.files/mkosi.%.conf inject-bins inject-certs
|
||||
mkosi --config mkosi.files/mkosi.$*.conf --image-version=$(IMAGE_VERSION) build
|
||||
|
Loading…
x
Reference in New Issue
Block a user