mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 18:10:52 -04:00
Fix version & vermagic, autofs4 in kernel, else back to module
This commit is contained in:
parent
5e996f9f73
commit
bb7e8c078b
2 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ csps := aws qemu gcp azure
|
|||
certs := $(PKI)/PK.cer $(PKI)/KEK.cer $(PKI)/db.cer
|
||||
|
||||
GCP_FIXED_KERNEL_RPMS := kernel-5.19.17-300.fc37.x86_64.rpm kernel-core-5.19.17-300.fc37.x86_64.rpm kernel-modules-5.19.17-300.fc37.x86_64.rpm
|
||||
AZURE_DEBUG_KERNEL_RPMS := kernel-5.4.214-300.local.fc37.x86_64.rpm kernel-core-5.4.214-300.local.fc37.x86_64.rpm kernel-modules-5.4.214-300.local.fc37.x86_64.rpm
|
||||
AZURE_DEBUG_KERNEL_RPMS := kernel-5.4.218-300.local.fc37.x86_64.rpm kernel-core-5.4.218-300.local.fc37.x86_64.rpm kernel-modules-5.4.218-300.local.fc37.x86_64.rpm
|
||||
PREBUILT_RPMS_GCP := $(addprefix prebuilt/gcp/rpms/,$(GCP_FIXED_KERNEL_RPMS))
|
||||
PREBUILT_RPMS_AZURE := $(addprefix prebuilt/azure/rpms/,$(AZURE_DEBUG_KERNEL_RPMS))
|
||||
|
||||
|
@ -26,7 +26,7 @@ $(csps): %: mkosi.output.%/fedora~37/image.raw
|
|||
prebuilt/azure/rpms/%.rpm:
|
||||
@echo "Downloading $*"
|
||||
@mkdir -p $(@D)
|
||||
@curl -sSL -o $@ "https://cdn.confidential.cloud/constellation/testing/kernel/9/$*.rpm"
|
||||
@curl -sSL -o $@ "https://cdn.confidential.cloud/constellation/testing/kernel/10/$*.rpm"
|
||||
|
||||
prebuilt/gcp/rpms/%.rpm:
|
||||
@echo "Downloading $*"
|
||||
|
|
|
@ -8,6 +8,6 @@ BasePackages=conditional
|
|||
Packages=systemd
|
||||
util-linux
|
||||
dracut
|
||||
prebuilt/azure/rpms/kernel-5.4.214-300.local.fc37.x86_64.rpm
|
||||
prebuilt/azure/rpms/kernel-core-5.4.214-300.local.fc37.x86_64.rpm
|
||||
prebuilt/azure/rpms/kernel-modules-5.4.214-300.local.fc37.x86_64.rpm
|
||||
prebuilt/azure/rpms/kernel-5.4.218-300.local.fc37.x86_64.rpm
|
||||
prebuilt/azure/rpms/kernel-core-5.4.218-300.local.fc37.x86_64.rpm
|
||||
prebuilt/azure/rpms/kernel-modules-5.4.218-300.local.fc37.x86_64.rpm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue