Skip to content

Commit 7a3eab9

Browse files
committed
feat: script
1 parent b98e665 commit 7a3eab9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
output/
22
.venv/
3+
vm/
34
*.pdf
45
evalout/
56
env.py

tools/startvm.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/bash
22

3-
KERNEL_PATH=/home/linsy/Projects/ebpf/ePass-kernel
3+
GIT_REPO=$(git rev-parse --show-toplevel)
44

5-
DRIVE_PATH=/home/linsy/Projects/ebpf/vm/vm/ebpf.qcow2
5+
KERNEL_PATH=$GIT_REPO/ePass-kernel
6+
7+
DRIVE_PATH=$GIT_REPO/test/vm/ebpf.qcow2
68

79
# First enable bridge virbr0
810

0 commit comments

Comments
 (0)