mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-19 12:07:52 -04:00
Go to Ubuntu-azure-cvm-5.4.0-1080.83+cvm1
This commit is contained in:
parent
0ec315fd48
commit
f3cc806118
2 changed files with 4 additions and 5 deletions
|
@ -11,7 +11,7 @@ csps := aws qemu gcp azure
|
||||||
certs := $(PKI)/PK.cer $(PKI)/KEK.cer $(PKI)/db.cer
|
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
|
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.15.74-1.x86_64.rpm kernel-headers-5.15.74-1.x86_64.rpm
|
AZURE_DEBUG_KERNEL_RPMS := kernel-5.4.181-1.x86_64.rpm kernel-headers-5.4.181-1.x86_64.rpm
|
||||||
PREBUILT_RPMS_GCP := $(addprefix prebuilt/gcp/rpms/,$(GCP_FIXED_KERNEL_RPMS))
|
PREBUILT_RPMS_GCP := $(addprefix prebuilt/gcp/rpms/,$(GCP_FIXED_KERNEL_RPMS))
|
||||||
PREBUILT_RPMS_AZURE := $(addprefix prebuilt/azure/rpms/,$(AZURE_DEBUG_KERNEL_RPMS))
|
PREBUILT_RPMS_AZURE := $(addprefix prebuilt/azure/rpms/,$(AZURE_DEBUG_KERNEL_RPMS))
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ $(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/2/$*.rpm
|
@curl -sL -o $@ https://cdn.confidential.cloud/constellation/testing/kernel/3/$*.rpm
|
||||||
|
|
||||||
prebuilt/gcp/rpms/%.rpm:
|
prebuilt/gcp/rpms/%.rpm:
|
||||||
@echo "Downloading $*"
|
@echo "Downloading $*"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
KernelCommandLine=constel.csp=azure
|
KernelCommandLine=constel.csp=azure
|
||||||
OutputDirectory=mkosi.output.azure
|
OutputDirectory=mkosi.output.azure
|
||||||
|
|
||||||
# あああああああああああああああああ
|
|
||||||
[Partitions]
|
[Partitions]
|
||||||
ESPSize=2G
|
ESPSize=2G
|
||||||
RootSize=10G
|
RootSize=10G
|
||||||
|
@ -13,5 +12,5 @@ BasePackages=conditional
|
||||||
Packages=systemd
|
Packages=systemd
|
||||||
util-linux
|
util-linux
|
||||||
dracut
|
dracut
|
||||||
prebuilt/azure/rpms/kernel-5.15.74-1.x86_64.rpm
|
prebuilt/azure/rpms/kernel-5.4.181-1.x86_64.rpm
|
||||||
prebuilt/azure/rpms/kernel-headers-5.15.74-1.x86_64.rpm
|
prebuilt/azure/rpms/kernel-headers-5.4.181-1.x86_64.rpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue