feature/build-my-own-kernel-rootfs #1
@ -4,10 +4,10 @@
|
|||||||
# x86_64
|
# x86_64
|
||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
|
|
||||||
use-arch: ../out/arch-rootfs.ext4 arch-rootfs.sh
|
use-arch: ../out/arch-rootfs.ext4
|
||||||
ln -fs $< ../out/rootfs.ext4
|
ln -fs $< ../out/rootfs.ext4
|
||||||
|
|
||||||
use-alpine: ../out/alpine-rootfs.ext4 alpine-rootfs.sh
|
use-alpine: ../out/alpine-rootfs.ext4
|
||||||
ln -fs $< ../out/rootfs.ext4
|
ln -fs $< ../out/rootfs.ext4
|
||||||
|
|
||||||
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
|
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
|
||||||
@ -19,10 +19,10 @@ kernel: ../out/vmlinux-5.10.204
|
|||||||
../out/vmlinux-5.10.204:
|
../out/vmlinux-5.10.204:
|
||||||
wget -O $@ https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.7/$(ARCH)/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:
|
../out/arch-rootfs.ext4: ./arch-rootfs.sh
|
||||||
bash ./arch-rootfs.sh
|
bash ./arch-rootfs.sh
|
||||||
|
|
||||||
../out/alpine-rootfs.ext4:
|
../out/alpine-rootfs.ext4: ./alpine-rootfs.sh
|
||||||
bash ./alpine-rootfs.sh
|
bash ./alpine-rootfs.sh
|
||||||
|
|
||||||
../out/ubuntu-22.04.ext4:
|
../out/ubuntu-22.04.ext4:
|
||||||
|
Loading…
Reference in New Issue
Block a user