This bug has driven lots of coders completely mad. You won't believe how it ended up being fixed
Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
parent
80df61cd15
commit
80ce6c84d9
@ -7,11 +7,10 @@ use-arch: ../out/arch-rootfs.ext4
|
||||
use-alpine: ../out/alpine-rootf.ext4
|
||||
ln -s $< ../out/rootfs.ext4
|
||||
|
||||
use-ubuntu: ../out/ubuntu-22.04.ext4
|
||||
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
|
||||
ln -s $< ../out/rootfs.ext4
|
||||
|
||||
|
||||
|
||||
../out/arch-rootfs.ext4:
|
||||
bash ./arch-rootf.sh
|
||||
|
||||
@ -20,3 +19,7 @@ use-ubuntu: ../out/ubuntu-22.04.ext4
|
||||
|
||||
../out/ubuntu-22.04.ext4:
|
||||
wget -O $@ https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/$$(uname -m)/ubuntu-22.04.ext4
|
||||
|
||||
../out/ubuntu-22.04.id_rsa:
|
||||
wget -O $@ https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/$$(uname -m)/ubuntu-22.04.id_rsa
|
||||
chmod 400 $@
|
||||
|
Loading…
Reference in New Issue
Block a user