Skip to content

Commit

Permalink
rlk_base: add net support for debian on arm64
Browse files Browse the repository at this point in the history
add net support for debian on arm64

Signed-off-by: benshushu
  • Loading branch information
runninglinuxkernel authored and Figo-zhang committed Aug 2, 2019
1 parent e5247d0 commit 7c0053c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_debian_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ run_qemu_debian(){
-device virtio-blk-device,drive=hd0 \
--fsdev local,id=kmod_dev,path=./kmodules,security_model=none \
-device virtio-9p-device,fsdev=kmod_dev,mount_tag=kmod_mount\
-netdev user,id=mynet\
-device virtio-net-device,netdev=mynet\
$DBG

}
Expand Down

0 comments on commit 7c0053c

Please sign in to comment.