Debian 編譯 Proxmox 核心

2021-10-02 21:04:33 字數 2105 閱讀 8071

debian 在 windows 下的路徑 :

wsl 功能還是不全,放棄!!! 

更換 debian 軟體包源為 163,編輯 /etc/apt/sources.list 替換為:

deb  buster-updates main

deb-src buster-updates main

deb buster main non-free contrib

deb buster-updates main non-free contrib

deb buster-backports main non-free contrib

deb-src buster main non-free contrib

deb-src buster-updates main non-free contrib

deb-src buster-backports main non-free contrib

deb buster/updates main non-free contrib

deb-src buster/updates main non-free contrib

sudo apt-get update && apt-get install -y gnupg2 wget

加入 proxmox 軟體包源:

wget -qo -  | sudo apt-key add

echo "deb buster pve-no-subscription " | sudo tee /etc/apt/sources.list.d/buster-pvetest.list

sudo apt-get update

安裝編譯環境:

sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler screen
sudo apt install python3-dev  python3-sphinx lintian bc bison libdw-dev libiberty-dev libnuma-dev libslang2-dev lz4 rsync  libpve-common-perl dh-make

檢出 promox 核心原始碼:

git clone git:

cd pve-kernel

make v=s

以下是設定 git **過程:

1.

sudo apt install ncat
2.」192.168.8.1:1080」 替換為你自己的**

debian核心編譯

debian核心編譯 1 到www.kernel.org pub liunux kernel所需要編譯的核心源 2 安裝必要的包,其中kernel package是debian用以編譯核心的工具 fakeroot是乙個在系統中建立假root的工具 為dpkg在編譯核心中所需 udev是管理 dev和...

Debian裡編譯核心

以2.6.8版本為例 1 debian.org上關於編譯核心的說明 另一篇看起來不錯的文章 creating custom kernels with debian s kernel package system 4 執行以下操作,如果當前語言是中文,執行前最好zhcon進入中文環境 注意在menuc...

Debian編譯核心教程

個人拼湊 首先獲取一下root許可權 sudo s h 安裝必要的工具 make gcc gdb bison m4 autoconf automake libtool dpkg dev libncurses5 dev build essential kernel package fakeroot 可...