• Home
  • Archives
  • About
  huzheyi‘s BLOG
  • Home
  • Archives
  • About
  • 技术分享 (3)
  • #Cloudflare (1)
  • #QEMU (1)
  • #VyOS (1)
  • #邮箱 (1)
  • 利用Cloudflare邮件路由与Email Worker实现邮件推送
  • 反虚拟化检测虚机(QEMU/virsh)
  • VyOS Build

VyOS Build

git clone -b current --single-branch https://github.com/vyos/vyos-build

docker pull vyos/vyos-build:current
#vyos-build/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig for DAE

CONFIG_KPROBES=y
CONFIG_BPF_STREAM_PARSER=y
#CONFIG_DEBUG_INFO_NONE=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_BTF=y
CONFIG_DEBUG_INFO_DWARF5=y
cd ~/vyos-build/ && docker run -it --name vyosbuild --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:current bash

cd scripts/package-build/linux-kernel
./build.py
cd /vyos/packages && ln -s ../scripts/package-build/linux-kernel/*.deb ./
cd /vyos && ./build-vyos-image generic --architecture amd64 --build-by "huzheyi"
2024/10/10 posted in  技术分享

huzheyi‘s BLOG

GitHub Email RSS

Categories

技术分享 (3)

Tags

#Cloudflare (1) #QEMU (1) #VyOS (1) #邮箱 (1)

Recent Posts

  • 利用Cloudflare邮件路由与Email Worker实现邮件推送
  • 反虚拟化检测虚机(QEMU/virsh)
  • VyOS Build

Copyright © 2025 Powered by MWeb,  Modified by huzheyi,  Theme used GitHub CSS.