Skip to content
Snippets Groups Projects
Commit 944f60ea authored by Marco Ammon's avatar Marco Ammon
Browse files

Makefile: Fixes

parent 343d8a02
Branches master
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ QEMUBIN := qemu-system-x86_64
QEMUFLAGS := -cpu host,-x2apic -enable-kvm -m 8192 -nographic -echr 0x1 -serial mon:stdio -net nic,model=virtio -net user
# CHANGE THIS TO AN APPROPRIATE PATH
NETBOOT_DIR := netboot-build
NETBOOT_DIR := netboot-build
NETBOOT_KERNEL := $(NETBOOT_DIR)/kernel
# CHANGE THIS TO AN ACTUAL IMAGE (SEE README FOR DETAILS)
NETBOOT_IMAGE_GZ := $(NETBOOT_DIR)/cocoon-debian-stretch.img.gz
......@@ -48,7 +48,7 @@ $(NETBOOT_KERNEL):
cd linux && git checkout v5.2
cp netboot-kernel-v5.2.config linux/.config
cd linux && make -j$(shell nproc)
cp arch/x86/boot/bzImage $@
cp linux/arch/x86/boot/bzImage $@
kexec-tools/bootstrap:
@echo "Fetching KEXEC-Tools submodule"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment