feature/build-my-own-kernel-rootfs #1

Merged
antoine merged 34 commits from feature/build-my-own-kernel-rootfs into main 2024-01-06 13:25:49 +00:00
Showing only changes of commit 30c9f4b5f7 - Show all commits

View File

@ -5,13 +5,13 @@
ARCH=x86_64
use-arch: ../out/arch-rootfs.ext4
ln -s $< ../out/rootfs.ext4
ln -fs $< ../out/rootfs.ext4
use-alpine: ../out/alpine-rootfs.ext4
ln -s $< ../out/rootfs.ext4
ln -fs $< ../out/rootfs.ext4
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
ln -s $< ../out/rootfs.ext4
ln -fs $< ../out/rootfs.ext4
kernel: ../out/vmlinux-5.10.204
@echo "linux kernel retrieve"