feature/build-my-own-kernel-rootfs #2
@ -10,7 +10,10 @@ use-arch: ../out/arch-rootfs.ext4
|
||||
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
|
||||
ln -fs $< ../out/rootfs.ext4
|
||||
|
||||
kernel: ../out/vmlinux-5.10.204
|
||||
use-kernel: ../out/vmlinux-5.10.204
|
||||
ln -fs $< ../out/vmlinux
|
||||
|
||||
use-kernel-custom: ../out/vmvmlinux-custom
|
||||
ln -fs $< ../out/vmlinux
|
||||
|
||||
../out/vmlinux-5.10.204:
|
||||
|
@ -44,4 +44,4 @@ make kvm_guest.config
|
||||
|
||||
#make -j$(nproc)
|
||||
#
|
||||
#./scripts/extract-vmlinux ./arch/x86_64/boot/bzImage > "$WD"/arch-vmlinux.bin
|
||||
#./scripts/extract-vmlinux ./arch/x86_64/boot/bzImage > "$WD"/vmlinux-$KERNEL_VERSION.bin
|
||||
|
Loading…
Reference in New Issue
Block a user