Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cocoon -- PLOS 2019
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
Public
Cocoon -- PLOS 2019
Commits
944f60ea
Commit
944f60ea
authored
5 years ago
by
Marco Ammon
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: Fixes
parent
343d8a02
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
944f60ea
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment