I already said I was sorry
Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
parent
8f8fdefd74
commit
20ad9f7aa3
@ -7,7 +7,7 @@ ARCH=x86_64
|
||||
use-arch: ../out/arch-rootfs.ext4
|
||||
ln -s $< ../out/rootfs.ext4
|
||||
|
||||
use-alpine: ../out/alpine-rootf.ext4
|
||||
use-alpine: ../out/alpine-rootfs.ext4
|
||||
ln -s $< ../out/rootfs.ext4
|
||||
|
||||
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
|
||||
@ -20,10 +20,10 @@ kernel: ../out/vmlinux-5.10.204
|
||||
wget -O $@ https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/$(ARCH)/vmlinux-5.10.204
|
||||
|
||||
../out/arch-rootfs.ext4:
|
||||
bash ./arch-rootf.sh
|
||||
bash ./arch-rootfs.sh
|
||||
|
||||
../out/alpine-rootf.ext4:
|
||||
bash ./alpine-rootf.sh
|
||||
../out/alpine-rootfs.ext4:
|
||||
bash ./alpine-rootfs.sh
|
||||
|
||||
../out/ubuntu-22.04.ext4:
|
||||
wget -O $@ https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/$(ARCH)/ubuntu-22.04.ext4
|
||||
|
Loading…
Reference in New Issue
Block a user