mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 02:58:44 -04:00
Include autofs & dm-crypt / dm-verity in kernel directly
This commit is contained in:
parent
aa3e728f13
commit
f1b77afed5
1 changed files with 2 additions and 2 deletions
|
@ -26,12 +26,12 @@ $(csps): %: mkosi.output.%/fedora~37/image.raw
|
||||||
prebuilt/azure/rpms/%.rpm:
|
prebuilt/azure/rpms/%.rpm:
|
||||||
@echo "Downloading $*"
|
@echo "Downloading $*"
|
||||||
@mkdir -p $(@D)
|
@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:
|
prebuilt/gcp/rpms/%.rpm:
|
||||||
@echo "Downloading $*"
|
@echo "Downloading $*"
|
||||||
@mkdir -p $(@D)
|
@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.output.%/fedora~37/image.raw: mkosi.files/mkosi.%.conf inject-bins inject-certs
|
||||||
mkosi --config mkosi.files/mkosi.$*.conf --image-version=$(IMAGE_VERSION) build
|
mkosi --config mkosi.files/mkosi.$*.conf --image-version=$(IMAGE_VERSION) build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue